Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-spec
Commits
9fd70d7b
Commit
9fd70d7b
authored
May 30, 2016
by
boklm
Committed by
Georg Koppen
Jun 03, 2016
Browse files
Bug 19201: upload mar files to cdn.tpo
parent
f8943530
Changes
1
Show whitespace changes
Inline
Side-by-side
processes/ReleaseProcess
View file @
9fd70d7b
...
...
@@ -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/).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment