aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-16 12:21:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-01-16 12:21:37 +0200
commit25616b791461608b082291dda431d8247fe8fb21 (patch)
treeaf54231bc50a628aa3aefb33f8c9b8cd3bf30f38 /bpkg/fetch.hxx
parentce76d4774a9e9d6b6c57d2c21f45f289eedccd56 (diff)
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.
Diffstat (limited to 'bpkg/fetch.hxx')
-rw-r--r--bpkg/fetch.hxx4
1 files changed, 2 insertions, 2 deletions
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<repository_manifests, string/*checksum*/>
+ pair<repository_manifests, string /* checksum */>
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<package_manifests, string/*checksum*/>
+ pair<package_manifests, string /* checksum */>
fetch_packages (const common_options&,
const repository_location&,
bool ignore_unknown);