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

reproducible Debian system health: deal with split meta pkg jobs

parent 4ace504e
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
echo "unstable job: $JOB_NAME"
let SCORE+=1 || SCORE=0
prepare_log
if [ "$JOB_NAME" = "reproducible_create_meta_pkg_sets" ] ; then
if [[ "$JOB_NAME" =~ "reproducible_create_meta_pkg_sets_" ]] ; then
if $(grep -q "^cp " $LOG) ; then
small_note "outdated pkg set(s), manual intervention required"
elif $(grep -q "could not download tail's latest packages file" $LOG) ; then
......
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