Skip to content
Commits on Source (2)
......@@ -3,7 +3,8 @@ layout: new/report
year: "2019"
month: "04"
title: "Reproducible Builds in April 2019"
draft: true
draft: false
published: 2019-05-05 17:08:27
---
**Welcome to the April 2019 report from the [Reproducible Builds](https://reproducible-builds.org) project!** In these now-monthly reports we will outline the most important things which have been up to in and around the world of reproducible builds & secure toolchains.
......
......@@ -23,7 +23,7 @@ then
exit 2
fi
if ! grep -qs 'draft: true' "${FILENAME}"
if grep -qs 'draft: true' "${FILENAME}"
then
sed -i -e "s@^draft: true@draft: false\npublished: ${DATE}@g" "${FILENAME}"
fi
......