[Pkg-bazaar-commits] ./bzr/unstable r787: - tweak rsync upload script

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:02 UTC 2009


------------------------------------------------------------
revno: 787
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-06-27 11:25:24 +1000
message:
  - tweak rsync upload script
modified:
  contrib/upload-bzr.dev
-------------- next part --------------
=== modified file 'contrib/upload-bzr.dev'
--- a/contrib/upload-bzr.dev	2005-06-14 23:04:06 +0000
+++ b/contrib/upload-bzr.dev	2005-06-27 01:25:24 +0000
@@ -14,14 +14,14 @@
 chmod a+rX `bzr inventory`
 
 bzr inventory | 
-rsync -rltv							    \
+rsync -rltvv							    \
     .								    \
     escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
-    --include-from -						    \
     --include .bzr						    \
     --include '.bzr/**'						    \
     --exclude-from .rsyncexclude				    \
     --exclude-from .bzrignore					    \
+    --include-from -						    \
     --exclude \*						    \
     --exclude '.*'						    \
     --delete-excluded --delete					    \



More information about the Pkg-bazaar-commits mailing list