[Git][reproducible-builds/reproducible-website][master] 2 commits: bin/publish: Correct grep logic.

Chris Lamb gitlab at salsa.debian.org
Sun May 5 17:08:44 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
76c51bcd by Chris Lamb at 2019-05-05T17:08:22Z
bin/publish: Correct grep logic.

- - - - -
038a42fd by Chris Lamb at 2019-05-05T17:08:27Z
published as https://reproducible-builds.org/blog/reports/2019-04/

- - - - -


2 changed files:

- _reports/2019-04.md
- bin/publish


Changes:

=====================================
_reports/2019-04.md
=====================================
@@ -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.


=====================================
bin/publish
=====================================
@@ -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 at draft: false\npublished: ${DATE}@g" "${FILENAME}"
 fi



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/181d9158ef676bacacc6362f73d74604d48dbacb...038a42fdbc4e21ebc9429b17fe93b8a3c1b14611

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/181d9158ef676bacacc6362f73d74604d48dbacb...038a42fdbc4e21ebc9429b17fe93b8a3c1b14611
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190505/aed81708/attachment.html>


More information about the rb-commits mailing list