increase the odds that i can push the website after phobos pushes it somebody should improve this line if they want to
Roger Dingledine

Roger Dingledine commited on 2010-08-03 20:58:41
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.

... ...
@@ -17,6 +17,7 @@ chmod a+r * -R
17 17
 #rsync -Prvz --delete . tor.eff.org:directory/
18 18
 
19 19
 rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi -Prvz --delete . byblos:/var/www/www.torproject.org/htdocs/
20
+ssh byblos chmod g+w -R /var/www/www.torproject.org/htdocs
20 21
 
21 22
 echo "Forcing mirror update"
22 23
 ssh byblos '/var/lib/mirror-tor/trigger-sync'
23 24