Skip to content

Commit

Permalink
Update Pulp repos
Browse files Browse the repository at this point in the history
New Pulp server is over HTTPS and publishes to the pub dir
  • Loading branch information
spartan782 authored Apr 26, 2021
1 parent 73ddaf3 commit 438a7c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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 http://${PULP_HOST}/pulp/repos/centos/7/os/"
echo "-e http://${PULP_HOST}/pulp/repos/centos/7/extras/"
echo "-E http://${PULP_HOST}/pulp/repos/epel/7/x86_64/"
echo "-u http://${PULP_HOST}/pulp/repos/centos/7/updates/"
echo "-l http://${PULP_HOST}/pulp/repos/elastic/7/"
echo "-b https://${PULP_HOST}/pulp/repos/pub/centos/7/os/"
echo "-e https://${PULP_HOST}/pulp/repos/pub/centos/7/extras/"
echo "-E https://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/"
echo "-u https://${PULP_HOST}/pulp/repos/pub/centos/7/updates/"
echo "-l https://${PULP_HOST}/pulp/repos/pub/elastic/7/"

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 "http://${PULP_HOST}/pulp/repos/centos/7/os/" \
-e "http://${PULP_HOST}/pulp/repos/centos/7/extras/" \
-E "http://${PULP_HOST}/pulp/repos/epel/7/x86_64/" \
-u "http://${PULP_HOST}/pulp/repos/centos/7/updates/" \
-l "http://${PULP_HOST}/pulp/repos/elastic/7/" \
-b "https://${PULP_HOST}/pulp/repos/pub/centos/7/os/" \
-e "https://${PULP_HOST}/pulp/repos/pub/centos/7/extras/" \
-E "https://${PULP_HOST}/pulp/repos/pub/epel/7/x86_64/" \
-u "https://${PULP_HOST}/pulp/repos/pub/centos/7/updates/" \
-l "https://${PULP_HOST}/pulp/repos/pub/elastic/7/" \
-a 'https://packagecloud.io/rocknsm/2_6/el/7/$basearch' \
-a 'http://mirror1.internal.perched.io/internal/rock-staging/'

0 comments on commit 438a7c4

Please sign in to comment.