Skip to content

Commit

Permalink
* upload-to-sf.sh: Helper script.
Browse files Browse the repository at this point in the history
git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@273 830e0280-6d2a-0410-9c65-932aecc39d9d
  • Loading branch information
ludvigm committed Nov 26, 2008
1 parent a499d68 commit 9a3cb2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,5 +1,6 @@
2008-11-25 Michal Ludvig <michal@logix.cz>

* upload-to-sf.sh: Helper script.
* S3/PkgInfo.py: Bumped up version to 0.9.9-pre2+svn

2008-11-24 Michal Ludvig <michal@logix.cz>
Expand Down
5 changes: 5 additions & 0 deletions upload-to-sf.sh
@@ -0,0 +1,5 @@
#!/bin/sh

VERSION=$(./s3cmd --version | awk '{print $NF}')
echo -e "Uploading \033[32ms3cmd \033[31m${VERSION}\033[0m ..."
rsync -avP dist/s3cmd-${VERSION}.* ludvigm@frs.sourceforge.net:uploads/

0 comments on commit 9a3cb2f

Please sign in to comment.