Skip to content

Commit 397bb80

Browse files
committed
Added promise definition
1 parent 4b188ce commit 397bb80

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

cfbs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"dependencies": ["library-for-promise-types-in-python"],
230230
"steps": [
231231
"copy dnf_appstream.py modules/promises/",
232-
"append enable.cf services/init.cf"
232+
"append init.cf services/init.cf"
233233
]
234234
},
235235
"promise-type-git": {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)