From 0d3525d80fbeee78ae49384f2d722de20127a040 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 3 Mar 2018 18:50:18 +0300 Subject: Rename bpkg repository type to pkg --- bpkg/fetch.hxx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'bpkg/fetch.hxx') diff --git a/bpkg/fetch.hxx b/bpkg/fetch.hxx index 659e019..fc6b763 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -16,35 +16,35 @@ namespace bpkg { - // Repository type bpkg (fetch-bpkg.cxx). + // Repository type pkg (fetch-pkg.cxx). // - bpkg_repository_manifests - bpkg_fetch_repositories (const dir_path&, bool ignore_unknown); + pkg_repository_manifests + pkg_fetch_repositories (const dir_path&, bool ignore_unknown); - pair - bpkg_fetch_repositories (const common_options&, - const repository_location&, - bool ignore_unknown); + pair + pkg_fetch_repositories (const common_options&, + const repository_location&, + bool ignore_unknown); - bpkg_package_manifests - bpkg_fetch_packages (const dir_path&, bool ignore_unknown); + pkg_package_manifests + pkg_fetch_packages (const dir_path&, bool ignore_unknown); - pair - bpkg_fetch_packages (const common_options&, - const repository_location&, - bool ignore_unknown); + pair + pkg_fetch_packages (const common_options&, + const repository_location&, + bool ignore_unknown); signature_manifest - bpkg_fetch_signature (const common_options&, - const repository_location&, - bool ignore_unknown); + pkg_fetch_signature (const common_options&, + const repository_location&, + bool ignore_unknown); path - bpkg_fetch_archive (const common_options&, - const repository_location&, - const path& archive, - const dir_path& destdir); + pkg_fetch_archive (const common_options&, + const repository_location&, + const path& archive, + const dir_path& destdir); // Repository type git (fetch-git.cxx). // -- cgit v1.1