Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-24 15:44:24 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-24 15:44:24 (GMT)
commit9d8af7195d3192e4456939cdcf7e7efdc9ea4766 (patch)
tree5b5ffefad51e317c31a890b26fad37df6442193a /build
parentd4fd1e3c17474b71e7a9ce21efad0e295463416c (diff)
create both SoaS and SoaS-XO imagesforsdz
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 7351332..e01580f 100755
--- a/build
+++ b/build
@@ -12,12 +12,12 @@ buildname=$buildstem$nextbuild
date ; date >> ${buildname}.buildlog
echo building $buildname ; echo building $buildname >> ${buildname}.buildlog
/usr/bin/time nice setarch i586 \
- make -j 3 -f ../Makefile ${buildname}.done >> ${buildname}.buildlog 2>&1
+ make -f ../Makefile ${buildname}.done >> ${buildname}.buildlog 2>&1
-for ext in tree removable.img img ; do
+for ext in tree removable.img xo.img ; do
prevsize=$(< $prevbuild.$ext.size.txt)
nextsize=$(< $buildname.$ext.size.txt)
- python -c "oldk = $prevsize ; newk = $nextsize ; print '%0.2fM / %dK /' % (newk / 1024.0, newk - oldk)" > $buildname.$ext.size-change.txt
+ python -c "oldk = $prevsize ; newk = $nextsize ; print '%0.2fM / %dK' % (newk / 1024.0, newk - oldk)" > $buildname.$ext.size-change.txt
done
diff -U 1 $prevbuild.tree.packages.txt $buildname.tree.packages.txt | grep -v ^@@ > $buildname.tree.package-changes.txt