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