mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add TODO note to old build scripts
Also remove outdated file for updating bitcoinj
This commit is contained in:
parent
39847840cd
commit
d7e779daf5
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO that script is outdated. See https://github.com/bisq-network/bisq/blob/master/README.md for new setup with OpenJdk10.
|
||||
|
||||
sudo -i
|
||||
|
||||
JAVA_HOME=/usr/lib/jvm/java-8-oracle
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO that script is outdated. See https://github.com/bisq-network/bisq/blob/master/README.md for new setup with OpenJdk10.
|
||||
|
||||
|
||||
sudo -i
|
||||
|
||||
JAVA_HOME=/usr/lib/jvm/java-8-oracle
|
||||
|
@ -1,23 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /Users/dev/Documents/_intellij/bitcoinj-fork
|
||||
git reset --hard
|
||||
git remote add upstream https://github.com/bitcoinj/bitcoinj.git
|
||||
git checkout master
|
||||
git pull upstream master
|
||||
git push origin master
|
||||
|
||||
git checkout published
|
||||
git reset --hard master
|
||||
export COMMITHASH=$(git log --oneline -1 | cut -d" " -f1)
|
||||
echo $COMMITHASH
|
||||
git grep -l 0.13-SNAPSHOT | xargs perl -p -i -e "s/0.13-SNAPSHOT/0.13.$COMMITHASH-SNAPSHOT/"
|
||||
git commit -am"Qualify pom version for publication"
|
||||
|
||||
mvn clean install -DskipTests
|
||||
|
||||
git tag bisq-published-$COMMITHASH published
|
||||
git push -f origin published
|
||||
git push --tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user