miscel/synchronizepkgs.sh

Fri, 31 Aug 2012 21:14:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 31 Aug 2012 21:14:33 +0200
changeset 652
f6c0237e8f1c
child 680
d27cad483271
permissions
-rwxr-xr-x

Correct flawed math dependency causing build failure on Ubuntu 12.04 IA32.

michael@623 1 #! /bin/sh
michael@623 2
michael@623 3 # Wo die Quellen bleibt
michael@623 4 cd $HOME/opwrk/pkg/src
michael@623 5
michael@623 6 # Push synchronize OpenPKG TMP and PKG SRPM
michael@623 7 rsync -n -avz --del . flur:opwrk/pkg/src
michael@623 8
michael@623 9 # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig)
michael@623 10 rsync -n -avz --del elotro:opwrk/pkg/src/ .

mercurial