michael@623: #! /bin/sh michael@623: michael@623: # Wo die Quellen bleibt michael@623: cd $HOME/opwrk/pkg/src michael@623: michael@623: # Push synchronize OpenPKG TMP and PKG SRPM michael@680: rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del . flur:opwrk/pkg/src michael@623: michael@623: # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig) michael@680: rsync -n --exclude=asterisk-* --exclude=dhtml-* --exclude=tetex-* -avz --del elotro:opwrk/pkg/src/ .