public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/recipe/
Date: Wed, 27 Jun 2012 14:46:51 +0000 (UTC)	[thread overview]
Message-ID: <1340808291.b3b84d70211dd20e7efb500365e4f78dae205c5b.dywi@gentoo> (raw)

commit:     b3b84d70211dd20e7efb500365e4f78dae205c5b
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed Jun 27 14:44:51 2012 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed Jun 27 14:44:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=b3b84d70

add unresolvable listener to easyresolver

	modified:   roverlay/recipe/easyresolver.py

---
 roverlay/recipe/easyresolver.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/roverlay/recipe/easyresolver.py b/roverlay/recipe/easyresolver.py
index c5e737a..c083bda 100644
--- a/roverlay/recipe/easyresolver.py
+++ b/roverlay/recipe/easyresolver.py
@@ -14,6 +14,10 @@ def setup():
 
 	srule_files = config.get_or_fail ( 'DEPRES.simple_rules.files' )
 
+	unres_listener = listeners.UnresolvableSetFileListener (
+		config.get_or_fail ( 'LOG.FILE.unresolvable' )
+	)
+
 	if isinstance ( srule_files, str ):
 		srule_pool.load_rule_file ( srule_files )
 	else:
@@ -21,5 +25,6 @@ def setup():
 			srule_pool.load_rule_file ( f )
 
 	res.add_rulepool ( srule_pool )
+	res.add_listener ( unres_listener )
 	return res
 # --- end of setup (...) ---



             reply	other threads:[~2012-06-27 14:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 14:46 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-05 16:00 [gentoo-commits] proj/R_overlay:master commit in: roverlay/recipe/ André Erdmann
2012-07-06 22:19 André Erdmann
2013-07-11 16:29 André Erdmann
2013-07-24  9:54 André Erdmann
2013-09-06 17:27 André Erdmann
2013-11-14 18:24 André Erdmann
2014-02-15 20:11 André Erdmann
2014-02-22 14:56 André Erdmann

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=1340808291.b3b84d70211dd20e7efb500365e4f78dae205c5b.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@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