aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2021-10-20 09:29:17 -0700
committerAlec Warner <antarus@gentoo.org>2021-10-20 09:34:45 -0700
commite25d1b233c1abeac3cff4b6178f6f9a8115af668 (patch)
treed17bf518c514563e26b707058bc4604f6e8b935b
parentRevert "Use repo/sync/gentoo.git instead of repo/gentoo.git and egencache" (diff)
downloadsoko-e25d1b233c1abeac3cff4b6178f6f9a8115af668.tar.gz
soko-e25d1b233c1abeac3cff4b6178f6f9a8115af668.tar.bz2
soko-e25d1b233c1abeac3cff4b6178f6f9a8115af668.zip
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 <antarus@gentoo.org>
-rw-r--r--pkg/portage/repository/commit.go4
1 files changed, 0 insertions, 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{