X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdinstall.functions;h=0dfe19ec53077494abfb19cb97935f066db3c267;hb=08cd88b4f76e5bdafb4c96a5abb0459f753f62b1;hp=27854f8b66eaf2dde60b547318dd23ce4bba6780;hpb=2f30eb272c2dfbdb3544d7e0a0e120a9e4be3294;p=dak.git diff --git a/config/backports/dinstall.functions b/config/backports/dinstall.functions index 27854f8b..0dfe19ec 100644 --- a/config/backports/dinstall.functions +++ b/config/backports/dinstall.functions @@ -322,7 +322,7 @@ function mkfilesindices() { ARCHLIST=$(tempfile) - log "Querying $PGDATABASE..." + log "Querying postgres..." echo 'SELECT l.path, f.filename, a.arch_string FROM location l JOIN files f ON (f.location = l.id) LEFT OUTER JOIN (binaries b JOIN architecture a ON (b.architecture = a.id)) ON (f.id = b.file)' | psql -At | sed 's/|//;s,^/srv/ftp-master.debian.org/ftp,.,' | sort >$ARCHLIST includedirs () {