summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-06-02 17:01:59 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2021-06-02 17:04:49 +0200
commita0ccb8a414e067f09f3ec9a8cf2e3fca1a3e893f (patch)
treebbe152b95c7e7dae335c0e7125c5b6f0df11b2cd /bin
parent9562d19ba8e120f768794fc69eefca2599dd6761 (diff)
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 <carnil@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/embedded-cleanup4
1 files changed, 2 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy