Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
0e71f347
Commit
0e71f347
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian builtin-pho: improve job output
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
49841f4c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_html_builtin-pho.sh
+2
-0
2 additions, 0 deletions
bin/reproducible_html_builtin-pho.sh
with
2 additions
and
0 deletions
bin/reproducible_html_builtin-pho.sh
+
2
−
0
View file @
0e71f347
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment