From 74bbd943c042478ac550ba7bf6fec0a14ae14bcf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Dec 2015 13:33:29 +0200 Subject: Ignoring unknown manifest entries where appropriate --- bpkg/pkg-fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 492c4e7..1718c5b 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -142,7 +142,7 @@ namespace bpkg // Verify archive is a package and get its manifest. // - package_manifest m (pkg_verify (co, a)); + package_manifest m (pkg_verify (co, a, true)); level4 ([&]{trace << m.name << " " << m.version;}); // Check/diagnose an already existing package. -- cgit v1.1