[tbb-commits] [tor-browser-build/master] Include *.zip files in sha256sums-unsigned-build.txt

boklm at torproject.org boklm at torproject.org
Mon Feb 6 18:25:57 UTC 2017


commit 444f6e2210d62b5fd6ab8c204a1c93594bf37ec4
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Feb 6 14:04:06 2017 +0100

    Include *.zip files in sha256sums-unsigned-build.txt
---
 projects/release/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/release/config b/projects/release/config
index 527e269..09b4c0e 100644
--- a/projects/release/config
+++ b/projects/release/config
@@ -124,5 +124,5 @@ build: |
     mv [% c('input_files_by_name/sandbox-linux-x86_64') %] "$destdir"/sandbox-[% pc('sandbox', 'version') %]-linux64.zip
   [% END -%]
   cd "$destdir"
-  sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt
+  sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt
   cat sha256sums-unsigned-build.txt





More information about the tbb-commits mailing list