aboutsummaryrefslogtreecommitdiff
path: root/.pkgr.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2019-10-24 02:01:43 -0700
committerGitHub <noreply@github.com>2019-10-24 02:01:43 -0700
commitde61bb6a3522287040108b6f64668ac9ab8478b6 (patch)
treef4bde08578f009f121b1c7d9ea773edc99ec5a23 /.pkgr.yml
parent01c8df01ec0608f1f25b2f1444adabb98fa5ee8a (diff)
packager.io: update scripts (#5837)
* Test new buildpack and distro * Try another buildpack version * Give another try * Try another one * Best effort
Diffstat (limited to '.pkgr.yml')
-rw-r--r--.pkgr.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 0e9fd93f..9a69a572 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -9,6 +9,8 @@ targets:
<<: *debian
debian-10:
<<: *debian
+ debian-11:
+ <<: *debian
ubuntu-14.04:
<<: *debian
ubuntu-16.04:
@@ -18,7 +20,7 @@ targets:
- mercurial
ubuntu-18.04:
<<: *debian
- centos-6: &el
+ centos-7:
build_dependencies:
- pam-devel
# required for go buildpack
@@ -26,14 +28,8 @@ targets:
dependencies:
- pam
- git
- centos-7:
- <<: *el
before:
- - mv packager/Procfile .
+ - mv .packager/Procfile .
after:
- mv bin/gogs gogs
-after_install: ./packager/hooks/postinst
-# Can be updated after CentOS 6 support is dropped, otherwise fails with
-# `fatal: bad config file line 2 in /home/pkgr/.gitconfig` because of
-# https://github.com/heroku/heroku-buildpack-go/blob/f96ebebfa7605fd3916521e42ab050c81c9b947a/lib/common.sh#L238
-buildpack: https://github.com/heroku/heroku-buildpack-go.git#v76
+after_install: ./.packager/hooks/postinst