URI: 
       thardcode devuan's reserved namespace - devuan-releasebot - devuan's releasebot reimplemented (scorsh version)
  HTML git clone git://parazyd.org/devuan-releasebot.git
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 1b7fa4878d1bcea0cc4e07e7ee32285f2f45ee01
   DIR parent fa48a566a8bc6f35c4a11e7f07c3de9f076ed865
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 27 Jul 2017 14:55:11 +0200
       
       hardcode devuan's reserved namespace
       
       Diffstat:
         M buildadd.py                         |       3 +++
         D templates/suites                    |       2 --
       
       2 files changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/buildadd.py b/buildadd.py
       t@@ -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])
   DIR diff --git a/templates/suites b/templates/suites
       t@@ -1 +0,0 @@
       -devuan
       -\ No newline at end of file