Add support for ubuntu 18.04 (aka 'bionic') to run_upload_packages.py
[arvados-dev.git] / jenkins / run_upload_packages.py
index 78956ae7646da7a044db25d4a98e75772e1ef48c..6f798e887822a20f666f931157b07da78dfe1799 100755 (executable)
@@ -197,9 +197,9 @@ rm "$@"
     TARGET_DISTNAMES = {
         'debian8': 'jessie-dev',
         'debian9': 'stretch-dev',
-        'ubuntu1204': 'precise-dev',
         'ubuntu1404': 'trusty-dev',
         'ubuntu1604': 'xenial-dev',
+        'ubuntu1804': 'bionic-dev',
         }
 
     def post_uploads(self, paths):
@@ -245,7 +245,7 @@ PACKAGE_SUITES = {
                           'services/login-sync/*.gem',
                       ),
     }
-for target in ['debian8', 'debian9', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
+for target in ['debian8', 'debian9', 'ubuntu1404', 'ubuntu1604', 'ubuntu1804']:
     PACKAGE_SUITES[target] = _define_suite(
         DebianPackageSuite, os.path.join('packages', target, '*.deb'),
         target=target)