From be890c82ebf9d44f22a3046d59acefeb088872de Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 14 Jun 2021 14:05:10 +0200 Subject: [PATCH] removed staging pkgs from build --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3f3759f..3cba5e7 100644 --- a/main.go +++ b/main.go @@ -586,7 +586,7 @@ func (b *BuildManager) syncWorker() { sPkgbuild := strings.Split(pkgbuild, "/") repo := sPkgbuild[len(sPkgbuild)-2] - if repo == "trunk" || !contains(conf.Repos, strings.Split(repo, "-")[0]) || strings.Contains(repo, "i686") || strings.Contains(repo, "testing") { + if repo == "trunk" || !contains(conf.Repos, strings.Split(repo, "-")[0]) || strings.Contains(repo, "i686") || strings.Contains(repo, "testing") || strings.Contains(repo, "staging") { continue }