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
Add new distributions on
https://packager.io/gh/pkgr/gogs
* ubuntu 12.04 * debian 7
tags/v1.2.0-rc1
Cyril Rohr
11 years ago
parent
a596388ebf
commit
31d763bc1f
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.pkgr.yml
+0
-3
packager/debian/postinst
+ 2
- 1
.pkgr.yml
View File
@@ -1,6 +1,7 @@
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
targets:
ubuntu-14.04:
ubuntu-12.04:
debian-7:
build_dependencies:
- mercurial
- bzr
+ 0
- 3
packager/debian/postinst
View File
@@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER)
APP_GROUP=$(${CLI} config:get APP_GROUP)
APP_CONFIG="/etc/${APP_NAME}/conf/app.ini"
# source debconf library
. /usr/share/debconf/confmodule
case "$1" in
configure)
Write
Preview
Loading…
Cancel
Save