[tor-commits] [tor-browser-build/maint-8.0] Bug 27179: update mar_compression

gk at torproject.org gk at torproject.org
Thu Sep 6 10:20:09 UTC 2018


commit 8955afc1fb84a191268219b7f4c28050585b791a
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Aug 17 11:21:22 2018 +0200

    Bug 27179: update mar_compression
    
    Set mar_compression to xz for the alpha, and bzip2 for the stable.
---
 projects/release/update_responses_config.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/projects/release/update_responses_config.yml b/projects/release/update_responses_config.yml
index 90fbc3a..d1ed52f 100644
--- a/projects/release/update_responses_config.yml
+++ b/projects/release/update_responses_config.yml
@@ -47,10 +47,11 @@ versions:
             minSupportedOSVersion: 6.1
         win64:
             minSupportedOSVersion: 6.1
-[% IF ! c("var/release") -%]
-        mar_compression: xz
-[% END -%]
+[% IF c("var/release") -%]
 mar_compression: bzip2
+[% ELSE -%]
+mar_compression: xz
+[% END -%]
 htaccess_rewrite_rules:
     alpha: |
         # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory





More information about the tor-commits mailing list