aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 22:38:17 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 23:12:01 +0200
commited62be888cdab0c84d4dd2799f8e4727cfaaf9d6 (patch)
tree384fc73d34d95e627b6542cbbf680c53a50c47d1 /README-maintainer
parent7bd38a3eb34b8248dd48a541feb4ff245acf0bb0 (diff)
downloadqpdf-ed62be888cdab0c84d4dd2799f8e4727cfaaf9d6.tar.zst
Fix --completion-* args to work from AppImage (fixes #285)
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer14
1 files changed, 5 insertions, 9 deletions
diff --git a/README-maintainer b/README-maintainer
index 87c6f20a..93124ab8 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -264,15 +264,11 @@ zip -r qpdf-external-libs-src.zip external-libs
When releasing on sourceforge, `external-libs` distributions go in
`external-libs/yyyymmdd`, and qpdf distributions go in `qpdf/vvv`.
-For local iteration on the AppImage generation, follow the release
-procedures for building the AppImage, but instead of passing git clone
-options to the docker command, copy qpdf to /tmp/build. You can also
-pass -e SKIP_TESTS=1 to docker to skip the test suite, useful for
-rapid iteration. Set up /tmp/build as in the release process.
-
-cp -a $PWD /tmp/build
-docker run --privileged -ti --rm -e SKIP_TESTS=1 -v /tmp/build:/tmp/build qpdfbuild
-
+For local iteration on the AppImage generation, it works to just
+./azure-pipelines/build-appimage and get the resulting AppImage from
+the distribution directory. You can also pass -e SKIP_TESTS=1
+build-appimage, which passes it along to to docker, to skip the test
+suite, which useful for rapid iteration.
GENERAL BUILD STUFF