r1250 (heliocentric) {
* Bump up the svn revision, remove 7.1, and add 8.0
}
http://code.google.com/p/evoke/source/detail?r=1251
Modified:
/branches/releases/0.1/r9
/branches/releases/0.1/r9/builder/bootlist
/branches/releases/0.1/r9/builder/build.sh
/branches/releases/0.1/r9/builder/targets
/branches/releases/0.1/r9/builder/targets/FreeBSD/7.2/amd64/kernconf
/branches/releases/0.1/r9/builder/targets/FreeBSD/7.2/i386/kernconf
/branches/releases/0.1/r9/doc
=======================================
--- /branches/releases/0.1/r9/builder/build.sh Sun May 3 23:08:22 2009
+++ /branches/releases/0.1/r9/builder/build.sh Sat Oct 3 22:39:43 2009
@@ -403,10 +403,6 @@
tar -cf - * | tar -xf - -C ${RELEASEDIR}${BOOTPREFIX}/
echo ""
-echo " * share = Generating Binary Diffs"
-update create "${VERSION}/${REVISION}" "${BOOTDIR}${BOOTPREFIX}"
${VERSIONLIST} 1>&2
-#cd "${RELEASEDIR}" && tar -cf
- "evoke/misc/BIN-UPDATES/${VERSION}/${REVISION}" | tar -xvpf -
-C "${BOOTDIR}/"
-echo ""
echo " * share = Making ISO image"
@@ -441,6 +437,12 @@
rm ${RELEASEDIR}/evoke/${VERSION}/HEAD
ln -sf ${REVISION} ${RELEASEDIR}/evoke/${VERSION}/HEAD
+if [ "${EVOKE_BUILD_UPDATES}" != "no" ] ; then
+ echo " * share = Generating Binary Diffs"
+ update create "${VERSION}/${REVISION}" "${BOOTDIR}${BOOTPREFIX}"
${VERSIONLIST} 1>&2
+ #cd "${RELEASEDIR}" && tar -cf
- "evoke/misc/BIN-UPDATES/${VERSION}/${REVISION}" | tar -xvpf -
-C "${BOOTDIR}/"
+ echo ""
+fi
if [ "${EVOKE_PUSH_MIRROR}" != "" ] ; then
cd ${RELEASEDIR}/evoke