...
|
...
|
@@ -9,8 +9,8 @@ make -j3 # abuse the cores
|
9
|
9
|
|
10
|
10
|
# don't copy over stuff with permissions that make it useless
|
11
|
11
|
chmod a+r * -R
|
12
|
|
-rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
|
|
12
|
+rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum.torproject.org:/srv/www-master.torproject.org/htdocs
|
13
|
13
|
|
14
|
14
|
echo "Forcing mirror update"
|
15
|
|
-ssh vescum '/home/mirroradm/bin/trigger-mirrors'
|
16
|
|
-ssh vescum chmod g+w -R /srv/www-master.torproject.org/htdocs
|
|
15
|
+ssh vescum.torproject.org '/home/mirroradm/bin/trigger-mirrors'
|
|
16
|
+ssh vescum.torproject.org chmod g+w -R /srv/www-master.torproject.org/htdocs
|