Skip to content

Commit

Permalink
Bump pip/setuptools version; switch to https for git clone
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Jun 10, 2022
1 parent 315019e commit d97be9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions policy/centos7/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
pip install boto3==1.17.112
pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0'
pip install --cache-dir=/var/cache/pip/ \
git+git://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e

if [ -z "$RPM_CHANNEL" ]; then
echo "RPM_CHANNEL not defined, failing rpm upload"
Expand Down
4 changes: 2 additions & 2 deletions policy/centos8/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
pip install boto3==1.17.112
pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0'
pip install --cache-dir=/var/cache/pip/ \
git+git://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e

if [ -z "$RPM_CHANNEL" ]; then
echo "RPM_CHANNEL not defined, failing rpm upload"
Expand Down
4 changes: 2 additions & 2 deletions policy/microos/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
pip install boto3==1.17.112
pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0'
pip install --cache-dir=/var/cache/pip/ \
git+git://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e

if [ -z "$RPM_CHANNEL" ]; then
echo "RPM_CHANNEL not defined, failing rpm upload"
Expand Down

0 comments on commit d97be9f

Please sign in to comment.