Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
b1470f9a
Commit
b1470f9a
authored
Sep 28, 2019
by
Hiro
🏄
Browse files
Update links and update script
parent
b0cd58e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/add_links_to_db
View file @
b1470f9a
...
...
@@ -68,7 +68,7 @@ def main():
sys
.
exit
(
1
)
providers
=
{
"gitlab"
:
"https://gitlab.com/thetorproject/gettorbrowser/raw/releases/"
,
"gitlab"
:
"https://gitlab.com/thetorproject/gettorbrowser/raw/
torbrowser-
releases/"
,
"github"
:
"https://github.com/TheTorProject/gettorbrowser/raw/torbrowser-releases/"
}
...
...
scripts/update_files
View file @
b1470f9a
...
...
@@ -20,9 +20,8 @@ git fetch --all --prune
git add
.
git commit
-am
'Create release branch'
git checkout
-b
releases
git push
-f
--follow-tags
origin releases
git checkout
-b
torbrowser-releases
git push
-f
--follow-tags
origin torbrowser-releases
git push
-f
--follow-tags
github torbrowser-releases
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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