mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 22:42:25 +00:00
Prepare for v0.4.0 release
This commit is contained in:
parent
fbf274b751
commit
ddb7f55035
@ -2,7 +2,6 @@ filesets:
|
||||
includes:
|
||||
- templates
|
||||
- public
|
||||
- conf
|
||||
- LICENSE
|
||||
- README.md
|
||||
- README_ZH.md
|
||||
|
@ -60,11 +60,11 @@ func GlobalInit() {
|
||||
}
|
||||
|
||||
models.HasEngine = true
|
||||
if models.EnableSQLite3 {
|
||||
log.Info("SQLite3 Enabled")
|
||||
}
|
||||
cron.NewCronContext()
|
||||
}
|
||||
if models.EnableSQLite3 {
|
||||
log.Info("SQLite3 Enabled")
|
||||
}
|
||||
checkRunMode()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user