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