commit 9fd70d7be4aa80c911b52d6cfa0daab5be1b653c Author: Nicolas Vigier boklm@torproject.org Date: Mon May 30 14:54:02 2016 +0200
Bug 19201: upload mar files to cdn.tpo --- processes/ReleaseProcess | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess index b904a09..7508af1 100644 --- a/processes/ReleaseProcess +++ b/processes/ReleaseProcess @@ -112,6 +112,14 @@ for i in *.asc; do echo $i ; gpg -q $i || break; done static-update-component dist.torproject.org
+#. Upload the *.mar files to cdn.tpo +#. Local to staticiforme: + mkdir /srv/cdn-master.torproject.org/htdocs/aus1/torbrowser/$TORBROWSER_VERSION + chmod 775 /srv/cdn-master.torproject.org/htdocs/aus1/torbrowser/$TORBROWSER_VERSION + cd /srv/cdn-master.torproject.org/htdocs/aus1/torbrowser/$TORBROWSER_VERSION + for marfile in /srv/dist-master.torproject.org/htdocs/torbrowser/$TORBROWSER_VERSION/*.mar; do ln $marfile; done + static-update-component cdn.torproject.org + #. Make sure we really built from the proper Mozilla build tag by consulting # the respective ESR release branch (for a good overview for ESR38 see # https://hg.mozilla.org/releases/mozilla-esr38/graph/).