From 644696f17bd6d9e60e1817e5222470e7ff5cb23d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 25 Sep 2019 23:36:16 +0200 Subject: [PATCH] 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 --- jjb/akraino-templates/akraino-ta-common-macros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6