summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 6ce0565..74ef8d7 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -31,6 +31,7 @@ eval set -- "$(
)"
silence=0
+repos="${standalone_package_repositories} ${stable_package_repositories} ${testing_package_repositories} ${staging_package_repositories}"
while true
do
@@ -127,8 +128,6 @@ while [ $# -gt 0 ]; do
[ ${silence} -gt 0 ] || \
>&2 printf 'checking repos on master mirror ...'
- repos='build-support community-staging community-testing community core extra gnome-unstable kde-unstable staging testing'
-
errors=$(
(
# shellcheck disable=SC2086