aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-24 18:21:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-26 17:50:24 +0300
commit4fcd32b536f3d29755b1fecc7e3f06be64f996ca (patch)
tree4aebf6eeb7ac4de316ddc91b92c264f252f86d44 /bpkg/buildfile
parent12a5375f25d6a7be5a5741c728a8f9b8168761a4 (diff)
Add support for rep-list and rep-remove, update rep-add
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile8
1 files changed, 6 insertions, 2 deletions
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.
#