Author: sebastian
Date: 2012-05-20 08:25:31 +0000 (Sun, 20 May 2012)
New Revision: 25650

Modified:
   website/trunk/publish
Log:
Fix the publish script to point to a real hostname

Modified: website/trunk/publish
===================================================================
--- website/trunk/publish       2012-05-18 15:37:34 UTC (rev 25649)
+++ website/trunk/publish       2012-05-20 08:25:31 UTC (rev 25650)
@@ -29,10 +29,10 @@
        --exclude releases \
        --exclude torbutton-current.xpi \
        --exclude project \
-       -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
+       -Prvz --delete . 
www-master.torproject.org:/srv/www-master.torproject.org/htdocs
 
 echo "Forcing mirror update"
-ssh vescum '
+ssh www-master.torproject.org '
        (
         find /srv/www-master.torproject.org/htdocs ! -perm -444 -print0 | 
xargs -0 --no-run-if-empty chmod -v a+r ||
         ( echo >&2 "There are unreadable files in 
/srv/www-master.torproject.org/htdocs, not triggering mirror run."; exit 1)

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to