mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix #258
This commit is contained in:
		@@ -237,8 +237,6 @@ func MirrorRepository(repoId int64, userName, repoName, repoPath, url string) er
 | 
			
		||||
	}); err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// return git.UnpackRefs(repoPath)
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -255,9 +253,7 @@ func MirrorUpdate() {
 | 
			
		||||
			repoPath, fmt.Sprintf("MirrorUpdate: %s", repoPath),
 | 
			
		||||
			"git", "remote", "update"); err != nil {
 | 
			
		||||
			return errors.New("git remote update: " + stderr)
 | 
			
		||||
		} // else if err = git.UnpackRefs(repoPath); err != nil {
 | 
			
		||||
		// 	return errors.New("UnpackRefs: " + err.Error())
 | 
			
		||||
		// }
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		m.NextUpdate = time.Now().Add(time.Duration(m.Interval) * time.Hour)
 | 
			
		||||
		return UpdateMirror(m)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user