summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras <evangelos@foutrelis.com>2019-06-22 13:40:41 +0300
committerGitHub <noreply@github.com>2019-06-22 13:40:41 +0300
commit89af0c77995caeba927a0fa318a899f510898404 (patch)
tree30d1f19cbd1b56d7a8531127f722f1bf8503b423
parent5a7d06fea184ea3a01bff3f4e7e76d94d61b0883 (diff)
downloadarchweb-89af0c77995caeba927a0fa318a899f510898404.tar.gz
archweb-89af0c77995caeba927a0fa318a899f510898404.zip
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