[misc] 03/04: Ignore dependabot commits.

Chris Lamb chris at chris-lamb.co.uk
Sun Dec 17 09:16:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit b1220eb4cdfbec58742c4404219100a6dbe521a3
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Dec 17 09:04:51 2017 +0000

    Ignore dependabot commits.
---
 reports/bin/generate-draft | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/reports/bin/generate-draft b/reports/bin/generate-draft
index 79b36b3..127a2f6 100755
--- a/reports/bin/generate-draft
+++ b/reports/bin/generate-draft
@@ -295,6 +295,12 @@ def commits(week_start, week_end, project, path='.'):
         author, sha, title = x.split('\t', 2)
 
         for pattern in (
+            r'^dependabot$',
+        ):
+            if re.search(pattern, author) is not None:
+                continue
+
+        for pattern in (
             r'^--fix-deterministic$',
             r'^Add missing usertagged bugs$',
             r'^Remove archived bugs$',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list