[releng] do not install andy of the productimg packages in the nightly composes

Dennis Gilmore ausil at fedoraproject.org
Fri Nov 28 06:33:58 UTC 2014


commit 890a86c4e8c87c3599000c1411c98840dbde6d93
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Nov 27 23:31:31 2014 -0600

    do not install andy of the productimg packages in the nightly composes

 scripts/pungify |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/scripts/pungify b/scripts/pungify
index 0747a83..4b391ff 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -37,6 +37,12 @@ mkdir -p /tmp/treebuild.$TREE/{output,cache,$BRANCH}
 cd /tmp/treebuild.$TREE
 touch rawhide.ks
 echo "repo --name=fedora --baseurl=file:///tmp/treebuild.$TREE/output/$BRANCH/$ARCH/os/" > rawhide.ks
+echo "%packages
+ at anaconda-tools
+-fedora-productimg-cloud
+-fedora-productimg-server
+-fedora-productimg-workstation
+%end" >> rawhide.ks
 mount -t nfs -o ro,nolock vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji/koji/mash/$DIST-$TREE/$BRANCH $BRANCH
 rm -f /var/lib/rpm/__db*
 mkdir -p output/$BRANCH/$ARCH/os/


More information about the rel-eng mailing list