summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-11 19:59:49 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-11 19:59:49 +0000
commitc07a9eee5040025d68121e41943929a96e0421c4 (patch)
treebe0ea8ccc79e92ec29d68a0bdcdbbe6d16b1308a /pym/portage/__init__.py
parent7fda15ffe221c8a4946aba3a10cc3c068616d797 (diff)
downloadportage-c07a9eee5040025d68121e41943929a96e0421c4.tar.gz
portage-c07a9eee5040025d68121e41943929a96e0421c4.tar.bz2
portage-c07a9eee5040025d68121e41943929a96e0421c4.zip
Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14
This works by comparing a hash of the COUNTER values for all packages in the vdb. svn path=/main/trunk/; revision=11859
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 485a2d426..8c8c99ebc 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -1002,6 +1002,7 @@ class config(object):
"GENTOO_MIRRORS", "NOCONFMEM", "O",
"PORTAGE_BACKGROUND",
"PORTAGE_BINHOST_CHUNKSIZE", "PORTAGE_CALLER",
+ "PORTAGE_COUNTER_HASH",
"PORTAGE_ECLASS_WARNING_ENABLE", "PORTAGE_ELOG_CLASSES",
"PORTAGE_ELOG_MAILFROM", "PORTAGE_ELOG_MAILSUBJECT",
"PORTAGE_ELOG_MAILURI", "PORTAGE_ELOG_SYSTEM",