diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-22 23:41:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-22 23:41:05 (GMT) |
commit | da369f0d1755b201c2fe0ba1d2af91e45cd07bde (patch) | |
tree | 933f833de81687ff8c81cdb1495211ad2c78fee6 /scripts | |
parent | 6af64497ebef96fcf2852927807ca8186263b9d3 (diff) |
Move files to files.openscad.org. Disable google code uploads
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish-macosx.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 3617570..738f7db 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -21,7 +21,7 @@ update_www_download_links() filesize=$(human_filesize $filesize) webdir=../openscad.github.com incfile=inc/mac_snapshot_links.js - BASEURL='https://openscad.googlecode.com/files/' + BASEURL='http://files.openscad.org/' DATECODE=`date +"%Y.%m.%d"` if [ -f $webdir/$incfile ]; then @@ -83,13 +83,6 @@ if [[ $VERSION == $VERSIONDATE ]]; then fi echo "Uploading..." -LABELS=OpSys-OSX,Type-Executable -if ! $SNAPSHOT; then LABELS=$LABELS,Featured; fi -`dirname $0`/googlecode_upload.py -s 'Mac OS X Snapshot' -p openscad OpenSCAD-$VERSION.dmg -l $LABELS -if [[ $? != 0 ]]; then - exit 1 -fi - scp OpenSCAD-$VERSION.dmg openscad@files.openscad.org:www if [[ $? != 0 ]]; then exit 1 |