summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2019-06-22 15:26:26 +0200
committerGitHub <noreply@github.com>2019-06-22 15:26:26 +0200
commitc496d2bccd81e39771d6d2ca4841895930b43655 (patch)
tree30d1f19cbd1b56d7a8531127f722f1bf8503b423
parent5a7d06fea184ea3a01bff3f4e7e76d94d61b0883 (diff)
parent89af0c77995caeba927a0fa318a899f510898404 (diff)
downloadarchweb-c496d2bccd81e39771d6d2ca4841895930b43655.tar.gz
archweb-c496d2bccd81e39771d6d2ca4841895930b43655.zip
Merge pull request #226 from foutrelis/reporead-public-testing
reporead: skip sanity check for public testing repos
-rw-r--r--devel/management/commands/reporead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/reporead.py b/devel/management/commands/reporead.py
index 6f384e2f..4de002b3 100644
--- a/devel/management/commands/reporead.py
+++ b/devel/management/commands/reporead.py
@@ -371,7 +371,7 @@ def update_common(archname, reponame, pkgs, sanity_check=True):
"the web database"
if not sanity_check:
pass
- elif repository.testing or repository.staging:
+ elif repository.testing or repository.public_testing or repository.staging:
pass
elif len(dbpkgs) == 0 and len(pkgs) == 0:
pass