From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/
Date: Fri, 18 Jul 2014 16:20:04 +0000 (UTC) [thread overview]
Message-ID: <1405651762.c86aaac5aca70211bc346b13e8d2b1d8afd00eb6.dywi@gentoo> (raw)
Message-ID: <20140718162004.rsbBw8NQTiZhtL8JIHUsUFkreB1poc4GNLe6-T-obWY@z> (raw)
commit: c86aaac5aca70211bc346b13e8d2b1d8afd00eb6
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Jul 18 02:49:22 2014 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Jul 18 02:49:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=c86aaac5
roverlay/runtime: fix add_addition_control_rules()
---
roverlay/runtime.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/roverlay/runtime.py b/roverlay/runtime.py
index 4d0e9c2..521eb0e 100644
--- a/roverlay/runtime.py
+++ b/roverlay/runtime.py
@@ -233,7 +233,12 @@ class RuntimeEnvironment ( RuntimeEnvironmentBase ):
add_control_rule = self.create_addition_control_rules (
default_category = default_category
)
- package_rules.append_rule ( add_control_rule )
+
+ if add_control_rule:
+ package_rules.append_rule ( add_control_rule )
+ return True
+ else:
+ return False
# --- end of add_addition_control_rules (...) ---
def add_addition_control_to_overlay_creator ( self ):
@@ -243,7 +248,7 @@ class RuntimeEnvironment ( RuntimeEnvironmentBase ):
raise AssertionError ( "overlay creator has no package rules." )
# --
- self.add_addition_control_rules (
+ return self.add_addition_control_rules (
self._overlay_creator.package_rules,
self._overlay_creator.overlay.default_category,
)
next reply other threads:[~2014-07-18 16:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 2:50 André Erdmann [this message]
2014-07-18 16:20 ` [gentoo-commits] proj/R_overlay:master commit in: roverlay/ André Erdmann
-- strict thread matches above, loose matches on Subject: below --
2014-07-18 16:20 André Erdmann
2014-07-18 2:28 ` [gentoo-commits] proj/R_overlay:wip/addition_control " André Erdmann
2014-07-18 2:28 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=1405651762.c86aaac5aca70211bc346b13e8d2b1d8afd00eb6.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