summaryrefslogtreecommitdiff
path: root/bin/planet-update
blob: 145a2761a9e982f864d3f342b9253929da6a0124 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# 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
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/