miscel/synchronizepkgs.sh

Mon, 17 Sep 2012 19:02:42 +0200

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

Integrate patch to implement RFC 4331 Quota and Size for WebDAV.

     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