From a0ccb8a414e067f09f3ec9a8cf2e3fca1a3e893f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Wed, 2 Jun 2021 17:01:59 +0200 Subject: embedded-cleanup: Switch to use coccia.d.o hardcoded Alioth went away a long time ago, but the UDD database can be queried from the DD accessible coccia.debian.org. Signed-off-by: Salvatore Bonaccorso --- bin/embedded-cleanup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/embedded-cleanup b/bin/embedded-cleanup index f6fda3a7c1..83eff2844e 100755 --- a/bin/embedded-cleanup +++ b/bin/embedded-cleanup @@ -42,8 +42,8 @@ esac PKGSLIST=$(mktemp) -echo "Querying UDD via alioth (you may need to enter a password):" -ssh -oBatchMode=yes alioth.debian.org "psql -Atx -c \"SELECT DISTINCT source,release from sources where distribution='debian';\" 'service=udd'" > "$PKGSLIST" +echo "Querying UDD via coccia.debian.org (you may need to enter a password):" +ssh -oBatchMode=yes coccia.debian.org "psql -Atx -c \"SELECT DISTINCT source,release from sources where distribution='debian';\" 'service=udd'" > "$PKGSLIST" export PKGSLIST -- cgit v1.2.3