From 333279ccf82d3bdf3c89073799e3e636a623ea98 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 14 Mar 2013 17:14:39 -0400 Subject: [PATCH] update during VM/release build via git, not svn --- tools/linux_packaging/noderun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index 781f654d75..c48fdedbe7 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -10,7 +10,7 @@ if mount | grep --silent vmshare ; then fi cd $BASE || exit 1 -svn update || 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