Skip to content

Commit 9c34aff

Browse files
committed
Remove previous_release.sh
1 parent e1e5960 commit 9c34aff

File tree

5 files changed

+4
-156
lines changed

5 files changed

+4
-156
lines changed

ci/test/05_before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ if [ -z "$NO_DEPENDS" ]; then
4848
fi
4949
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
5050
BEGIN_FOLD previous-versions
51-
DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}"
51+
DOCKER_EXEC contrib/devtools/previous_release.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}"
5252
END_FOLD
5353
fi

contrib/devtools/previous_release.sh

Lines changed: 0 additions & 152 deletions
This file was deleted.

test/functional/feature_backwards_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Test various backwards compatibility scenarios. Download the previous node binaries:
88
9-
contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
9+
contrib/devtools/previous_release.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
1010
1111
v0.15.2 is not required by this test, but it is used in wallet_upgradewallet.py.
1212
Due to a hardfork in regtest, it can't be used to sync nodes.

test/functional/mempool_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
In case we need to break mempool compatibility we can continue to use the test by just bumping the version number.
99
1010
Download node binaries:
11-
contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
11+
contrib/devtools/previous_release.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
1212
1313
Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests.
1414
"""

test/functional/wallet_upgradewallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Test upgradewallet RPC. Download node binaries:
88
9-
contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
9+
contrib/devtools/previous_release.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
1010
1111
Only v0.15.2 and v0.16.3 are required by this test. The others are used in feature_backwards_compatibility.py
1212
"""

0 commit comments

Comments
 (0)