Bitcoin (de.schildbach.wallet): more fixing
This commit is contained in:
parent
adae4a5595
commit
67f92e2dc1
|
@ -5,7 +5,6 @@ Source Code:http://code.google.com/p/bitcoin-wallet/source/list?name=prod
|
|||
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
||||
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||
|
||||
Name:Bitcoin
|
||||
Auto Name:Bitcoin
|
||||
Summary:Store digital currency
|
||||
Description:
|
||||
|
@ -134,15 +133,6 @@ Build:3.22,143
|
|||
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
||||
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml
|
||||
|
||||
build:3.23,144
|
||||
commit=b75b225c7289
|
||||
subdir=wallet
|
||||
maven=yes@..
|
||||
srclibs=bitcoinjwallet@v0.10.2
|
||||
prebuild=cp -r $$bitcoinjwallet$$/ . && \
|
||||
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
||||
build=$$mvn3$$ clean install -dskiptests -f bitcoinjwallet/pom.xml
|
||||
|
||||
build:3.24,145
|
||||
commit=809f71ff9d70
|
||||
subdir=wallet
|
||||
|
@ -156,10 +146,11 @@ 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.
|
||||
|
||||
Update the _test app as well.
|
||||
Ensure the developer has remembered to update name/icon in prod branch (as did
|
||||
not happen with 3.23, which appears to be why it was quickly replaced with 3.24.
|
||||
(For the same reason, there is no 3.24_test)
|
||||
|
||||
Name is forced because sometimes the developer leaves the wrong (testnet) name
|
||||
in the prod branch.
|
||||
Update the _test app as well.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue