miscel/synchronizepkgs.sh

Fri, 05 Oct 2012 22:37:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 05 Oct 2012 22:37:14 +0200
changeset 724
b318ab5c5f26
parent 680
d27cad483271
permissions
-rwxr-xr-x

Import package vendor original spec for necessary manipulations.

     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 --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .

mercurial