diff options
Diffstat (limited to 'db-functions')
-rw-r--r-- | db-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-functions b/db-functions index 292e3ff..9f87298 100644 --- a/db-functions +++ b/db-functions @@ -314,7 +314,7 @@ check_pkgsvn() { get_repos_for_host() { if [ "$(hostname)" = "sigurd" ]; then - echo "community community-testing" + echo "community community-testing multilib" else echo "core extra testing staging" fi |