miscel/synchronizepkgs.sh

Thu, 13 Sep 2012 23:11:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 13 Sep 2012 23:11:20 +0200
changeset 679
714b450dc37c
child 680
d27cad483271
permissions
-rwxr-xr-x

Integrate Sencha Touch, not really HTML buth rather Javascript oh well.
Additionally improve exemplary text describing Dojo Toolkit use.

     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 -avz --del . flur:opwrk/pkg/src
     9 # Pull synchronize OpenPKG TMP and PKG SRPM (slash wichtig)
    10 rsync -n -avz --del elotro:opwrk/pkg/src/ .

mercurial