extras-buildsys/utils extras-sync,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Aug 7 10:42:05 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-sync 
Log Message:
* no longer sync to build user account
* set umask 0002



Index: extras-sync
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-sync,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extras-sync	1 Jun 2006 21:04:47 -0000	1.3
+++ extras-sync	7 Aug 2006 10:42:02 -0000	1.4
@@ -1,10 +1,12 @@
 #!/bin/bash
 
 outputdir=/srv/rpmbuild/extras/tree/extras
-targetdir=build at fedora.linux.duke.edu:/srv/web/docroot/extras/
+targetdir=fpserv.linux.duke.edu:/srv/web/docroot/extras/
 exclude=""
 opts="-avH --progress --delete -e ssh $exclude"
 
+umask 0002
+
 echo "Test sync"
 rsync -n $opts $outputdir/* $targetdir | grep -v repodata
 




More information about the fedora-extras-commits mailing list