Skip to content

Commit

Permalink
Further work on release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adhawkins committed Apr 19, 2012
1 parent 6b6db05 commit 2387eb5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions developer/upload-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

USERNAME=$1
RELEASE=$2
FILE=$3

scp flactag.html $USERNAME@web.sourceforge.net:/home/project-web/flactag/htdocs/index.html
ssh $USERNAME,flactag@shell.sourceforge.net create
ssh $USERNAME,flactag@shell.sourceforge.net mkdir /home/frs/project/flactag/v$RELEASE
ssh $USERNAME,flactag@shell.sourceforge.net shutdown
scp $3 $USERNAME@frs.sourceforge.net://home/frs/project/flactag/v$RELEASE

0 comments on commit 2387eb5

Please sign in to comment.