We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f964b5 commit 0925ebdCopy full SHA for 0925ebd
src/xcp_ng_dev/cli.py
@@ -117,6 +117,10 @@ def buildparser():
117
parser_build.add_argument(
118
'--rpmbuild-stage', action='store',
119
help=f"Request given -bX stage rpmbuild, X in [{RPMBUILD_STAGES}]")
120
+ parser_build.add_argument(
121
+ '--builddep-dir',
122
+ help="Directory where the build-dependency RPMs will be cached. "
123
+ "The directory is created if it doesn't exist")
124
add_container_args(parser_build)
125
add_common_args(parser_build)
126
0 commit comments