devuan-releasebot

devuan's releasebot reimplemented (scorsh version)
git clone git://parazyd.org/devuan-releasebot.git
Log | Files | Refs | LICENSE

commit 1b7fa4878d1bcea0cc4e07e7ee32285f2f45ee01
parent fa48a566a8bc6f35c4a11e7f07c3de9f076ed865
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 27 Jul 2017 14:55:11 +0200

hardcode devuan's reserved namespace

Diffstat:
Mbuildadd.py | 3+++
Dtemplates/suites | 2--
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildadd.py b/buildadd.py @@ -48,6 +48,9 @@ def main(): if distro not in allowed_distros: print('Error: This distribution is not supported. Exiting.') sys.exit(1) + # devuan's reserved namespace + elif distro == 'suites': + distro = 'devuan' for jobt in jobtypes: # jobname = '-'.join([pkgname, jobt]) diff --git a/templates/suites b/templates/suites @@ -1 +0,0 @@ -devuan- \ No newline at end of file