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

« back to all changes in this revision

Viewing changes to admin/release

  • Committer: ns
  • Date: 2009-12-01 07:07:18 UTC
  • Revision ID: ns@ww1aviationlinks.cjb.net-20091201070718-3xoj70sz52zsq09v
Y plugin added YAFGC

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"