[or-cvs] r18615: {torbrowser} Change permissions of files before the upload (to stop rsync (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Wed Feb 18 01:35:01 UTC 2009


Author: sjm217
Date: 2009-02-17 20:35:00 -0500 (Tue, 17 Feb 2009)
New Revision: 18615

Modified:
   torbrowser/trunk/build-scripts/DEPLOYMENT
Log:
Change permissions of files before the upload (to stop rsync breaking)

Modified: torbrowser/trunk/build-scripts/DEPLOYMENT
===================================================================
--- torbrowser/trunk/build-scripts/DEPLOYMENT	2009-02-17 23:23:32 UTC (rev 18614)
+++ torbrowser/trunk/build-scripts/DEPLOYMENT	2009-02-18 01:35:00 UTC (rev 18615)
@@ -117,13 +117,13 @@
 Upload to www.torproject.org
 ============================
 
+Make sure they have the right permissions:
+ find . -type f -exec chmod 444 {} \;
+ find . -type d -exec chmod 775 {} \;
+
 Copy the files, along with their signatures to:
  www.torproject.org:/var/www/www.torproject.org/htdocs/torbrowser/dist
 
-Make sure they have the right permissions:
- find /var/www/www.torproject.org/htdocs/torbrowser/dist -type f -exec chmod 444 {} \;
- find /var/www/www.torproject.org/htdocs/torbrowser/dist -type d -exec chmod 775 {} \;
-
 Update the website
 ==================
 



More information about the tor-commits mailing list