Commit 38a6cf886694abc67703604986cdeaf1ac9d20d5
1 parent
8acf636b
Update binary compatibility test instructions
Since autogenerated files are now committed, we no longer need to rerun ./autogen.sh and actually shouldn't because it could mask errors.
Showing
1 changed file
with
4 additions
and
4 deletions
README-maintainer
| @@ -85,9 +85,9 @@ RELEASE PREPARATION | @@ -85,9 +85,9 @@ RELEASE PREPARATION | ||
| 85 | 85 | ||
| 86 | * Test for binary compatibility: | 86 | * Test for binary compatibility: |
| 87 | * Check out the last release | 87 | * Check out the last release |
| 88 | - * ./autogen.sh && ./configure --enable-werror && make -j$(nproc) | 88 | + * ./configure --enable-werror && make -j$(nproc) |
| 89 | * Check out the current version | 89 | * Check out the current version |
| 90 | - * ./autogen.sh && ./configure --enable-werror && make -j$(nproc) build_libqpdf | 90 | + * ./configure --enable-werror && make -j$(nproc) build_libqpdf |
| 91 | * Checkout the last release | 91 | * Checkout the last release |
| 92 | * make -k check NO_REBUILD=1 | 92 | * make -k check NO_REBUILD=1 |
| 93 | 93 | ||
| @@ -137,8 +137,8 @@ chmod 555 *.AppImage | @@ -137,8 +137,8 @@ chmod 555 *.AppImage | ||
| 137 | `README-what-to-download.md` separately onto the download area if | 137 | `README-what-to-download.md` separately onto the download area if |
| 138 | needed. | 138 | needed. |
| 139 | 139 | ||
| 140 | -* Ensure that the master branch has been to github. The rev-parse | ||
| 141 | - command below should show the same commit hash for all its | 140 | +* Ensure that the master branch has been pushed to github. The |
| 141 | + rev-parse command below should show the same commit hash for all its | ||
| 142 | arguments. Create and push a signed tag. This should be run with | 142 | arguments. Create and push a signed tag. This should be run with |
| 143 | HEAD pointing to the tip of master. | 143 | HEAD pointing to the tip of master. |
| 144 | 144 |