commit 21816d165531b9943f4f2b5527736522ea6e85d8 Author: ilv ilv@users.noreply.github.com Date: Sun Jul 12 18:40:42 2015 -0300
Adapted github script to new links message --- upload/bundles2github.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/upload/bundles2github.py b/upload/bundles2github.py index a7ca9ef..41cd8d7 100644 --- a/upload/bundles2github.py +++ b/upload/bundles2github.py @@ -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\nASC 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)
tor-commits@lists.torproject.org