summaryrefslogtreecommitdiff
path: root/scripts/portable_upload.sh
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-08 20:51:25 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-08 20:51:25 +0100
commit21e46269269b82e756fef0051e0953c52d6be3ca (patch)
tree3de582687a866607fd412e2d66afa37abe8e056e /scripts/portable_upload.sh
parentcf506bed40e38b855d0ce8be781d9b1941b795ca (diff)
moved most scripts to separate folder
Diffstat (limited to 'scripts/portable_upload.sh')
-rwxr-xr-xscripts/portable_upload.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/portable_upload.sh b/scripts/portable_upload.sh
new file mode 100755
index 00000000..482e66ea
--- /dev/null
+++ b/scripts/portable_upload.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`
+BUILD=`cat PORTABLE_BUILD | perl -ne 'chomp and print'`
+
+UPLOAD_URI=waker,deadbeef@frs.sourceforge.net:/home/frs/project/d/de/deadbeef/portable/$VERSION/
+
+scp portable_out/* $UPLOAD_URI/
+scp portable_out/build/* $UPLOAD_URI/