Commit graph

19 commits

Author SHA1 Message Date
Cory Fields ec6d399176 build: fix make clean on OSX
Rebased-From: 74df0f5
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-06-29 15:38:35 +02:00
Gavin Andresen a6a71efce6 Have pull-tester run the listtransactions.py regression test
This should show how to run a python-based regression test
successfully in the pull-tester environment.
2014-05-26 20:10:27 +02:00
Andrea D'Amore 388676d3ac fix permissions in application bundle
Use INSTALL_DATA rather than INSTALL for copying non executable files in
OS X application bundle.

Tested by running "all appbundle" make target and trying the resulting
application bundle, host system is OS X 10.9.2 .
2014-05-25 17:57:47 +02:00
langerhans 397468bf43 Adjust last commit for doge 2014-05-24 19:03:41 +02:00
Cory Fields ef2f9b412c build: hook up "make deploy" for cross osx builds 2014-05-24 18:46:32 +02:00
Cory Fields 60b8cfbf68 build: ensure the correct strip is used for osx/win32 2014-05-24 18:46:12 +02:00
Jannis Froese 88dd307d19 fix coverage tests to use new test binary 2014-05-03 21:23:50 +02:00
Jannis Froese 17c506c26c make it possible to run coverage tests without java comparison tool 2014-05-03 21:22:55 +02:00
Ross Nicoll e6fe2ce33a Completed renaming core binaries to dogecoind, dogecoin-qt and dogecoin-cli as appropriate. 2014-03-28 21:31:04 +00:00
Ross Nicoll e2a13386db Updated code references to bitcoin, with dogecoin. 2014-03-25 22:44:51 +00:00
Wladimir J. van der Laan de21e8f170 build: Make sure historical release notes end up in distributions
Adds the historical release notes to release tarballs and windows
installers.
2014-01-31 10:12:13 +01:00
Wladimir J. van der Laan 6c980c7d31 build: Package docs/ and don't package source.
No-one uses the installer then builds from source.
Closes #2819.
2014-01-21 18:29:04 +01:00
Wladimir J. van der Laan 39db27ca35 build: Add bitcoin-cli.exe to installer 2014-01-21 17:27:32 +01:00
Wladimir J. van der Laan 2f87b38e2e Adapt Windows installer for 64 bit 2014-01-21 15:25:25 +01:00
Matt Corallo f1f72e535c Fix port binding by listening on port $BASHPID 2013-10-28 03:43:09 -04:00
Matt Corallo 47b9374e39 Make large-reorg tests optional in block-tester 2013-10-28 01:16:41 -04:00
Matt Corallo 95fa14da69 Re-enable BitcoindComparisonTool:
* Use the latest version, with limited memory usage, and path to
   on-disk db (try mouting qa/tmp on a tmpfs)\
 * enable -debug=net
 * re-enable BitcoindComparisonTool in pull-tester
2013-10-27 03:38:04 -04:00
Gavin Andresen 31127f3161 make appbundle target for OSX development
Adds an 'appbundle' target that creates a top-level Bitcoin-Qt.app/
Modifies the 'deploy' target so that it leaves behind Bitcoin-Qt.app;
make clean will remove it.
2013-10-08 13:50:57 +10:00
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 2013-09-05 21:31:03 -04:00