We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b188ce commit 397bb80Copy full SHA for 397bb80
2 files changed
cfbs.json
@@ -229,7 +229,7 @@
229
"dependencies": ["library-for-promise-types-in-python"],
230
"steps": [
231
"copy dnf_appstream.py modules/promises/",
232
- "append enable.cf services/init.cf"
+ "append init.cf services/init.cf"
233
]
234
},
235
"promise-type-git": {
promise-types/dnf_appstream/init.cf
@@ -0,0 +1,6 @@
1
+promise agent dnf_appstream
2
+# @brief Define dnf_appstream promise type
3
+{
4
+ path => "$(sys.workdir)/modules/promises/dnf_appstream.py";
5
+ interpreter => "/usr/bin/python3";
6
+}
0 commit comments