~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Martin Pool
  • Date: 2005-05-30 02:45:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050530024548-120dad7e43de5fec
- rsync upload should be quieter

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
cd ~/work/bzr 
11
11
 
12
12
bzr inventory |
13
 
rsync -avvP                                                         \
 
13
rsync -av                                                           \
14
14
    .                                                               \
15
15
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
16
16
    --include-from -                                                \