[tor-commits] [gettor/master] Read correct keyfile name
ilv at torproject.org
ilv at torproject.org
Mon Feb 15 20:06:58 UTC 2016
commit d8a9d30dea77c91da06915c5836cfbebe27ed002
Author: aagbsn <aagbsn at extc.org>
Date: Fri Feb 5 19:04:08 2016 +0000
Read correct keyfile name
---
upload/bundles2github.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upload/bundles2github.py b/upload/bundles2github.py
index a5beea5..decb44e 100644
--- a/upload/bundles2github.py
+++ b/upload/bundles2github.py
@@ -53,7 +53,7 @@ if __name__ == '__main__':
gh_token = ''
# path to the fingerprint that signed the packages
- tb_key = os.path.abspath('tbb-key-torbrowserteam.asc')
+ tb_key = os.path.abspath('torbrowser-key.asc')
# path to the latest version of Tor Browser
tb_path = os.path.abspath('upload/latest')
More information about the tor-commits
mailing list