From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:master commit in: layman/laymanator/
Date: Mon, 8 Dec 2014 04:15:35 +0000 (UTC) [thread overview]
Message-ID: <1418009743.0b0e1596cb484bc75e52d50685a4def76295a81a.twitch153@gentoo> (raw)
commit: 0b0e1596cb484bc75e52d50685a4def76295a81a
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 8 03:35:43 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 8 03:35:43 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=0b0e1596
laymanator.py: Adds funny phrases to logging on a successful add/sync
---
layman/laymanator/laymanator.py | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/layman/laymanator/laymanator.py b/layman/laymanator/laymanator.py
index a7cd32b..5594627 100644
--- a/layman/laymanator/laymanator.py
+++ b/layman/laymanator/laymanator.py
@@ -51,7 +51,7 @@ def create_overlay_package(config=None, repo=None, logger=None, xterm_titles=Non
ovl = Overlay.Overlay(config=config, ovl_dict=overlay, ignore=1)
return (repo.name, ovl)
- msg = '!!! layman.plugin.create_overlay(), Error: repo not found.'
+ msg = '!!! laymanator sez... Error: repo not found.'
if logger and xterm_titles:
logger(xterm_titles, msg)
writemsg_level(msg + '\n', level=logging.ERROR, noiselevel=-1)
@@ -129,6 +129,9 @@ class Layman(SyncBase):
% ({'repo': self.repo.name})
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
+ msg = '>>> laymanator sez... "Hasta la add ya, baby!"'
+ self.logger(self.xterm_titles, msg)
+ writemsg_level(msg + "\n")
return (exitcode, True)
@@ -167,6 +170,9 @@ class Layman(SyncBase):
% ({'repo': self.repo.name})
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
+ msg = '>>> laymanator sez... "Hasta la sync ya, baby!"'
+ self.logger(self.xterm_titles, msg)
+ writemsg_level(msg + "\n")
return (exitcode, True)
@@ -303,6 +309,9 @@ class PyLayman(SyncBase):
% ({'repo': self.repo.name})
self.logger(self.xterm_titles, msg)
writemsg_level(msg + '\n')
+ msg = '>>> laymanator sez... "Hasta la add ya, baby!"'
+ self.logger(self.xterm_titles, msg)
+ writemsg_level(msg + '\n')
return (exitcode, True)
@@ -336,5 +345,8 @@ class PyLayman(SyncBase):
% ({'repo': self.repo.name})
self.logger(self.xterm_titles, msg)
writemsg_level(msg + "\n")
+ msg = '>>> laymanator sez... "Hasta la sync ya, baba!"'
+ self.logger(self.xterm_titles, msg)
+ writemsg_level(msg + "\n")
return (exitcode, True)
next reply other threads:[~2014-12-08 4:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-08 4:15 Devan Franchini [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-12 22:40 [gentoo-commits] proj/layman:master commit in: layman/laymanator/ Devan Franchini
2015-02-02 20:37 Brian Dolbec
2015-02-02 23:12 Devan Franchini
2015-02-02 23:49 Devan Franchini
2015-02-04 17:13 Devan Franchini
2015-02-05 21:46 Devan Franchini
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=1418009743.0b0e1596cb484bc75e52d50685a4def76295a81a.twitch153@gentoo \
--to=twitch153@gentoo.org \
--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