summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-14 17:14:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-14 17:14:39 -0400
commit333279ccf82d3bdf3c89073799e3e636a623ea98 (patch)
tree9f1549142c315ef01dedd78f632faa85d54c85f6 /tools
parentb11c1fd15da2e5ac0d837e022d2de28bd434e4d0 (diff)
update during VM/release build via git, not svn
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 1 insertions, 1 deletions
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