From ed62be888cdab0c84d4dd2799f8e4727cfaaf9d6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 16:38:17 -0400 Subject: Fix --completion-* args to work from AppImage (fixes #285) --- README-maintainer | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-54-g00ecf