From ca217cc227852e52fec9bee2347741c3f756ea34 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 30 Jan 2012 14:11:51 +0800 Subject: [PATCH] nanonote-files: update the new daily build URL --- nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh b/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh index ac2b9ef..515d661 100755 --- a/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh +++ b/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh @@ -70,12 +70,12 @@ if [ "$?" != "0" ]; then tail -n 100 ${IMAGES_DIR}/BUILD_LOG > ${IMAGES_DIR}/BUILD_LOG.`date +"%m%d%Y-%H%M"`.last100 echo -e "\ say #qi-hardware The build has FAILED, \ -see log here: http://fidelio.qi-hardware.com/~xiangfu/compile-log/${OPENWRT_DIR_NAME}-${DATE_TIME}/\nclose" \ +see log here: http://fidelio.qi-hardware.com/~xiangfu/build-nanonote/${OPENWRT_DIR_NAME}-${DATE_TIME}/\nclose" \ | nc turandot.qi-hardware.com 3858 else echo -e "\ say #qi-hardware The build was successfull, \ -see images here: http://fidelio.qi-hardware.com/~xiangfu/compile-log/${OPENWRT_DIR_NAME}-${DATE_TIME}/\nclose" \ +see images here: http://fidelio.qi-hardware.com/~xiangfu/build-nanonote/${OPENWRT_DIR_NAME}-${DATE_TIME}/\nclose" \ | nc turandot.qi-hardware.com 3858 fi