summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-24 12:23:57 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-24 12:26:04 +0100
commit6219590380fcaba4a05e52844aa4d935c4c502df (patch)
tree8d5c68bae74b8311b79ce2d241e5145586511a82 /bin
parentb5022973ab70eb315c657a66187fb96760e64649 (diff)
www: Enforce our shared ownership more strictly. Clean up plugin checkouts
Set permissions a bit more in the www-update-complete script, to attempt to avoid leaving behind unshared directories. Remove the plugin-inspect checkout directories before and afterward, in case they get left behind by someone hitting ctrl-c during the build.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/www-update-complete3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/www-update-complete b/bin/www-update-complete
index 43fb993a..68c52686 100755
--- a/bin/www-update-complete
+++ b/bin/www-update-complete
@@ -8,6 +8,9 @@ umask 0002
chown -R :gstreamer * 2> /dev/null
chmod -R g+w * 2> /dev/null
git pull
+find . -type d -print0 | xargs -0 chmod g+ws 2> /dev/null
src/autogen.sh
make clean
make
+chown -R :gstreamer * 2> /dev/null
+chmod -R g+w * 2> /dev/null