diff options
| author | Hennadii Stepanov <[email protected]> | 2020-08-29 11:26:25 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2020-08-29 11:26:25 +0300 |
| commit | bd897ce79f72a44a2e609f95433e251a3fd9eb9c (patch) | |
| tree | dc323bba6cb416c282f35ceb225ac872c07034d0 /ci/test | |
| parent | Merge #19687: refactor: make EncodeBase{32,64} consume Spans (diff) | |
| download | discoin-bd897ce79f72a44a2e609f95433e251a3fd9eb9c.tar.xz discoin-bd897ce79f72a44a2e609f95433e251a3fd9eb9c.zip | |
scripted-diff: Move previous_release.py to test/get_previous_releases.py
-BEGIN VERIFY SCRIPT-
OLD=contrib/devtools/previous_release.py
NEW=test/get_previous_releases.py
sed -i "s|$OLD|$NEW|g" $(git grep -l $OLD)
git mv $OLD $NEW
-END VERIFY SCRIPT-
Diffstat (limited to 'ci/test')
| -rwxr-xr-x | ci/test/05_before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh index 131ea2167..8ce839fc0 100755 --- a/ci/test/05_before_script.sh +++ b/ci/test/05_before_script.sh @@ -48,6 +48,6 @@ if [ -z "$NO_DEPENDS" ]; then fi if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then BEGIN_FOLD previous-versions - DOCKER_EXEC contrib/devtools/previous_release.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}" + DOCKER_EXEC test/get_previous_releases.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}" END_FOLD fi |