From: Prarit Bhargava on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1712

The CONTINUEONERROR code contained an 'exit 1' which brought the whole
script to a halt when a config mismatch was detected.  CONTINUEONERROR has
no purpose in the parallel processing version of process_configs.sh so it
can dropped.

After that change, it was noticed that the find for evaluating known
errors was racing with other make & script processes.  Avoid this race by
only searching in the stable redhat/configs directory.

Signed-off-by: Prarit Bhargava <[email protected]>

---
 redhat/configs/process_configs.sh |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to