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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Sep 30 10:18:22 UTC 2006


Author: scop

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

Added Files:
	README extras-sync 
Log Message:
Move more things to pushscript/, bring README up to date.


--- NEW FILE README ---
installed repoview is broken : quiet option doesn't work, we use a patched
local installation

createrepo : (to check!) pukes about its own repodata directories, we
rmtree the dir in extras-repobuild.py before running createrepo

old yum Python modules : we use a newer/patched local copy (in the Extras
repoclosure tree), so we have more recent code for Extras repoclosure and
metadata things

[...]

Scripts we need in $PATH:

extras-push
extras-repobuild.py
extras-repomanage.py
extras-repoview.py
extras-sync
rc-modified
rc-report.py
rc-run-all.py -> rc-run.py
rc-run.py
upgradecheck.py



--- NEW FILE extras-sync ---
#!/bin/bash

outputdir=/srv/rpmbuild/extras/tree/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

echo "Real Sync"
echo "Ctrl-C or kill to exit"
echo "Sleeping for 30s"
sleep 30
rsync $opts $outputdir/* $targetdir




More information about the scm-commits mailing list