Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/
Date: Fri, 30 Sep 2011 13:33:18
Message-Id: 05de9d5f9221a80f2a7a5b41144e692a3c61ed6a.zorry@gentoo
1 commit: 05de9d5f9221a80f2a7a5b41144e692a3c61ed6a
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 13:32:56 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 13:32:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=05de9d5f
7
8 add code for testing action_info() part2
9
10 ---
11 gobs/pym/build_log.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gobs/pym/build_log.py b/gobs/pym/build_log.py
15 index 079a3c7..e0c33e1 100644
16 --- a/gobs/pym/build_log.py
17 +++ b/gobs/pym/build_log.py
18 @@ -464,5 +464,5 @@ class gobs_buildlog(object):
19 trees = {
20 root : {'porttree' : portage.portagetree(root, settings=self._mysettings)}
21 }
22 - action_info(self, trees, myopts, myfiles):
23 + action_info(self, trees, myopts, myfiles)
24 print("build_id", build_id[0], "logged to db.")