Browse Source

stop compile bindata for TRANSLATORS

- update required version of git-module for #2373
tags/v0.9.99
Unknwon 8 years ago
parent
commit
db719abff2
3 changed files with 3 additions and 27 deletions
  1. 1
    1
      Makefile
  2. 1
    1
      cmd/web.go
  3. 1
    25
      modules/bindata/bindata.go

+ 1
- 1
Makefile View File

@@ -34,7 +34,7 @@ release: build pack
bindata: modules/bindata/bindata.go

modules/bindata/bindata.go: $(DATA_FILES)
go-bindata -o=$@ -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
go-bindata -o=$@ -ignore="\\.DS_Store|README.md|TRANSLATORS" -pkg=bindata conf/...

less: public/css/gogs.css


+ 1
- 1
cmd/web.go View File

@@ -89,7 +89,7 @@ func checkVersion() {
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
{"gopkg.in/macaron.v1", macaron.Version, "0.8.0"},
{"github.com/gogits/git-shell", git.Version, "0.2.1"},
{"github.com/gogits/git-module", git.Version, "0.2.3"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"},
}
for _, c := range checkers {

+ 1
- 25
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


Loading…
Cancel
Save