From 0103e8a96182ad12b3b98629ffe295a706ddcb66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Nov 2015 12:39:40 +0200 Subject: Add url, email, summary, description members to the repository_manifest class --- bpkg/manifest | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bpkg/manifest') diff --git a/bpkg/manifest b/bpkg/manifest index cc45bb4..106b6ca 100644 --- a/bpkg/manifest +++ b/bpkg/manifest @@ -469,6 +469,13 @@ namespace bpkg repository_location location; butl::optional role; + // The following values may only be present for the base repository. + // + butl::optional url; + butl::optional email; + butl::optional summary; + butl::optional description; + public: repository_manifest (manifest_parser&); repository_manifest (manifest_parser&, manifest_name_value start); -- cgit v1.1