[releng] simplify the setting up of repos since we do not need to exclude the other productimg anymore

Dennis Gilmore ausil at fedoraproject.org
Wed Mar 11 03:18:43 UTC 2015


commit adbdc41e4e91ad0d3610e54256481793e56aefad
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Mar 10 22:12:43 2015 -0500

    simplify the setting up of repos since we do not need to exclude the other productimg anymore

 scripts/run-pungi |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/scripts/run-pungi b/scripts/run-pungi
index d1150d5..11c7445 100755
--- a/scripts/run-pungi
+++ b/scripts/run-pungi
@@ -26,12 +26,8 @@ pushd $KICKSTARTS
 git reset --hard
 git checkout f$BRANCH
 git pull --rebase
-sed -i -e 's|repo --name=fedora .*$|repo --name=fedora --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/ --excludepkgs=fedora-productimg-workstation,fedora-productimg-server\nrepo --name=bleed --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server|g' fedora-install-cloud.ks
-sed -i -e 's|repo --name=fedora-source .*$|repo --name=fedora-source  --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/source/SRPMS/\nrepo --name=bleed-source --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/SRPMS|g' fedora-install-cloud.ks
-sed -i -e 's|repo --name=fedora .*$|repo --name=fedora --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/ --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation\nrepo --name=bleed --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation|g' fedora-install-server.ks
-sed -i -e 's|repo --name=fedora-source .*$|repo --name=fedora-source  --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/source/SRPMS/ --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation\nrepo --name=bleed-source --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/SRPMS --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation|g' fedora-install-server.ks
-sed -i -e 's|repo --name=fedora .*$|repo --name=fedora --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/ --excludepkgs=fedora-productimg-cloud,fedora-productimg-server\nrepo --name=bleed --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server|g' fedora-install-workstation.ks
-sed -i -e 's|repo --name=fedora-source .*$|repo --name=fedora-source  --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/source/SRPMS/ --excludepkgs=fedora-productimg-cloud,fedora-productimg-server\nrepo --name=bleed-source --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/SRPMS --excludepkgs=fedora-productimg-cloud,fedora-productimg-server|g' fedora-install-workstation.ks
+sed -i -e 's|repo --name=fedora .*$|repo --name=fedora --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/ \nrepo --name=bleed --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch|g' fedora-install-*.ks
+sed -i -e 's|repo --name=fedora-source .*$|repo --name=fedora-source  --baseurl=http://kojipkgs.fedoraproject.org/mash/branched/source/SRPMS/\nrepo --name=bleed-source --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/SRPMS|g' fedora-install-*.ks
 $FULLPATH/build-livecds "$SHORTVERSION" "$SHORTCOMPOSE" "$BRANCH"
 $FULLPATH/build-arm-images "$SHORTVERSION" "$SHORTCOMPOSE" "$BRANCH"
 pushd


More information about the rel-eng mailing list