Skip to content

Commit

Permalink
abi_check.sh: comment OPJ_PREVIOUS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 26, 2024
1 parent 13789f6 commit 86a1b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ Check-list OpenJPEG Release
* update OPJ_LATEST_VERSION in abi-check.sh, uncomment and update OPJ_PREVIOUS_VERSION in abi-check.sh, and push
* locally run: OPJ_CI_ABI_CHECK=1 ./tools/travis-ci/abi-check.sh
* cd ~/abi-check/work/abi-check/
* put the sources of the new version in src/openjpeg/2.X.0/version.-2.X.0.tar.gz
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.X.0 -build ./openjpeg.json
* put the sources of the new version in src/openjpeg/2.5.1/version.-2.5.1.tar.gz
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.5.1 -build ./openjpeg.json
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-tracker -build ./openjpeg.json
* rm -rf src/openjpeg/current
* rm -rf build_logs
* Remove symbolic links: rm -f installed/openjpeg/2.5.1/lib/libopenjp2.so installed/openjpeg/2.5.1/lib/libopenjp2.so.7
* git add --all .
* git commit -m "Update ABI/API compatibility reports after 2.X.0 release"
* git commit -m "Update ABI/API compatibility reports after 2.5.1 release"
* git push
* cd ~/openjpeg/openjpeg
* comment back OPJ_PREVIOUS_VERSION and push
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-ci/abi-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi

OPJ_UPLOAD_ABI_REPORT=0
OPJ_PREVIOUS_VERSION="2.5.0"
#OPJ_PREVIOUS_VERSION="2.5.0"
OPJ_LATEST_VERSION="2.5.1"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
Expand Down

0 comments on commit 86a1b0d

Please sign in to comment.