~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:08:09 UTC
  • Revision ID: mbp@sourcefrog.net-20050610090809-648401fe0bde7b7a
doc

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
echo "checking permissions..."
 
13
chmod -Rv a+rX .
 
14
 
 
15
bzr inventory |
 
16
rsync -av                                                           \
18
17
    .                                                               \
19
18
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
 
19
    --include-from -                                                \
20
20
    --include .bzr                                                  \
21
21
    --include '.bzr/**'                                             \
22
22
    --exclude-from .rsyncexclude                                    \
23
23
    --exclude-from .bzrignore                                       \
24
 
    --include-from -                                                \
25
24
    --exclude \*                                                    \
26
25
    --exclude '.*'                                                  \
27
26
    --delete-excluded --delete                                      \