From 15d86d96b54f3150109bbed30c8525a697cd371d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 9 Oct 2022 22:59:21 +0200 Subject: [PATCH] branches: add revision and mandatory to changes The revision can be used to "date" package changes so that updates between i.e. snapshots won't be suggested every time. The mandatory field is used to specify if a changes is selectable or not. If a package is dropped, the changes will always be selected. Signed-off-by: Paul Spooren --- asu/branches.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/asu/branches.yml b/asu/branches.yml index 2c4be987..6880f5fa 100644 --- a/asu/branches.yml +++ b/asu/branches.yml @@ -22,8 +22,12 @@ branches: - 22.03.0-rc6 - 22.03-SNAPSHOT package_changes: - kmod-nft-nat6: - firewall: firewall4 + - source: kmod-nft-nat6 + revision: 19160 + mandatory: true + - source: firewall + target: firewall4 + revision: 18611 "21.02": enabled: true @@ -67,5 +71,9 @@ branches: versions: - SNAPSHOT package_changes: - kmod-nft-nat6: - firewall: firewall4 + - source: kmod-nft-nat6 + revision: 20282 + mandatory: true + - source: firewall + target: firewall4 + revision: 18611