[Pkg-bazaar-commits] ./bzr/unstable r664: - change rsync command for upload
Martin Pool
mbp at sourcefrog.net
Fri Apr 10 08:20:38 UTC 2009
------------------------------------------------------------
revno: 664
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-06-10 19:28:48 +1000
message:
- change rsync command for upload
modified:
contrib/upload-bzr.dev
-------------- next part --------------
=== modified file 'contrib/upload-bzr.dev'
--- a/contrib/upload-bzr.dev 2005-06-10 08:44:14 +0000
+++ b/contrib/upload-bzr.dev 2005-06-10 09:28:48 +0000
@@ -9,11 +9,10 @@
cd ~/work/bzr
-echo "checking permissions..."
-chmod -Rv a+rX .
+# note: don't use -a because that can mess up the permissions
bzr inventory |
-rsync -av \
+rsync -rltv \
. \
escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/ \
--include-from - \
More information about the Pkg-bazaar-commits
mailing list