1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 22:24:32 +03:00

nanonote-files: update the new daily build URL

This commit is contained in:
Xiangfu Liu 2012-01-30 14:11:51 +08:00
parent 927c833392
commit ca217cc227

View File

@ -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