mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Prepare for v0.4.0 release
This commit is contained in:
		@@ -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()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user