From f4e72bf8d20f590738a1307fff0787bb2aa870c8 Mon Sep 17 00:00:00 2001 From: Micha Date: Wed, 15 Jan 2014 22:51:37 +0200 Subject: Make gitian builds consistent across platforms Change Linux deps to use a zip archive rather than a gzipped tarball to match win32 Rename Linux descriptor to gitian-linux.yml to match win32 --- contrib/gitian-descriptors/deps-linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/gitian-descriptors/deps-linux.yml') diff --git a/contrib/gitian-descriptors/deps-linux.yml b/contrib/gitian-descriptors/deps-linux.yml index 48f2be2d65..4ebf5c53a3 100644 --- a/contrib/gitian-descriptors/deps-linux.yml +++ b/contrib/gitian-descriptors/deps-linux.yml @@ -7,6 +7,7 @@ architectures: - "amd64" packages: - "unzip" +- "zip" - "pkg-config" - "libtool" - "faketime" @@ -59,4 +60,4 @@ script: | cd ../.. # cd $STAGING - tar -czf $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.tar.gz include lib bin host + zip -r $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.zip include lib bin host -- cgit v1.2.3