extras-buildsys/utils extras-push-all,1.4,1.5

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Tue May 9 19:28:49 UTC 2006


Author: wtogami

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31883

Modified Files:
	extras-push-all 
Log Message:
add umask to sanity tests.



Index: extras-push-all
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-all,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- extras-push-all	8 May 2006 14:21:38 -0000	1.4
+++ extras-push-all	9 May 2006 19:28:47 -0000	1.5
@@ -27,6 +27,10 @@
   echo "ERROR: ~/.rpmmacros must be pointing at /srv/extras-push/.rpmmacros."
   exit 1
 fi
+if [ "`umask`" != "0002" ]; then
+  echo "ERROR: umask must be 0002."
+  exit 1
+fi
 
 # Sign & Push
 [ "$1" = "-f" ] && force=yes || force=




More information about the fedora-extras-commits mailing list