From 4fcd32b536f3d29755b1fecc7e3f06be64f996ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Feb 2018 18:21:39 +0300 Subject: Add support for rep-list and rep-remove, update rep-add --- bpkg/buildfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 9bdf29b..f25e08e 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -38,7 +38,9 @@ pkg-verify-options \ rep-add-options \ rep-create-options \ rep-fetch-options \ -rep-info-options +rep-info-options \ +rep-list-options \ +rep-remove-options help_topics = repository-signing @@ -96,9 +98,11 @@ if $cli.configured # rep-* command. # cli.cxx{rep-add-options}: cli{rep-add} + cli.cxx{rep-create-options}: cli{rep-create} cli.cxx{rep-fetch-options}: cli{rep-fetch} cli.cxx{rep-info-options}: cli{rep-info} - cli.cxx{rep-create-options}: cli{rep-create} + cli.cxx{rep-list-options}: cli{rep-list} + cli.cxx{rep-remove-options}: cli{rep-remove} # Help topics. # -- cgit v1.1