Remove centos6 from our package upload script.
authorWard Vandewege <ward@curoverse.com>
Sat, 28 Jan 2017 16:56:56 +0000 (11:56 -0500)
committerWard Vandewege <ward@curoverse.com>
Sat, 28 Jan 2017 16:56:56 +0000 (11:56 -0500)
refs #10786

jenkins/run_upload_packages.py

index ebebc966d4569ac3c32de1c27212ca1d683aff1b..616e4a8092a15b1bc84049ded1e64c6b2f33cf49 100755 (executable)
@@ -203,7 +203,6 @@ createrepo "$REPODIR"
 """
     REPO_ROOT = '/var/www/rpm.arvados.org/'
     TARGET_REPODIRS = {
-        'centos6': 'CentOS/6/os/x86_64/',
         'centos7': 'CentOS/7/os/x86_64/',
         }
 
@@ -235,7 +234,7 @@ for target in ['debian8', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
     PACKAGE_SUITES[target] = _define_suite(
         DebianPackageSuite, os.path.join('packages', target, '*.deb'),
         target=target)
-for target in ['centos6', 'centos7']:
+for target in ['centos7']:
     PACKAGE_SUITES[target] = _define_suite(
         RedHatPackageSuite, os.path.join('packages', target, '*.rpm'),
         target=target)