Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build_release.py

Issue 29356716: Issue 4528 - Update StarSSL's timestamp URL (Closed)
Patch Set: Use the Comodo timestamp URL Created Oct. 14, 2016, 11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_release.py
===================================================================
--- a/build_release.py
+++ b/build_release.py
@@ -25,7 +25,7 @@
"/d", "Adblock Plus",
"/du", "https://adblockplus.org/",
"/f", key,
- "/tr", "http://www.startssl.com/timestamp"
+ "/tr", "http://timestamp.comodoca.com"
sergei 2016/10/14 14:57:58 Just wonder, is there any difference between http:
Oleksandr 2016/10/14 17:08:16 The difference is in the company behind the URL. S
sergei 2016/10/14 17:53:09 My URLs are for the same company but in the first
Oleksandr 2016/10/14 18:13:22 Oh. Understood your question now. Where is the /rf
] + list(argv)
def sign(*argv):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld