mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Remove code for checking ssh-keygen
This commit is contained in:
		
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							| @@ -17,7 +17,7 @@ import ( | ||||
| 	"github.com/gogits/gogs/modules/setting" | ||||
| ) | ||||
|  | ||||
| const APP_VER = "0.9.13.0318" | ||||
| const APP_VER = "0.9.13.0319" | ||||
|  | ||||
| func init() { | ||||
| 	runtime.GOMAXPROCS(runtime.NumCPU()) | ||||
|   | ||||
| @@ -361,12 +361,6 @@ func NewContext() { | ||||
| 		} else if err = os.MkdirAll(SSH.KeyTestPath, 0644); err != nil { | ||||
| 			log.Fatal(4, "Fail to create '%s': %v", SSH.KeyTestPath, err) | ||||
| 		} | ||||
|  | ||||
| 		if !filepath.IsAbs(SSH.KeygenPath) { | ||||
| 			if _, err := exec.LookPath(SSH.KeygenPath); err != nil { | ||||
| 				log.Fatal(4, "Fail to test '%s' command: %v (forgotten install?)", SSH.KeygenPath, err) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	SSH.MinimumKeySizeCheck = sec.Key("MINIMUM_KEY_SIZE_CHECK").MustBool() | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| 0.9.13.0318 | ||||
| 0.9.13.0319 | ||||
		Reference in New Issue
	
	Block a user