~dosage-dev/dosage/test-mode

« back to all changes in this revision

Viewing changes to admin/release

  • Committer: ns
  • Date: 2009-12-01 06:47:33 UTC
  • Revision ID: ns@ww1aviationlinks.cjb.net-20091201064733-wqy9o7lggwhd36o3
repairĀ forĀ Lint

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"