more migration from google-code to files.openscad.org

issue480
Don Bright 2013-08-13 22:24:03 -05:00
parent 0dd0a262f9
commit af7e8320e2
1 changed files with 10 additions and 1 deletions

View File

@ -148,15 +148,24 @@ upload_win64()
read_username_from_user() read_username_from_user()
{ {
if [ $DRYRUN ]; then USERNAME=none;export USERNAME; return; fi if [ $DRYRUN ]; then USERNAME=none;export USERNAME; return; fi
echo 'Google code upload is deprecated'
USERNAME=$USER
echo 'username is ' $USERNAME
return
echo 'Please enter your username for https://code.google.com/hosting/settings' echo 'Please enter your username for https://code.google.com/hosting/settings'
echo -n 'Username:' echo -n 'Username:'
read USERNAME read USERNAME
echo 'username is ' $USERNAME echo 'username is ' $USERNAME
return
} }
read_password_from_user() read_password_from_user()
{ {
if [ $DRYRUN ]; then return; fi if [ $DRYRUN ]; then return; fi
echo 'Google code upload is deprecated'
return
echo 'Please enter your password for https://code.google.com/hosting/settings' echo 'Please enter your password for https://code.google.com/hosting/settings'
echo -n 'Password:' echo -n 'Password:'
read -s PASSWORD1 read -s PASSWORD1
@ -180,7 +189,7 @@ update_win_www_download_links()
cd inc cd inc
echo `pwd` echo `pwd`
# BASEURL='https://openscad.googlecode.com/files/' # BASEURL='https://openscad.googlecode.com/files/'
BASEURL='http://files.openscad.org' BASEURL='http://files.openscad.org/'
DATECODE=`date +"%Y.%m.%d"` DATECODE=`date +"%Y.%m.%d"`
rm win_snapshot_links.js rm win_snapshot_links.js