From 22e35bf80cea95dc1edce22e729199f61a6fedcd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Mar 2018 16:49:24 +0300 Subject: Add .manifest extension to repositories, packages and signature files --- bpkg/manifest-utility.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/manifest-utility.cxx') diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index 6162c21..9f4a012 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -14,6 +14,10 @@ using namespace butl; namespace bpkg { + const path repositories_file ("repositories.manifest"); + const path packages_file ("packages.manifest"); + const path signature_file ("signature.manifest"); + package_scheme parse_package_scheme (const char*& s) { -- cgit v1.1