]> source.dussan.org Git - gitea.git/commitdiff
Add new distributions on https://packager.io/gh/pkgr/gogs
authorCyril Rohr <cyril.rohr@gmail.com>
Thu, 11 Sep 2014 09:39:49 +0000 (09:39 +0000)
committerCyril Rohr <cyril.rohr@gmail.com>
Thu, 18 Sep 2014 13:56:44 +0000 (13:56 +0000)
* ubuntu 12.04
* debian 7

.pkgr.yml
packager/debian/postinst

index 9988ad4d3af27d86d56aa67f89e3db32ea536a09..e670ef8002395bab17effb0a63d22edabe1ea524 100644 (file)
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -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
index 90ff2b46187320dd46e837ab61f9591bf8b4e1f7..de357967a6f9508b9c527497b98cf03c3211d4f5 100755 (executable)
@@ -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)