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
Hiro
GetTor
Commits
21816d16
Commit
21816d16
authored
Jul 12, 2015
by
ilv
Browse files
Adapted github script to new links message
parent
038ab13c
Changes
1
Hide whitespace changes
Inline
Side-by-side
upload/bundles2github.py
View file @
21816d16
...
...
@@ -185,8 +185,9 @@ if __name__ == '__main__':
# asc signature just by adding '.asc'
link_asc
=
file
[
u
'download_url'
].
replace
(
filename
,
filename_asc
)
link
=
"Package (%s-bit): %s
\n
ASC signature (%s-bit): %s
\n
"
\
"Package SHA256 checksum (%s-bit): %s
\n
"
%
\
link
=
"Tor Browser %s-bit:
\n
%s$Tor Browser's signature %s-bit:"
\
"
\n
%s$SHA256 checksum of Tor Browser %s-bit (advanced):"
\
"
\n
%s$"
%
\
(
arch
,
file
[
u
'download_url'
],
arch
,
link_asc
,
arch
,
sha256
)
...
...
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