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: Sun, 02 Dec 2012 00:06:56
Message-Id: 1354406793.169e982c365b97d95f578607d71ac5c76cb6cdb0.zorry@gentoo
1 commit: 169e982c365b97d95f578607d71ac5c76cb6cdb0
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 00:06:33 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 00:06:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=169e982c
7
8 fix a typo in check_make_conf
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 7c9fcad..8b19e48 100644
16 --- a/gobs/pym/check_setup.py
17 +++ b/gobs/pym/check_setup.py
18 @@ -26,7 +26,7 @@ def check_make_conf():
19 for config_id in config_id_list_all:
20 attDict={}
21 # Set the config dir
22 - config = get_config(conn, config_id):
23 + config = get_config(conn, config_id)
24 check_config_dir = "/var/cache/gobs/" + gobs_settings_dict['gobs_gitreponame'] + "/" + config + "/"
25 make_conf_file = check_config_dir + "etc/portage/make.conf"
26 # Check if we can take a checksum on it.