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: Sat, 01 Dec 2012 23:24:52
Message-Id: 1354404270.c3ffd537c635ed762905e516f00b9ddaebe70eaf.zorry@gentoo
1 commit: c3ffd537c635ed762905e516f00b9ddaebe70eaf
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 23:24:30 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 23:24:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=c3ffd537
7
8 fix update__make_conf' is not defined
9
10 ---
11 gobs/pym/check_setup.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gobs/pym/check_setup.py b/gobs/pym/check_setup.py
15 index 37d0285..4d62909 100644
16 --- a/gobs/pym/check_setup.py
17 +++ b/gobs/pym/check_setup.py
18 @@ -55,7 +55,7 @@ def check_make_conf():
19 attDict['make_conf_text'] = get_file_text(make_conf_file)
20 attDict['make_conf_checksum_tree'] = make_conf_checksum_tree
21 configsDict[config_id[0]]=attDict
22 - update__make_conf(conn, configsDict)
23 + update_make_conf(conn, configsDict)
24 log_msg = "Checking configs for changes and errors ... Done"
25 add_gobs_logs(conn, log_msg, "info", config_profile)
26 CM.putConnection(conn)