mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	use pam and update TRANSLATORS
This commit is contained in:
		| @@ -10,7 +10,7 @@ before_install: | ||||
|   - sudo apt-get update -qq | ||||
|   - sudo apt-get install -y libpam-dev | ||||
|  | ||||
| script: go build -v | ||||
| script: go build -v -tags "pam" | ||||
|  | ||||
| notifications: | ||||
|   email: | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
| # Order of name is meaningless. | ||||
|  | ||||
| Akihiro YAGASAKI <yaggytter@momiage.com> | ||||
| Alexander Steinhöfer <kontakt@lx-s.de> | ||||
| Christoph Kisfeld <christoph.kisfeld@gmail.com> | ||||
| Huimin Wang <wanghm2009@hotmail.co.jp> | ||||
| Thomas Fanninger <gogs.thomas@fanninger.at> | ||||
|   | ||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							| @@ -17,7 +17,7 @@ import ( | ||||
| 	"github.com/gogits/gogs/modules/setting" | ||||
| ) | ||||
|  | ||||
| const APP_VER = "0.6.1.0710 Beta" | ||||
| const APP_VER = "0.6.1.0714 Beta" | ||||
|  | ||||
| func init() { | ||||
| 	runtime.GOMAXPROCS(runtime.NumCPU()) | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| // +build !windows | ||||
| // +build pam | ||||
|  | ||||
| // Copyright 2014 The Gogs Authors. All rights reserved. | ||||
| // Use of this source code is governed by a MIT-style | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| // +build windows | ||||
| // +build !pam | ||||
|  | ||||
| // Copyright 2014 The Gogs Authors. All rights reserved. | ||||
| // Use of this source code is governed by a MIT-style | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| 0.6.1.0710 Beta | ||||
| 0.6.1.0714 Beta | ||||
		Reference in New Issue
	
	Block a user