forked from forgejo/forgejo
Clean old dockerfiles
This commit is contained in:
parent
11af8658cf
commit
5e747bc877
16 changed files with 3 additions and 364 deletions
3
gogs.go
3
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.5.4.0927 Beta"
|
||||
const APP_VER = "0.5.4.0928 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
@ -38,6 +38,5 @@ func main() {
|
|||
cmd.CmdCert,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
println(runtime.Version())
|
||||
app.Run(os.Args)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue