[ARVADOS-DEV] updated: 97d589fa1b2738a55eb255c84eca476ed56cd161

Git user git at public.curoverse.com
Sat Jan 28 11:57:10 EST 2017


Summary of changes:
 jenkins/run_upload_packages.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

       via  97d589fa1b2738a55eb255c84eca476ed56cd161 (commit)
       via  3fb4f8f36961b7eebf667336bb1fadbcf7a1cf4a (commit)
      from  f3f7e6aa38301208c2f81252bcc13658212e9415 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 97d589fa1b2738a55eb255c84eca476ed56cd161
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sat Jan 28 11:56:56 2017 -0500

    Remove centos6 from our package upload script.
    
    refs #10786

diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index ebebc96..616e4a8 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -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)

commit 3fb4f8f36961b7eebf667336bb1fadbcf7a1cf4a
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sat Jan 28 11:56:05 2017 -0500

    Remove debian7 from our package upload script.
    
    refs #10785

diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index e9eb25d..ebebc96 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -181,7 +181,6 @@ freight cache "apt/$DISTNAME"
 rm "$@"
 """
     TARGET_DISTNAMES = {
-        'debian7': 'wheezy',
         'debian8': 'jessie',
         'ubuntu1204': 'precise',
         'ubuntu1404': 'trusty',
@@ -232,7 +231,7 @@ PACKAGE_SUITES = {
                           'services/login-sync/*.gem',
                       ),
     }
-for target in ['debian7', 'debian8', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
+for target in ['debian8', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
     PACKAGE_SUITES[target] = _define_suite(
         DebianPackageSuite, os.path.join('packages', target, '*.deb'),
         target=target)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list