Skip to content

Commit

Permalink
Enable and hide sourceforge uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
eldur committed May 24, 2013
1 parent d99d25a commit 5317519
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .rsyncSourceForge.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu
src=$1
dest=$2
shift 2
rsync -avizPn $* $src eldurloki@frs.sourceforge.net:$dest

7 changes: 0 additions & 7 deletions rsyncSourceForge.sh

This file was deleted.

2 changes: 1 addition & 1 deletion rsyncSourceForgeJavadoc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
cd target
upload=./../rsyncSourceForge.sh
upload=./../.rsyncSourceForge.sh

remoteWebPath=/home/project-web/jwbf/htdocs
remoteDocs=$remoteWebPath/doc/
Expand Down
2 changes: 1 addition & 1 deletion rsyncSourceForgeSnapshots.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -eu
upload=./../rsyncSourceForge.sh
upload=./../.rsyncSourceForge.sh
cd target
incl=include-rsync.tmp
readme=README.md
Expand Down

0 comments on commit 5317519

Please sign in to comment.