small fix to daily build

This commit is contained in:
Victor Shcherb 2011-01-23 13:28:17 +01:00
parent 143208b793
commit 4c6fb0bf77

View file

@ -20,9 +20,10 @@ touch $LOG_FILE
"${DIRECTORY}/update_git.sh" 2>&1 >>$LOG_FILE
# 2. Go through branches and generates builds
#"${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
# TODO test and uncomment
#"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
# 4. Synchronize github with googlecode mercurial