Skip to content

Commit

Permalink
Switch back to http
Browse files Browse the repository at this point in the history
The servers are local and http shouldn't be an issue. I am just to lazy to deal with figuring out the cert errors from pulp
  • Loading branch information
spartan782 authored Apr 26, 2021
1 parent c287507 commit e04c255
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions concourse/create_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ echo "-g $GPG_KEY_NAME"
echo "-p HIDDEN PASSWORD"
echo "-i $GPG_KEY_PATH"
echo "-t $ENABLE_TESTING"
echo "-b https://${PULP_HOST}/pulp/repos/centos/7/os/x86_64/"
echo "-e https://${PULP_HOST}/pulp/repos/centos/7/extras/x86_64/"
echo "-u https://${PULP_HOST}/pulp/repos/centos/7/updates/x86_64/"
echo "-E https://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/"
echo "-l https://${PULP_HOST}/pulp/repos/packages/7.x/yum/"
echo "-b http://${PULP_HOST}/pulp/repos/centos/7/os/x86_64/"
echo "-e http://${PULP_HOST}/pulp/repos/centos/7/extras/x86_64/"
echo "-u http://${PULP_HOST}/pulp/repos/centos/7/updates/x86_64/"
echo "-E http://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/"
echo "-l http://${PULP_HOST}/pulp/repos/packages/7.x/yum/"

set +x
../master-iso.sh \
Expand All @@ -69,10 +69,10 @@ set +x
-p "$GPG_KEY_PASS" \
-i "$GPG_KEY_PATH" \
-t "$ENABLE_TESTING" \
-b "https://${PULP_HOST}/pulp/repos/centos/7/os/x86_64/" \
-e "https://${PULP_HOST}/pulp/repos/centos/7/extras/x86_64/" \
-u "https://${PULP_HOST}/pulp/repos/centos/7/updates/x86_64/" \
-E "https://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/" \
-l "https://${PULP_HOST}pulp/repos/packages/7.x/yum/" \
-b "http://${PULP_HOST}/pulp/repos/centos/7/os/x86_64/" \
-e "http://${PULP_HOST}/pulp/repos/centos/7/extras/x86_64/" \
-u "http://${PULP_HOST}/pulp/repos/centos/7/updates/x86_64/" \
-E "http://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/" \
-l "http://${PULP_HOST}pulp/repos/packages/7.x/yum/" \
-a 'https://packagecloud.io/rocknsm/2_6/el/7/$basearch' \

0 comments on commit e04c255

Please sign in to comment.