From: Prarit Bhargava <[email protected]> redhat/configs/build_configs.sh: Provide better messages
Provide better error messages. Signed-off-by: Prarit Bhargava <[email protected]> diff --git a/redhat/configs/build_configs.sh b/redhat/configs/build_configs.sh index blahblah..blahblah 100755 --- a/redhat/configs/build_configs.sh +++ b/redhat/configs/build_configs.sh @@ -70,7 +70,7 @@ function merge_configs() count=$5 name=$OUTPUT_DIR/$PACKAGE_NAME-$archvar-$flavor.config - echo -n "Building $name ... " + echo "Building $name ... " touch config-merging.$count config-merged.$count # apply based on order @@ -108,7 +108,7 @@ function merge_configs() fi sort config-merging.$count >> "$name" rm -f config-merged.$count config-merging.$count - echo "done" + echo "Building $name complete" } function build_flavor() -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1635 _______________________________________________ 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
