Skip to content

Commit 86a1b0d

Browse files
committed
abi_check.sh: comment OPJ_PREVIOUS_VERSION
1 parent 13789f6 commit 86a1b0d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

HOWTO-RELEASE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ Check-list OpenJPEG Release
1515
* update OPJ_LATEST_VERSION in abi-check.sh, uncomment and update OPJ_PREVIOUS_VERSION in abi-check.sh, and push
1616
* locally run: OPJ_CI_ABI_CHECK=1 ./tools/travis-ci/abi-check.sh
1717
* cd ~/abi-check/work/abi-check/
18-
* put the sources of the new version in src/openjpeg/2.X.0/version.-2.X.0.tar.gz
19-
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.X.0 -build ./openjpeg.json
18+
* put the sources of the new version in src/openjpeg/2.5.1/version.-2.5.1.tar.gz
19+
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.5.1 -build ./openjpeg.json
2020
* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-tracker -build ./openjpeg.json
2121
* rm -rf src/openjpeg/current
2222
* rm -rf build_logs
23+
* Remove symbolic links: rm -f installed/openjpeg/2.5.1/lib/libopenjp2.so installed/openjpeg/2.5.1/lib/libopenjp2.so.7
2324
* git add --all .
24-
* git commit -m "Update ABI/API compatibility reports after 2.X.0 release"
25+
* git commit -m "Update ABI/API compatibility reports after 2.5.1 release"
2526
* git push
2627
* cd ~/openjpeg/openjpeg
2728
* comment back OPJ_PREVIOUS_VERSION and push

tools/travis-ci/abi-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
2424
fi
2525

2626
OPJ_UPLOAD_ABI_REPORT=0
27-
OPJ_PREVIOUS_VERSION="2.5.0"
27+
#OPJ_PREVIOUS_VERSION="2.5.0"
2828
OPJ_LATEST_VERSION="2.5.1"
2929
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
3030
OPJ_LIMIT_ABI_BUILDS="-limit 3"

0 commit comments

Comments
 (0)