From 25616b791461608b082291dda431d8247fe8fb21 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jan 2018 12:21:37 +0200 Subject: Factor out bpkg repository fetching code used in rep-fetch and rep-info Note that now rep-info in the manifest mode does not dump any of the repository type-specific information. --- bpkg/fetch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/fetch.hxx') diff --git a/bpkg/fetch.hxx b/bpkg/fetch.hxx index e047f29..4e7b271 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -17,7 +17,7 @@ namespace bpkg repository_manifests fetch_repositories (const dir_path&, bool ignore_unknown); - pair + pair fetch_repositories (const common_options&, const repository_location&, bool ignore_unknown); @@ -25,7 +25,7 @@ namespace bpkg package_manifests fetch_packages (const dir_path&, bool ignore_unknown); - pair + pair fetch_packages (const common_options&, const repository_location&, bool ignore_unknown); -- cgit v1.1