Skip to content

Commit 0c09512

Browse files
Paul Spoorenaparcar
authored andcommitted
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 <[email protected]>
1 parent 0039fbd commit 0c09512

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

asu/branches.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ branches:
2222
- 22.03.0-rc6
2323
- 22.03-SNAPSHOT
2424
package_changes:
25-
kmod-nft-nat6:
26-
firewall: firewall4
25+
- source: kmod-nft-nat6
26+
revision: 19160
27+
mandatory: true
28+
- source: firewall
29+
target: firewall4
30+
revision: 18611
2731

2832
"21.02":
2933
enabled: true
@@ -67,5 +71,9 @@ branches:
6771
versions:
6872
- SNAPSHOT
6973
package_changes:
70-
kmod-nft-nat6:
71-
firewall: firewall4
74+
- source: kmod-nft-nat6
75+
revision: 20282
76+
mandatory: true
77+
- source: firewall
78+
target: firewall4
79+
revision: 18611

0 commit comments

Comments
 (0)