-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
Milestone
Description
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?