[tor-commits] [tor-browser-spec/master] Update transfer section to remove old stuff and set permissions.
mikeperry at torproject.org
mikeperry at torproject.org
Tue Feb 11 02:02:22 UTC 2014
commit 0d9dacdfdabf952648e238ef15c2d3b66451ce41
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Mon Feb 10 18:00:12 2014 -0800
Update transfer section to remove old stuff and set permissions.
---
processes/ReleaseProcess | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess
index 8a668da..3e786bd 100644
--- a/processes/ReleaseProcess
+++ b/processes/ReleaseProcess
@@ -31,8 +31,11 @@
#. Distribute build to tor-qa at lists.torproject.org
#XXX: Currently manual
-#. Transfer builds to vescum
+#. Clear out old builds, transfer builds to vescum
+ torsocks ssh www-master.torproject.org "rm -rf /srv/www-master.torproject.org/htdocs/dist/torbrowser/3.5*"
torsocks rsync -aP $TORBROWSER_VERSION www-master.torproject.org:/srv/www-master.torproject.org/htdocs/dist/torbrowser/
+ torsocks ssh www-master.torproject.org "chmod g+w,o+r -R /srv/www-master.torproject.org/htdocs/dist/torbrowser/3.5*"
+ torsocks ssh www-master.torproject.org "/home/mirroradm/bin/trigger-mirrors"
#. Sign individual bundle files
# XXX: This blocks on Erinn currently. We use her key for file sigs
More information about the tor-commits
mailing list