mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:31:53 +01:00 
			
		
		
		
	
							parent
							
								
									de8b73dd92
								
							
						
					
					
						commit
						6e5fffbd3f
					
				| @ -691,7 +691,6 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { | ||||
| 
 | ||||
| 	wikiRemotePath := wikiRemoteURL(opts.RemoteAddr) | ||||
| 	if len(wikiRemotePath) > 0 { | ||||
| 
 | ||||
| 		if err := os.RemoveAll(wikiPath); err != nil { | ||||
| 			return repo, fmt.Errorf("Fail to remove %s: %v", wikiPath, err) | ||||
| 		} | ||||
| @ -700,8 +699,12 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { | ||||
| 			Mirror:  true, | ||||
| 			Quiet:   true, | ||||
| 			Timeout: migrateTimeout, | ||||
| 			Branch:  "master", | ||||
| 		}); err != nil { | ||||
| 			log.Info("Clone wiki: %v", err) | ||||
| 			log.Warn("Clone wiki: %v", err) | ||||
| 			if err := os.RemoveAll(wikiPath); err != nil { | ||||
| 				return repo, fmt.Errorf("Fail to remove %s: %v", wikiPath, err) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user