[yocto-autobuilder-helper][PATCH] config.json/auh: configure for incremental version upgrades
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Alexander Kanavin <[email protected]> Please see https://lists.openembedded.org/g/openembedded-architecture/message/2349 for details. Signed-off-by: Alexander Kanavin <[email protected]> --- config.json | 2 +- scripts/auh-config/upgrade-helper.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 4904439..fe9d416 100644 --- a/config.json +++ b/config.json @@ -1591,7 +1591,7 @@ "step2" : { "shortname" : "run AUH", "EXTRACMDS" : [ - "../auto-upgrade-helper/upgrade-helper.py -e all", + "../auto-upgrade-helper/upgrade-helper.py -e all --incremental", "mkdir -p ${WEBPUBLISH_DIR}/pub/auh/", "cp -rf ./upgrade-helper/* ${WEBPUBLISH_DIR}/pub/auh/" ] diff --git a/scripts/auh-config/upgrade-helper.conf b/scripts/auh-config/upgrade-helper.conf index a0d53c4..d7c6b1d 100644 --- a/scripts/auh-config/upgrade-helper.conf +++ b/scripts/auh-config/upgrade-helper.conf @@ -33,3 +33,4 @@ publish_work_url=https://valkyrie.yocto.io/pub/auh commit_revert_policy=all +retry_any_version_recipes=vulkan-samples sbom-cve-check-update-cvelist-native sbom-cve-check-update-nvd-native -- 2.53.0