miscel/synchronizepkgs.sh

changeset 680
d27cad483271
parent 623
1a897ff6f07a
child 706
cfb237fad7c7
     1.1 --- a/miscel/synchronizepkgs.sh	Thu Sep 13 23:11:20 2012 +0200
     1.2 +++ b/miscel/synchronizepkgs.sh	Thu Sep 13 23:24:16 2012 +0200
     1.3 @@ -4,7 +4,8 @@
     1.4  cd $HOME/opwrk/pkg/src
     1.5  
     1.6  # Push synchronize OpenPKG TMP and PKG SRPM
     1.7 -rsync -n -avz --del . flur:opwrk/pkg/src
     1.8 +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src
     1.9  
    1.10  # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig)
    1.11  rsync -n -avz --del elotro:opwrk/pkg/src/ .
    1.12 +rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .

mercurial