update during VM/release build via git, not svn
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Mar 2013 21:14:39 +0000 (17:14 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Mar 2013 21:14:39 +0000 (17:14 -0400)
tools/linux_packaging/noderun

index 781f654d750f95c47281245a7ec9c8cf5ee44c18..c48fdedbe7aac3c6fccdac49a86bec92f5a4f35d 100644 (file)
@@ -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