summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-05-08 16:52:44 +0000
committerAndy Wingo <wingo@pobox.com>2005-05-08 16:52:44 +0000
commit9653a5b76ae35d249c29b849f7fbe6e21406d03a (patch)
tree59284538e58864430098fe26e1e1dae5294128c6 /bin
parent1b82777688cbc9bb1389bfb8a8a4b87103b8f97c (diff)
bin/planet-update: Update to work with newer planet code.
Original commit message from CVS: 2005-05-08 Andy Wingo <wingo@pobox.com> * bin/planet-update: Update to work with newer planet code.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/planet-update5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/planet-update b/bin/planet-update
index 145a2761..eb45cd70 100755
--- a/bin/planet-update
+++ b/bin/planet-update
@@ -2,10 +2,9 @@
# this script is run on the fdo server, so no use running at home
# it updates Planet GStreamer
-HOME=/home/projects/gstreamer
-cd $HOME/planet
+cd /home/wingo/planet-gstreamer
umask 0002
python planet.py gstreamer/config.ini
chown -R :gstreamer * 2> /dev/null
chmod -R g+w * 2> /dev/null
-rsync -a gstreamer/planet/ $HOME/www/htdocs/planet/
+rsync -a gstreamer/planet/ /home/srv/gstreamer.freedesktop.org/www/htdocs/planet/