~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-27 01:26:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050627012611-4effb7007553fde1
- tweak rsync upload script

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
chmod a+rX `bzr inventory`
15
15
 
16
16
bzr inventory | 
17
 
rsync -rltvv                                                        \
 
17
rsync -rltv                                                         \
18
18
    .                                                               \
19
19
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
20
20
    --include .bzr                                                  \