Skip to content

Commit

Permalink
Update create_iso.sh
Browse files Browse the repository at this point in the history
Remove GPG signing temporarily because it is failing
  • Loading branch information
spartan782 committed Feb 27, 2023
1 parent 86222e6 commit f1f6bec
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions concourse/create_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,30 @@ 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
# Temp comment out because GPG key is failing to sign packages
#../master-iso.sh \
#-s ../../centos-minimal-iso/centos-minimal.iso \
#-o "../../rocknsm-iso/${OUT_ISO}" \
#-g "$GPG_KEY_NAME" \
#-p "$GPG_KEY_PASS" \
#-i "$GPG_KEY_PATH" \
#-t "$ENABLE_TESTING" \
#-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' \

../master-iso.sh \
-s ../../centos-minimal-iso/centos-minimal.iso \
-o "../../rocknsm-iso/${OUT_ISO}" \
-g "$GPG_KEY_NAME" \
-p "$GPG_KEY_PASS" \
-i "$GPG_KEY_PATH" \
-t "$ENABLE_TESTING" \
-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 f1f6bec

Please sign in to comment.