]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Use pip 2.7 for image building 96/41696/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Tue, 20 Apr 2021 15:28:51 +0000 (19:28 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Tue, 20 Apr 2021 15:28:51 +0000 (19:28 +0400)
Change-Id: Ic56dfce6d5333d7888c51630bc6a76ee83aab855

maintenance-ci/common/scripts/build_base_swarm_slave_image.sh
maintenance-ci/common/scripts/build_mos_swarm_slave_image.sh

index ecff73483e9d3d28ffefce1b13f272a3bbec0b48..43774223d09b47f6514659349dc46fdc4bf4b7a6 100644 (file)
@@ -43,7 +43,7 @@ bridge-utils \
 python-seed-client \
 sshpass
 
-curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
 python get-pip.py
 
 pip install -U setuptools wheel
index a457fbc2307e67f37490fe75b092cb68d29db82b..c90055efe2d121c23b05458309c2b80710476b42 100644 (file)
@@ -53,7 +53,7 @@ bridge-utils \
 python-seed-client \
 sshpass
 
-curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
 python get-pip.py
 
 cat > /home/jenkins/configure_libvirt_pool.sh <<EOF