~pythoneers/ubuntu/lucid/python2.6/ltsppa

« back to all changes in this revision

Viewing changes to Misc/build.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-20 03:57:17 UTC
  • mfrom: (1.1.8 upstream) (10.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20100320035717-xg6wzg0snk0o3jf2
Tags: 2.6.5-1ubuntu1
Merge with Debian (2.6.5-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
echo "</html>" >> $RESULT_FILE
285
285
 
286
286
## copy results
287
 
chgrp -R webmaster build/html
288
 
chmod -R g+w build/html
289
 
rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR
290
 
rsync $RSYNC_OPTS dist/* $REMOTE_SYSTEM:$REMOTE_DIR_DIST
291
 
cd ../build
292
 
rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/
 
287
## (not used anymore, the daily build is now done directly on the server)
 
288
#chgrp -R webmaster build/html
 
289
#chmod -R g+w build/html
 
290
#rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR
 
291
#rsync $RSYNC_OPTS dist/* $REMOTE_SYSTEM:$REMOTE_DIR_DIST
 
292
#cd ../build
 
293
#rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/