try removing --backtrace from VM build script
[ardour.git] / tools / linux_packaging / noderun
index c52a2dbae430fd754e9735f15763cdbcf815e1bd..a6357ef48837f1d5ec66855a57eed0491fab9577 100644 (file)
@@ -10,11 +10,11 @@ if mount | grep --silent vmshare ; then
 fi
 
 cd $BASE || exit 1
-svn update || exit 1
-./waf configure --strict --noconfirm || exit 1
+git pull || exit 1
+./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
 ./waf || exit 1
 cd tools/linux_packaging || exit 1
-./build --public --strip some || exit 1
+./build --public --harvid --strip some || exit 1
 ./package --public --singlearch || exit 1
 file=`ls -t *.tar`
 echo "Copying $file to shared folder ..."