miscel/synchronizepkgs.sh

Mon, 17 Sep 2012 19:13:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 17 Sep 2012 19:13:34 +0200
changeset 692
67831a9de168
parent 623
1a897ff6f07a
child 706
cfb237fad7c7
permissions
-rwxr-xr-x

Correct pathnames and generally migrate buildconf from version 2 to 3.

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

mercurial