miscel/synchronizepkgs.sh

Mon, 17 Sep 2012 19:10:10 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 17 Sep 2012 19:10:10 +0200
changeset 689
9fe04d4d4e5a
parent 623
1a897ff6f07a
child 706
cfb237fad7c7
permissions
-rwxr-xr-x

Update to new version of vendor software although Oracle fails to deliver.
More specifically, newer db(3) patch revisions exist but Oracle has
removed them from the canonical download server URI for Berkely DB.

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@623 10 rsync -n -avz --del elotro:opwrk/pkg/src/ .
michael@680 11 rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .

mercurial