Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-03-25 16:37:55 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-03-25 16:37:55 (GMT)
commit946ec885f21e607920c95d8d30923a244ae971d7 (patch)
treecf518b6e3384dc81c7d2126ccebb9d95d87350f6 /build
parent6e55f2ad2545b72a6df3de8bc036d2b6974e45db (diff)
Exit on error in build (Alexander Bostroem)
do not try to build appliance if live iso build failed
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index ddde4aa..c99a9dc 100755
--- a/build
+++ b/build
@@ -1,4 +1,7 @@
#!/bin/bash
+set -e
+set -o pipefail
+
python live.py
python appliance.py