Merge branches master and bean shell, fix some bugs
28
build-scripts/copyto_dir.sh
Executable file
|
@ -0,0 +1,28 @@
|
||||||
|
#!/bin/sh
|
||||||
|
DIRECTORY=$(cd `dirname $0` && pwd)
|
||||||
|
|
||||||
|
FTP_SITE=download.osmand.net
|
||||||
|
FTP_FOLDER=/home/osmand/www/night-builds
|
||||||
|
FTP_LATEST=/home/osmand/www/latest-night-build
|
||||||
|
# FTP_USER in local.properties
|
||||||
|
# FTP_PWD= in local.properties
|
||||||
|
BUILD_DIR="$DIRECTORY"/builds
|
||||||
|
LATEST_DIR="$DIRECTORY"/latests
|
||||||
|
|
||||||
|
. "$DIRECTORY"/local.properties
|
||||||
|
# 3. upload to ftp server
|
||||||
|
#lftp -c "set net:timeout 45;open -u $FTP_USER,$FTP_PWD $FTP_SITE;mirror -R $BUILD_DIR $FTP_FOLDER;mirror -R $LATEST_DIR $FTP_LATEST"
|
||||||
|
#rm $FTP_FOLDER/*
|
||||||
|
#rm $FTP_LATEST/*
|
||||||
|
cp -f $BUILD_DIR/* $FTP_FOLDER
|
||||||
|
cp -f $LATEST_DIR/* $FTP_LATEST
|
||||||
|
|
||||||
|
#ftp -n -v $FTP_SITE <<SCRIPT 2>&1
|
||||||
|
#quote USER $FTP_USER
|
||||||
|
#quote PASS $FTP_PWD
|
||||||
|
#cd $FTP_FOLDER
|
||||||
|
#ls
|
||||||
|
#quit
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,10 @@ touch $LOG_FILE
|
||||||
"${DIRECTORY}/build_branches.sh" 2>&1 >>$LOG_FILE
|
"${DIRECTORY}/build_branches.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
# 3. upload to ftp server
|
# 3. upload to ftp server
|
||||||
"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
|
#"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
|
# 3. upload to ftp server
|
||||||
|
"${DIRECTORY}/copyto_dir.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
# 4. Synchronize github with googlecode mercurial
|
# 4. Synchronize github with googlecode mercurial
|
||||||
"${DIRECTORY}/sync_git_hg.sh" 2>&1 >>$LOG_FILE
|
"${DIRECTORY}/sync_git_hg.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
0
config/site/indexes/.gitignore
vendored
Executable file
0
config/site/latest-night-build/.gitignore
vendored
Executable file
0
config/site/night-builds/.gitignore
vendored
Executable file
BIN
config/site/resource/Android-screen-osmand-ver02.jpg
Executable file
After Width: | Height: | Size: 456 KiB |
BIN
config/site/resource/icon_72.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
config/site/resource/osmand-address.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
config/site/resource/osmand-main-screen.png
Executable file
After Width: | Height: | Size: 74 KiB |
BIN
config/site/resource/osmand-map-future.jpg
Executable file
After Width: | Height: | Size: 186 KiB |
BIN
config/site/resource/osmand-map.png
Executable file
After Width: | Height: | Size: 61 KiB |
BIN
config/site/resource/osmand-poi-search.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
config/site/resource/osmand-routing.png
Executable file
After Width: | Height: | Size: 70 KiB |
BIN
config/site/resource/osmand-yandex_traffic.png
Executable file
After Width: | Height: | Size: 102 KiB |