stages/rpm.macros: allow setting of _dbpath
Allow setting the database path via the `_dbpath` variable.
This commit is contained in:
parent
c28269f8d9
commit
b33f178a11
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ SCHEMA = r"""
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"_dbpath": {
|
||||||
|
"description": "Specify the rpm database path.",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue