From e25d1b233c1abeac3cff4b6178f6f9a8115af668 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Wed, 20 Oct 2021 09:29:17 -0700 Subject: Revert "Exclude commits from repo mirror bots from parsing" This reverts commit e700ab3d7d45904c10739f3ec29badfb12f92acf. The new repo source is abandoned, so no need to filter here. Signed-off-by: Alec Warner --- pkg/portage/repository/commit.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/portage/repository/commit.go b/pkg/portage/repository/commit.go index af06c49..f9ccc7f 100644 --- a/pkg/portage/repository/commit.go +++ b/pkg/portage/repository/commit.go @@ -57,10 +57,6 @@ func processCommit(PrecedingCommits int, PrecedingCommitsOffset int, rawCommit s commitLines = commitLines[7:] - if authorEmail == "repomirrorci@gentoo.org" || authorEmail == "repo-qa-checks@gentoo.org" { - return id - } - changedFiles := processChangedFiles(PrecedingCommits, PrecedingCommitsOffset, commitLines, id) commit := &models.Commit{ -- cgit v1.2.3-65-gdbad