Skip to content

gitian: windows and linux/osx source archive don't match #6929

@laanwj

Description

@laanwj

While troubleshooting #6900 I found an unrelated issue: bitcoin-0.11.99.tar.gz differs between Windows and other OSes.
Diff:

diff -dur a/bitcoin-0.11.99/qa/pull-tester/tests_config.py b/bitcoin-0.11.99/qa/pull-tester/tests_config.py
--- a/bitcoin-0.11.99/qa/pull-tester/tests_config.py    2015-06-01 02:00:00.000000000 +0200
+++ b/bitcoin-0.11.99/qa/pull-tester/tests_config.py    2015-06-01 02:00:00.000000000 +0200
@@ -4,12 +4,12 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.

 BUILDDIR="/home/ubuntu/build/bitcoin"
-EXEEXT=""
+EXEEXT=".exe"

 # These will turn into comments if they were disabled when configuring.
 ENABLE_WALLET=1
 ENABLE_UTILS=1
 ENABLE_BITCOIND=1
-ENABLE_ZMQ=1
+#ENABLE_ZMQ=1

@theuni I suppose this file shouldn't end up in the archive at all, but be generated by configure?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions