From ab5f85641b5be521a126770bb356a3b78f425b59 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 21:10:11 +0200 Subject: conf/default.conf: new variables holding stable-, standalone-, testing- and staging-packages --- bin/sanity-check | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3