~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-11 01:33:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050611013322-f12014bf65accd0c
- don't show progress bar unless completion is known

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
# note: don't use -a because that can mess up the permissions
13
13
 
14
 
chmod a+rX `bzr inventory`
15
 
 
16
 
bzr inventory | 
 
14
bzr inventory |
17
15
rsync -rltv                                                         \
18
16
    .                                                               \
19
17
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
 
18
    --include-from -                                                \
20
19
    --include .bzr                                                  \
21
20
    --include '.bzr/**'                                             \
22
21
    --exclude-from .rsyncexclude                                    \
23
22
    --exclude-from .bzrignore                                       \
24
 
    --include-from -                                                \
25
23
    --exclude \*                                                    \
26
24
    --exclude '.*'                                                  \
27
25
    --delete-excluded --delete                                      \