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:
 | 
					    includes:
 | 
				
			||||||
        - templates
 | 
					        - templates
 | 
				
			||||||
        - public
 | 
					        - public
 | 
				
			||||||
        - conf
 | 
					 | 
				
			||||||
        - LICENSE
 | 
					        - LICENSE
 | 
				
			||||||
        - README.md
 | 
					        - README.md
 | 
				
			||||||
        - README_ZH.md
 | 
					        - README_ZH.md
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -60,11 +60,11 @@ func GlobalInit() {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		models.HasEngine = true
 | 
							models.HasEngine = true
 | 
				
			||||||
 | 
							cron.NewCronContext()
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	if models.EnableSQLite3 {
 | 
						if models.EnableSQLite3 {
 | 
				
			||||||
		log.Info("SQLite3 Enabled")
 | 
							log.Info("SQLite3 Enabled")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
		cron.NewCronContext()
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	checkRunMode()
 | 
						checkRunMode()
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user