Fix build.sh to terminate correctly on error
[senf.git] / admin / build.sh
index eba2421..ac3fdef 100755 (executable)
@@ -26,6 +26,10 @@ rm -f ../svn-update.log
 
 echo '$ scons -k all'
 scons -k all
+echo '$ scons linklint'
+scons linklint
+echo '$ scons fixlinks'
+scons fixlinks
 echo -n '# Build completed at '; date --utc
 
 exec >../upload.log 2>&1
@@ -42,6 +46,7 @@ rsync -rzv --del --delete-excluded \
        --filter="+ *.css" \
        --filter="+ *.png" \
        --filter="+ *.php" \
+       --filter="+ *.idx" \
        --filter="+ *.log" \
        --filter="- *" \
        . g0dil@shell.berlios.de://home/groups/senf/htdocs/src