diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:26:39 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:26:39 (GMT) |
commit | 36545b3cc52a684a8897168d47f396c8a34f62ae (patch) | |
tree | ca10e3d3943989130a2933d1f86de07f6b6675f2 | |
parent | 72945a53ca158b7fce46c01225b97b585a5d5f6b (diff) |
rm googlecode stuff
-rwxr-xr-x | scripts/builder.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/builder.sh b/scripts/builder.sh index 38a235e..552d559 100755 --- a/scripts/builder.sh +++ b/scripts/builder.sh @@ -95,13 +95,9 @@ upload_win_generic() opts="$opts -u $username" opts="$opts $filename" if [ $DRYRUN ]; then - echo dry run, not uploading to googlecode - echo google-code upload is disabled / deprecated echo dry run, not uploading to files.openscad.org echo scp -v $filename openscad@files.openscad.org:www/ else - echo google-code upload is disabled / deprecated - # python ./scripts/googlecode_upload.py -s "$summary" $opts scp -v $filename openscad@files.openscad.org:www/ fi } |