~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-06 13:24:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050606132418-1082c87e2473e266
- manpage generator by Hans Ulrich Niedermann

Show diffs side-by-side

added added

removed removed

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