summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-01-22 04:10:18 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-01-22 04:10:18 +0100
commit4650ed3dae1fa2f478c145884f52b6dc9b7ef045 (patch)
treece0f834b198ed8684323c0381785e656d711abd4 /bin
parent61b012f50360cc938a37d3593687a1a8958e25ad (diff)
Fix update script to use git
Diffstat (limited to 'bin')
-rwxr-xr-xbin/www-update-complete4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/www-update-complete b/bin/www-update-complete
index f8413a4f..43fb993a 100755
--- a/bin/www-update-complete
+++ b/bin/www-update-complete
@@ -1,13 +1,13 @@
#!/bin/sh
# this script is run on the fdo server, so no use running at home
-# it forcefully updates cvs, autogens, and makes
+# it forcefully updates git, autogens, and makes
cd /srv/gstreamer.freedesktop.org/www
umask 0002
chown -R :gstreamer * 2> /dev/null
chmod -R g+w * 2> /dev/null
-cvs update -dP
+git pull
src/autogen.sh
make clean
make