From ca387611165403835655db1f3620ef8e65cb92b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 May 2018 21:28:26 +0300 Subject: Fix package checksum mismatch for all repositories being fetched --- bpkg/package.hxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 1986e1f..94d5136 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -247,17 +247,11 @@ namespace bpkg // fragmented. For example, a git repository consists of multiple commits // (fragments) which could contain different sets of packages and even // prerequisite/complement repositories. Note also that the same fragment - // could be shared by multiple repository objects. We assume a fragment to - // be immutable, so it's complement, prerequisite and package sets can never - // change. + // could be shared by multiple repository objects. // // For repository types that do not support fragmentation, there should // be a single repository_fragment with the name and location equal to the - // ones of the containing repository. Such a fragment can not be shared but - // can be changed. - // - // One of the consequences of the above is that a fragment can either be - // shared or be mutable. + // ones of the containing repository. Such a fragment cannot be shared. // class repository; -- cgit v1.1