mirror of https://github.com/go-gitea/gitea.git
remove unused scripts and simplify migrate form definition
parent
da6fd93f0d
commit
34102f7889
@ -1,22 +0,0 @@
|
||||
filesets:
|
||||
includes:
|
||||
- conf
|
||||
- etc
|
||||
- public
|
||||
- scripts
|
||||
- templates
|
||||
- LICENSE
|
||||
- README.md
|
||||
- README_ZH.md
|
||||
excludes:
|
||||
- \.git
|
||||
depth: 5
|
||||
settings:
|
||||
build: |
|
||||
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
|
||||
then
|
||||
go install -v
|
||||
else
|
||||
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
|
||||
go install -v -tags "sqlite redis memcache cert"
|
||||
fi
|
@ -1 +1 @@
|
||||
0.5.16.0301 Beta
|
||||
0.5.16.0311 Beta
|
@ -1 +0,0 @@
|
||||
box: wercker/default
|
Loading…
Reference in New Issue