miscel/synchronizepkgs.sh

Sat, 27 Oct 2012 17:19:03 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 27 Oct 2012 17:19:03 +0200
changeset 748
7548d72a64e3
parent 680
d27cad483271
permissions
-rwxr-xr-x

Update version adjusting patch logic accordingly, correctly create
installation hierarchy, and introduce apache-php::with_xmlwriter
dependency required by rather important XML sitemap logic.

michael@623 1 #! /bin/sh
michael@623 2
michael@623 3 # Wo die Quellen bleibt
michael@623 4 cd $HOME/opwrk/pkg/src
michael@623 5
michael@623 6 # Push synchronize OpenPKG TMP and PKG SRPM
michael@680 7 rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src
michael@623 8
michael@623 9 # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig)
michael@680 10 rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .

mercurial