aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 21:56:15 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 22:00:11 +0100
commitc182a1a63c87e3834be12132c2772958b1ae8dd2 (patch)
tree5c171c1bffa5a64c0b720180876e31e7e7dc6706 /README-maintainer
parentee450ae6bbbf38180368b46486293593efc6588f (diff)
downloadqpdf-c182a1a63c87e3834be12132c2772958b1ae8dd2.tar.zst
Windows release tweaks
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer9
1 files changed, 6 insertions, 3 deletions
diff --git a/README-maintainer b/README-maintainer
index 850e417a..9b0f79bc 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -116,7 +116,7 @@ CREATING A RELEASE
version=x.y.z
\rm -rf /tmp/qpdf-$version
git archive --prefix=qpdf-$version/ HEAD . | (cd /tmp; tar xf -)
-cd /tmp
+pushd /tmp
./qpdf-$version/make_dist
gpg --detach-sign --armor qpdf-$version.tar.gz
@@ -149,9 +149,12 @@ docker run --privileged -ti --rm -v /tmp/build:/tmp/build qpdfbuild https://gith
* Open windows for 32-bit and 64-bit compilation environments that
support msvc and mingw
* Disable antivirus software. For bitdefender, open, select the "B"
- shield, and go to "View Features". Disable advanced threat defense
- and vulnerability scanning.
+ shield, and go to "View Features". Disable all features. Disable
+ antivirus until next restart.
* In each window simultaneously, run ./make_windows_releases
+ * NOTE: For now, test failure is not fatal for 32-bit Windows
+ builds because of unknown fragility in the test environment.
+ Check test logs carefully. Tests must pass on 64-bit.
* Copy the four resulting zip files into the release archive area
* Re-enable anti-virus software