Skip to content

Commit 0925ebd

Browse files
committed
WIP provide a builddep cache
1 parent 4f964b5 commit 0925ebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/xcp_ng_dev/cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ def buildparser():
117117
parser_build.add_argument(
118118
'--rpmbuild-stage', action='store',
119119
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")
120124
add_container_args(parser_build)
121125
add_common_args(parser_build)
122126

0 commit comments

Comments
 (0)