~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Martin Pool
  • Date: 2005-06-10 09:28:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050610092848-8ee8b97347c85849
- change rsync command for upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
cd ~/work/bzr 
11
11
 
12
 
echo "checking permissions..."
13
 
chmod -Rv a+rX .
 
12
# note: don't use -a because that can mess up the permissions
14
13
 
15
14
bzr inventory |
16
 
rsync -av                                                           \
 
15
rsync -rltv                                                         \
17
16
    .                                                               \
18
17
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
19
18
    --include-from -                                                \