~dosage-dev/dosage/bunch-of-comics

« back to all changes in this revision

Viewing changes to admin/release

  • Committer: ns
  • Date: 2009-12-15 04:28:11 UTC
  • Revision ID: ns@ww1aviationlinks.cjb.net-20091215042811-0ayhj9rts8elo3pg
repair Bhag

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
VERSION="`python bin/mainline -Vq`"
 
3
DISTFILE="dosage-$VERSION.tar.gz "
 
4
 
 
5
admin/dist
 
6
darcs tag --patch-name="$VERSION"
 
7
scp $DISTFILE doc/changelog chthon:/var/www/slipgate/dosage/downloads/
 
8
ssh chthon "cd /var/www/slipgate/dosage/downloads; chmod 664 $DISTFILE changelog; chgrp slipgate $DISTFILE changelog"