public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r14129 - main/trunk/pym/_emerge
Date: Sat, 22 Aug 2009 23:44:59 +0000	[thread overview]
Message-ID: <E1Mf0GZ-0003Sx-HN@stork.gentoo.org> (raw)

Author: zmedico
Date: 2009-08-22 23:44:59 +0000 (Sat, 22 Aug 2009)
New Revision: 14129

Modified:
   main/trunk/pym/_emerge/Scheduler.py
Log:
In Scheduler._schedule_tasks_imp(), add uninstall operations to the front
of the merge queue.


Modified: main/trunk/pym/_emerge/Scheduler.py
===================================================================
--- main/trunk/pym/_emerge/Scheduler.py	2009-08-22 23:11:23 UTC (rev 14128)
+++ main/trunk/pym/_emerge/Scheduler.py	2009-08-22 23:44:59 UTC (rev 14129)
@@ -1360,7 +1360,7 @@
 			if pkg.installed:
 				merge = PackageMerge(merge=task)
 				merge.addExitListener(self._merge_exit)
-				self._task_queues.merge.add(merge)
+				self._task_queues.merge.addFront(merge)
 
 			elif pkg.built:
 				self._jobs += 1




                 reply	other threads:[~2009-08-22 23:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mf0GZ-0003Sx-HN@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox