This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
use pam and update TRANSLATORS
tags/v1.2.0-rc1
Unknwon
10 years ago
parent
9f456eb2fc
commit
355a39e72a
6 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+1
-0
conf/locale/TRANSLATORS
+1
-1
gogs.go
+1
-1
modules/auth/pam/pam.go
+1
-1
modules/auth/pam/pam_stub.go
+1
-1
templates/.VERSION
+ 1
- 1
.travis.yml
View File
@@ -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:
+ 1
- 0
conf/locale/TRANSLATORS
View File
@@ -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>
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.1.071
0
Beta"
const APP_VER = "0.6.1.071
4
Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
modules/auth/pam/pam.go
View File
@@ -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
modules/auth/pam/pam_stub.go
View File
@@ -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
templates/.VERSION
View File
@@ -1 +1 @@
0.6.1.071
0
Beta
0.6.1.071
4
Beta
Write
Preview
Loading…
Cancel
Save