[evoke] r1243 committed - * Move the binary diff generation after the ISO generation. Also add a...

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 7, 2009, 4:05:37 PM9/7/09
to evoke-...@googlegroups.com
Revision: 1243
Author: heliocentric
Date: Mon Sep 7 13:04:40 2009
Log: * Move the binary diff generation after the ISO generation. Also add a
variable check so we can disable them on a case by case basis (with enough
of a delta, there will be no usable diffs generated, so we don't need to
bother doing it).


http://code.google.com/p/evoke/source/detail?r=1243

Modified:
/trunk/builder/build.sh

=======================================
--- /trunk/builder/build.sh Thu Sep 3 16:58:56 2009
+++ /trunk/builder/build.sh Mon Sep 7 13:04:40 2009
@@ -429,10 +429,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"

@@ -467,6 +463,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

Reply all
Reply to author
Forward
0 new messages