From 6678dfc7db1d33c2f1669409ec6ec1556e8482ed Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Feb 2007 21:48:59 +0000 Subject: For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigger the disabling of manifest1/digest file generation. This toggle is repo/overlay specific, allowing a specific overlay to drop manifest1 by adding the manifest1_obsolete file. (trunk r6040:6041) svn path=/main/branches/2.1.2/; revision=6043 --- pym/portage_manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/portage_manifest.py') diff --git a/pym/portage_manifest.py b/pym/portage_manifest.py index 225638e50..3eb95751b 100644 --- a/pym/portage_manifest.py +++ b/pym/portage_manifest.py @@ -425,7 +425,8 @@ class Manifest(object): else: distfilehashes = {} self.__init__(self.pkgdir, self.distdir, - fetchlist_dict=self.fetchlist_dict, from_scratch=True) + fetchlist_dict=self.fetchlist_dict, from_scratch=True, + manifest1_compat=self.compat) for pkgdir, pkgdir_dirs, pkgdir_files in os.walk(self.pkgdir): break for f in pkgdir_files: -- cgit v1.2.3-1-g7c22