extras-buildsys/utils extras-sync,NONE,1.1

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Apr 25 01:54:09 UTC 2006


Author: skvidal

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

Added Files:
	extras-sync 
Log Message:

adding extras-sync as per ville's request.



--- NEW FILE extras-sync ---
#!/bin/bash
outputdir=/srv/rpmbuild/extras/tree/extras

echo "Test sync"
rsync -navH --delete -e ssh $outputdir/* \
   build at fedora.linux.duke.edu:/srv/web/docroot/extras/ | grep -v repodata

echo "Real Sync"
echo "Ctrl-C or kill to exit"
echo "Sleeping for 30s"
sleep 30
rsync -avH --delete -e ssh $outputdir/* build at fedora.linux.duke.edu:/srv/web/docroot/extras/








More information about the fedora-extras-commits mailing list