mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	command dump
This commit is contained in:
		@@ -17,12 +17,11 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var CmdUpdate = cli.Command{
 | 
			
		||||
	Name:  "update",
 | 
			
		||||
	Usage: "This command should only be called by SSH shell",
 | 
			
		||||
	Description: `
 | 
			
		||||
Update get pushed info and insert into database`,
 | 
			
		||||
	Action: runUpdate,
 | 
			
		||||
	Flags:  []cli.Flag{},
 | 
			
		||||
	Name:        "update",
 | 
			
		||||
	Usage:       "This command should only be called by SSH shell",
 | 
			
		||||
	Description: `Update get pushed info and insert into database`,
 | 
			
		||||
	Action:      runUpdate,
 | 
			
		||||
	Flags:       []cli.Flag{},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func newUpdateLogger(execDir string) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user