Skip to content

Commit

Permalink
Merge pull request #42 from brooksn/fix-pip-ca
Browse files Browse the repository at this point in the history
update ca-certificates
  • Loading branch information
brooksn committed May 9, 2024
2 parents eed0919 + 077e7d7 commit 64c3f8d
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 10 deletions.
5 changes: 4 additions & 1 deletion rpm/centos7/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos7/scripts/upload-srcrpm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos8/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos8/scripts/upload-srcrpm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos9/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/centos9/scripts/upload-srcrpm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/microos/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/microos/scripts/upload-srcrpm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/slemicro/scripts/upload-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down
5 changes: 4 additions & 1 deletion rpm/slemicro/scripts/upload-srcrpm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pushd $(dirname $0)/..
popd

yum install -y epel-release
yum install -y git python2-pip python-deltarpm
yum install -y git python2-pip python-deltarpm ca-certificates

export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

pip install --cache-dir=/var/cache/pip --upgrade 'boto3==1.17.112' 'pip<21.0' 'setuptools<45.0' 'python-dateutil<2.9'
pip install --cache-dir=/var/cache/pip/ \
git+https://github.com/Voronenko/rpm-s3.git@5695c6ad9a08548141d3713328e1bd3f533d137e
Expand Down

0 comments on commit 64c3f8d

Please sign in to comment.