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