From e2d1400465eca5a7c3378f0f59b118c8a4d03fe2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jan 2008 20:04:56 +0000 Subject: Unconditionally disable manifest1 compatibility since it's been dropped from the main tree and nobody needs it anymore. svn path=/main/trunk/; revision=9252 --- bin/repoman | 5 +---- pym/portage/__init__.py | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/repoman b/bin/repoman index a43f95c4b..6430edd7a 100755 --- a/bin/repoman +++ b/bin/repoman @@ -540,13 +540,10 @@ if not kwlist: logging.fatal("Couldn't read KEYWORDS from arch.list") sys.exit(1) -manifest1_compat = not os.path.exists( - os.path.join(portdir, "manifest1_obsolete")) +manifest1_compat = False if portdir_overlay != portdir: kwlist.update(portage.grabfile( os.path.join(portdir_overlay, "profiles", "arch.list"))) - manifest1_compat = not os.path.exists( - os.path.join(portdir_overlay, "manifest1_obsolete")) scanlist = utilities.FindPackagesToScan(repoman_settings, startdir, reposplit) scanlist.sort() diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 4a9283ab2..0dc6f1c40 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3527,8 +3527,7 @@ def digestgen(myarchives, mysettings, overwrite=1, manifestonly=0, myportdb=None del e return 0 mytree = os.path.dirname(os.path.dirname(mysettings["O"])) - manifest1_compat = not os.path.exists( - os.path.join(mytree, "manifest1_obsolete")) + manifest1_compat = False mf = Manifest(mysettings["O"], mysettings["DISTDIR"], fetchlist_dict=fetchlist_dict, manifest1_compat=manifest1_compat) # Don't require all hashes since that can trigger excessive -- cgit v1.2.3-1-g7c22