We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cd021 commit fcdc2d8Copy full SHA for fcdc2d8
cfbs.json
@@ -3,5 +3,20 @@
3
"description": "Example description",
4
"type": "policy-set",
5
"git": true,
6
- "build": []
+ "build": [
7
+ {
8
+ "name": "masterfiles",
9
+ "description": "Official CFEngine Masterfiles Policy Framework (MPF).",
10
+ "tags": ["supported", "base"],
11
+ "repo": "https://github.com/cfengine/masterfiles",
12
+ "by": "https://github.com/cfengine",
13
+ "version": "3.24.2",
14
+ "commit": "5c49f1ed1c3a4ecfc46b4b61296ff5dd38991f33",
15
+ "added_by": "cfbs init",
16
+ "steps": [
17
+ "run EXPLICIT_VERSION=3.24.2 EXPLICIT_RELEASE=1 ./prepare.sh -y",
18
+ "copy ./ ./"
19
+ ]
20
+ }
21
22
}
0 commit comments