fedora-security/tools generate-manifest,1.1,1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Thu Aug 30 10:18:14 UTC 2007


Author: lkundrak

Update of /cvs/fedora/fedora-security/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24024/tools

Modified Files:
	generate-manifest 
Log Message:
More consistent way to generate manifests, and also new manifests.



Index: generate-manifest
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/generate-manifest,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- generate-manifest	7 Aug 2007 15:12:09 -0000	1.1
+++ generate-manifest	30 Aug 2007 10:18:12 -0000	1.2
@@ -11,15 +11,14 @@
 
 if [ -z "$@" ]
 then
-	export TAGS="dist-fc6-updates dist-f7-updates"
-	#export TAGS="dist-fc7-updates"
+	export TAGS="dist-fc6-updates dist-fc7-updates"
 else
 	export TAGS="$@"
 fi
 
 for TAG in $TAGS
 do
-	"$KOJI" list-pkgs --tag=$TAG --quiet |
-		awk '{print $1}' |
-		xargs "$KOJI" latest-pkg --quiet $TAG
+	echo -n "Generating manifest for $TAG..."
+	"$KOJI" list-tagged --inherit --latest "$TAG" >"$TAG"
+	echo " done"
 done




More information about the fedora-extras-commits mailing list