From: Alexandru Avadanii Date: Wed, 25 Sep 2019 21:36:16 +0000 (+0200) Subject: ta-builder-rpm: Update CentOS mirror/vault repo X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=644696f17bd6d9e60e1817e5222470e7ff5cb23d ta-builder-rpm: Update CentOS mirror/vault repo CentOS just moved certain repositories to the Vault, so update our hardcoded RPM URL accordingly. Change-Id: Iceb0ba15bfc9299b45c26cfb07bad644770160f6 Signed-off-by: Alexandru Avadanii --- diff --git a/jjb/akraino-templates/akraino-ta-common-macros.yaml b/jjb/akraino-templates/akraino-ta-common-macros.yaml index 781e66f..bc46b57 100644 --- a/jjb/akraino-templates/akraino-ta-common-macros.yaml +++ b/jjb/akraino-templates/akraino-ta-common-macros.yaml @@ -114,7 +114,7 @@ python-decoratortools yum-utils usermode pigz # We need a specific version of mock (1.4.14) and devtools # not available in Ubuntu/Debian repos, so fetch them from RHEL mirrors - wget http://mirror.centos.org/centos/7.6.1810/os/x86_64/Packages/rpmdevtools-8.3-5.el7.noarch.rpm \ + wget http://vault.centos.org/centos/7.6.1810/os/x86_64/Packages/rpmdevtools-8.3-5.el7.noarch.rpm \ https://kojipkgs.fedoraproject.org/packages/mock/1.4.14/2.el7/noarch/mock-1.4.14-2.el7.noarch.rpm sudo alien -d *.rpm sudo dpkg -i *.deb