This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Fix
#92
tags/v1.2.0-rc1
Unknown
12 years ago
parent
9a5e49cccb
commit
2a9da4b8e5
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-0
modules/base/base_redis.go
+0
-1
routers/repo/release.go
+ 1
- 1
gogs.go
View File
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
const APP_VER = "0.3.0.042
1
Alpha"
const APP_VER = "0.3.0.042
2
Alpha"
func init() {
base.AppVer = APP_VER
+ 1
- 0
modules/base/base_redis.go
View File
@@ -4,6 +4,7 @@ package base
import (
_ "github.com/gogits/cache/redis"
_ "github.com/gogits/session/redis"
)
func init() {
+ 0
- 1
routers/repo/release.go
View File
@@ -87,7 +87,6 @@ func Releases(ctx *middleware.Context) {
return
}
tags.rels[i].NumCommitsBehind = commitsCount - tags.rels[i].NumCommits
tags.rels[i].Created = commit.Author.When
}
}
Write
Preview
Loading…
Cancel
Save