Don't update Bitcoin to 3.37 (158)
The main build hangs, apparently during the bitcoinj build. But the tests fail on that anyway, so it's not safe to publish this.
This commit is contained in:
parent
b3079ea449
commit
cef9b053b7
|
@ -1,8 +1,8 @@
|
|||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/bitcoin-wallet
|
||||
Source Code:https://code.google.com/p/bitcoin-wallet/source
|
||||
Issue Tracker:https://code.google.com/p/bitcoin-wallet/issues
|
||||
Web Site:https://github.com/schildbach/bitcoin-wallet
|
||||
Source Code:https://github.com/schildbach/bitcoin-wallet
|
||||
Issue Tracker:https://github.com/schildbach/bitcoin-wallet/issues
|
||||
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||
|
||||
Auto Name:Bitcoin
|
||||
|
@ -34,13 +34,13 @@ Bitcoin network: [[de.schildbach.wallet_test]].
|
|||
It could be a good idea to use that first, to verify that everything
|
||||
works for you without using real Bitcoins.
|
||||
|
||||
[https://code.google.com/p/bitcoin-wallet/source/browse/wallet/CHANGES Changelog]
|
||||
[https://raw.github.com/schildbach/bitcoin-wallet/master/wallet/CHANGES Changelog]
|
||||
.
|
||||
|
||||
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
|
||||
# patches post 3.0 will also need re-doing
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/bitcoin-wallet
|
||||
Repo:https://github.com/schildbach/bitcoin-wallet.git
|
||||
|
||||
#Note: there used to be build data for 1.48.2/66 but the source code for this
|
||||
#seems to have gone (it was in a maintenance branch) when the project went
|
||||
|
@ -143,6 +143,16 @@ Build:3.28,149
|
|||
prebuild=cp -r $$BitcoinJWallet-origin$$/ BitcoinJWallet
|
||||
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
||||
|
||||
Build:3.37,158
|
||||
disable=Tests fail
|
||||
commit=6e73e48b3628
|
||||
subdir=wallet
|
||||
maven=yes@..
|
||||
rm=market/
|
||||
srclibs=BitcoinJWallet@v0.11.1
|
||||
prebuild=cp -r $$BitcoinJWallet$$/ BitcoinJWallet
|
||||
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
||||
|
||||
Maintainer Notes:
|
||||
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
|
||||
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.
|
||||
|
|
Loading…
Reference in a new issue