Revision: 7603 http://sourceforge.net/p/ipcop/svn/7603 Author: owes Date: 2014-06-13 05:23:12 +0000 (Fri, 13 Jun 2014) Log Message: ----------- Drop the remarks for burning etc. A user will not see the message, the devs should know such things.
Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2014-06-13 05:14:05 UTC (rev 7602) +++ ipcop/trunk/make.sh 2014-06-13 05:23:12 UTC (rev 7603) @@ -2322,13 +2322,16 @@ [ "${RUNNING_TEST}" == 'yes' ] && parse_tests - #temporary comment while alpha stage: echo "" - echo "Burn a CD, write ${SNAME}-${VERSION}-boot.img to floppy or use pxe to boot." - echo -ne "NOTE: Burn the ISO at low speeds (4x is safe) because older CDROMs, especially " - echo "in old sparc and powerpc machines can't read CD-Rs burnt at higher speeds." echo "... and all this hard work for this:" ${DU} -bsh ${BASEDIR}/${SNAME}-${VERSION}-install-cd.${MACHINE}.iso + if [ x"${SKIP_USB_IMAGES}" != x"yes" ]; then + ${DU} -bsh ${BASEDIR}/${SNAME}-${VERSION}-install-usb-*.${MACHINE}.iso + fi + if [ "${VERSIONSTEP}" ]; then + ${DU} -bsh ${BASEDIR}/${SNAME}-${VERSIONSTEP}-update.${MACHINE}.tgz + fi + ${DU} -bsh ${BASEDIR}/${SNAME}-${VERSION}-update.${MACHINE}.tgz BUILDTIME=$[`date +"%s"` - ${BUILDSTART}] BUILDMINUTES=$[${BUILDTIME} / 60] BUILDSECONDS=$[${BUILDTIME} - ${BUILDMINUTES}*60] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn