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, 27 Apr 2012 18:23:59
Message-Id: 1335550904.20eac494df833886e8fe9c631137f62ef68c370e.zorry@gentoo
1 commit: 20eac494df833886e8fe9c631137f62ef68c370e
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 18:21:44 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 18:21:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=20eac494
7
8 testing logfile update part2
9
10 ---
11 gobs/pym/readconf.py | 4 ++--
12 gobs/pym/sync.py | 2 +-
13 2 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/gobs/pym/readconf.py b/gobs/pym/readconf.py
16 index a3499dc..0e4af2d 100644
17 --- a/gobs/pym/readconf.py
18 +++ b/gobs/pym/readconf.py
19 @@ -35,8 +35,8 @@ class get_conf_settings(object):
20 get_gobs_config = element[1]
21 if element[0] == 'LOGFILES':
22 get_gobs_logfile = element[1]
23 -
24 - open_conffile.close()
25 + open_conffile.close()
26 +
27 gobs_settings_dict = {}
28 gobs_settings_dict['sql_backend'] = get_sql_backend.rstrip('\n')
29 gobs_settings_dict['sql_db'] = get_sql_db.rstrip('\n')
30
31 diff --git a/gobs/pym/sync.py b/gobs/pym/sync.py
32 index 35833f9..c11fc5f 100644
33 --- a/gobs/pym/sync.py
34 +++ b/gobs/pym/sync.py
35 @@ -11,7 +11,7 @@ def git_pull():
36 master = repo.head.reference
37 print(master.log())
38
39 -def sync_tree()
40 +def sync_tree():
41 settings, trees, mtimedb = load_emerge_config()
42 portdb = trees[settings["ROOT"]]["porttree"].dbapi
43 tmpcmdline = []