Skip to content
Snippets Groups Projects
Commit 0e71f347 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian builtin-pho: improve job output

parent 49841f4c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ convert_db_output_to_html() {
}
query_builtin_pho_db_hits() {
echo "$(date -u) - querying builtin-pho db for $SUITE/$ARCH for existing .buildinfo files."
psql --tuples-only buildinfo <<EOF > $RAW_HITS
SELECT DISTINCT p.source,p.version
FROM
......@@ -53,6 +54,7 @@ EOF
}
query_builtin_pho_db_misses() {
echo "$(date -u) - querying builtin-pho db for $SUITE/$ARCH for missing .buildinfo files."
psql --tuples-only buildinfo <<EOF > $RAW_MISSES
SELECT DISTINCT p.source,p.version
FROM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment