Fix the publish script to point to a real hostname
Sebastian Hahn

Sebastian Hahn commited on 2012-05-20 10:25:31
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -29,10 +29,10 @@ rsync \
29 29
 	--exclude releases \
30 30
 	--exclude torbutton-current.xpi \
31 31
 	--exclude project \
32
-	-Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
32
+	-Prvz --delete . www-master.torproject.org:/srv/www-master.torproject.org/htdocs
33 33
 
34 34
 echo "Forcing mirror update"
35
-ssh vescum '
35
+ssh www-master.torproject.org '
36 36
 	(
37 37
 	 find /srv/www-master.torproject.org/htdocs ! -perm -444 -print0 | xargs -0 --no-run-if-empty chmod -v a+r ||
38 38
 	 ( echo >&2 "There are unreadable files in /srv/www-master.torproject.org/htdocs, not triggering mirror run."; exit 1)
39 39