~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Jelmer Vernooij
  • Date: 2006-06-21 13:54:14 UTC
  • mto: (1558.14.8 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1803.
  • Revision ID: jelmer@samba.org-20060621135414-11a3a70e53adbb99
Install benchmarks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
cd ~/work/bzr 
11
11
 
12
 
bzr inventory |
13
 
rsync -av                                                           \
 
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                                                         \
14
18
    .                                                               \
15
19
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
16
 
    --include-from -                                                \
17
20
    --include .bzr                                                  \
18
21
    --include '.bzr/**'                                             \
19
22
    --exclude-from .rsyncexclude                                    \
20
23
    --exclude-from .bzrignore                                       \
 
24
    --include-from -                                                \
21
25
    --exclude \*                                                    \
22
26
    --exclude '.*'                                                  \
23
27
    --delete-excluded --delete                                      \