aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-23 10:49:37 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 22:35:29 +0000
commitb32480f0f975e80caa0b87a0001c9343e258f987 (patch)
tree546c06000174a23f71d4389bc0713ca1603ed364 /CHANGELOG
parentaa02f160ccdd844751cc4d637a71107d3d434309 (diff)
downloadikiwiki-b32480f0f975e80caa0b87a0001c9343e258f987.tar
ikiwiki-b32480f0f975e80caa0b87a0001c9343e258f987.tar.gz
build: Ensure that pm_to_blib finishes before rewriting shebang lines
Otherwise, rewriting shebang lines can race with pm_to_blib, potentially resulting in files being corrupt or empty.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69721498f..22d9a3660 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ ikiwiki (3.20180106) UNRELEASED; urgency=medium
* build: `set -e` before each `for` loop, so that errors are reliably
trapped
* build: Use if/then instead of `||` so that the `-e` flag works
+ * build: Ensure that pm_to_blib finishes before rewriting shebang lines
-- Simon McVittie <smcv@debian.org> Mon, 08 Jan 2018 10:51:10 +0000