[tor-commits] [tor-browser-bundle/master] Remove webapprt/omni.ja rezipping

gk at torproject.org gk at torproject.org
Fri Dec 16 10:37:34 UTC 2016


commit fcda7b592553df7fb44a59f4d9341b424f4ad372
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Dec 16 10:34:21 2016 +0000

    Remove webapprt/omni.ja rezipping
    
    After trying to apply the fix for #20147 it turns out that we had an
    error in the Firefox descriptor for Windows: the webapprt/omni.ja file
    does not exist. There is therefore no need to re-zip it in order to get
    a deterministic layout.
    
    The current script we use ignores this error while the new one proposed
    in #20147 is not so lenient anymore.
---
 gitian/descriptors/windows/gitian-firefox.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gitian/descriptors/windows/gitian-firefox.yml b/gitian/descriptors/windows/gitian-firefox.yml
index 8b68925..ef956fc 100644
--- a/gitian/descriptors/windows/gitian-firefox.yml
+++ b/gitian/descriptors/windows/gitian-firefox.yml
@@ -105,7 +105,6 @@ script: |
   # Making the .ja files deterministic and grabbing the results
   cd $INSTDIR
   ~/build/re-dzip.sh Browser/omni.ja
-  ~/build/re-dzip.sh Browser/webapprt/omni.ja
   ~/build/re-dzip.sh Browser/browser/omni.ja
   ~/build/dzip.sh tor-browser-win32-gbuilt.zip Browser
 





More information about the tor-commits mailing list