Skip to content

Commit 22b7568

Browse files
committed
Adding git to chack for tf-dev-sanbox (centos7)
default git 1.18 cause fail (HTTP 402) in fetch-sources job when it works with gitlab repositories New git works fine with both github.com and gitlab Signed-off-by: Gleb Galkin <gleb108@gmail.com> Change-Id: Ia0fd49689eb44fdbc8c41f6c07716e059447b9f6
1 parent e9f9d44 commit 22b7568

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

container/populate-cache.sh

+7
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ wget -nv -t3 -P operator-framework/operator-sdk/releases/download/v0.18.2 https:
1818
wget -nv -t3 -P el8/extras/x86_64 https://pkgs.dyn.su/el8/extras/x86_64/compat-openssl10-devel-1.0.2o-3.el8.x86_64.rpm
1919
wget -nv -t3 -P pkgs/packages/compat-openssl10/1.0.2o/3.el8/x86_64 https://koji.mbox.centos.org/pkgs/packages/compat-openssl10/1.0.2o/3.el8/x86_64/compat-openssl10-debugsource-1.0.2o-3.el8.x86_64.rpm
2020

21+
#Upgrading git in centos7
22+
#default git 1.18 causes fail (HTTP 402) in fetch-sources job when it's working with gitlab
23+
wget -nv -t3 -P rhel/7/os/x86_64/git-core-2.37.1-1.ep7.x86_64.rpm https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-2.37.1-1.ep7.x86_64.rpm
24+
wget -nv -t3 -P rhel/7/os/x86_64/git-2.37.1-1.ep7.x86_64.rpm https://packages.endpointdev.com/rhel/7/os/x86_64/git-2.37.1-1.ep7.x86_64.rpm
25+
wget -nv -t3 -P rhel/7/os/x86_64/git-core-doc-2.37.1-1.ep7.noarch.rpm https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-doc-2.37.1-1.ep7.noarch.rpm
26+
wget -nv -t3 -P rhel/7/os/x86_64/perl-Git-2.37.1-1.ep7.noarch.rpm https://packages.endpointdev.com/rhel/7/os/x86_64/perl-Git-2.37.1-1.ep7.noarch.rpm
27+
2128
popd

0 commit comments

Comments
 (0)