mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
use pam and update TRANSLATORS
This commit is contained in:
parent
2724dbd450
commit
81adbe17ca
@ -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
|
Loading…
Reference in New Issue
Block a user