Roll back Pool upgrade (failed gpg check)

This commit is contained in:
Taylor Helsper 2021-08-04 23:33:23 -05:00
parent ee12f2bc5e
commit e3cd8f64d1
2 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,6 @@ if ! skip_base_upgrades ; then
# Install any pip3 software
pip3 install --upgrade pip setuptools wheel
pip3 install gnureadline --no-cache-dir
pip3 install lndmanage==0.12.0 --no-cache-dir
pip3 install docker-compose --no-cache-dir
pip3 install pipenv --no-cache-dir
pip3 install bcrypt --no-cache-dir

View File

@ -16,7 +16,7 @@ LOOP_LATEST_VERSION_FILE=/home/bitcoin/.mynode/loop_version_latest
LOOP_UPGRADE_MANIFEST_URL=https://github.com/lightninglabs/loop/releases/download/$LOOP_VERSION/manifest-$LOOP_VERSION.txt
LOOP_UPGRADE_MANIFEST_SIG_URL=https://github.com/lightninglabs/loop/releases/download/$LOOP_VERSION/manifest-$LOOP_VERSION.txt.sig
POOL_VERSION="v0.5.1-alpha"
POOL_VERSION="v0.5.0-alpha"
POOL_VERSION_FILE=/home/bitcoin/.mynode/pool_version
POOL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/pool_version_latest
POOL_UPGRADE_MANIFEST_URL=https://github.com/lightninglabs/pool/releases/download/$POOL_VERSION/manifest-$POOL_VERSION.txt