From 738050f2a71b2f0d094a692cc48c94653b82287f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2015 13:41:54 +0200 Subject: Implement rep-fetch command --- bpkg/buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index c016e09..4e5bd23 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -26,6 +26,7 @@ exe{bpkg}: cxx{package package-odb database diagnostics utility} \ cli.cxx{pkg-clean-options} \ cxx{cfg-create} cli.cxx{cfg-create-options} \ cxx{rep-add} cli.cxx{rep-add-options} \ + cxx{rep-fetch} cli.cxx{rep-fetch-options} \ cxx{rep-create} cli.cxx{rep-create-options} \ $libs @@ -72,5 +73,8 @@ cli.cxx{cfg-create-options}: cli.options += --exclude-base cli.cxx{rep-add-options}: cli{rep-add-options} cli.cxx{rep-add-options}: cli.options += --exclude-base +cli.cxx{rep-fetch-options}: cli{rep-fetch-options} +cli.cxx{rep-fetch-options}: cli.options += --exclude-base + cli.cxx{rep-create-options}: cli{rep-create-options} cli.cxx{rep-create-options}: cli.options += --exclude-base -- cgit v1.1