[tor-commits] [tor-browser-build/master] Hardcode Tor Launcher commit for ESR 78 transition

gk at torproject.org gk at torproject.org
Wed Jun 10 18:40:27 UTC 2020


commit 95c2aff01a4522f5673b4048c1a29201a8a24004
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Jun 10 18:39:31 2020 +0000

    Hardcode Tor Launcher commit for ESR 78 transition
    
    In order to start landing ESR 78 related patches without breaking our
    nightly builds (which are still ESR 68-based) we hardcode a known good
    commit for now.
---
 projects/tor-launcher/config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 9aaca27..f8a974a 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -22,5 +22,7 @@ steps:
 targets:
   nightly:
     version: '[% c("abbrev") %]'
-    git_hash: master
+    # Hardcode the commit for now so we can start landing ESR 78 patches without
+    # breaking nightly builds.
+    git_hash: b4838d339a84c5ebebd91a0ba6b22d44ecda97b1
     tag_gpg_id: 0



More information about the tor-commits mailing list