From 67424c79c1a824554cecd5172f9bcaaa436921ad Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 4 Mar 2006 06:54:52 +0000 Subject: Remove the 'didupdate' variable from global_updates() because it is no longer used. svn path=/main/trunk/; revision=2811 --- pym/portage.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 8a33d155f..8dd2866b0 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6866,7 +6866,6 @@ def global_updates(): else: update_data = grab_updates(updpath, mtimedb["updates"]) if len(update_data) > 0: - didupdate = 1 do_upgrade_packagesmessage = 0 myupd = [] timestamps = {} @@ -6920,14 +6919,13 @@ def global_updates(): print print - if didupdate: - #make sure our internal databases are consistent; recreate our virts and vartree - do_vartree(settings) - if do_upgrade_packagesmessage and \ - listdir(os.path.join(settings["PKGDIR"], "All"), EmptyOnError=1): - writemsg(" ** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix the") - writemsg("\n tbz2's in the packages directory. "+bold("Note: This can take a very long time.")) - writemsg("\n") + #make sure our internal databases are consistent; recreate our virts and vartree + do_vartree(settings) + if do_upgrade_packagesmessage and \ + listdir(os.path.join(settings["PKGDIR"], "All"), EmptyOnError=1): + writemsg(" ** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix the") + writemsg("\n tbz2's in the packages directory. "+bold("Note: This can take a very long time.")) + writemsg("\n") if (secpass==2) and (not os.environ.has_key("SANDBOX_ACTIVE")): if settings["PORTAGE_CALLER"] in ["emerge","fixpackages"]: -- cgit v1.2.3-1-g7c22