Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: /
Date: Sun, 03 Jul 2011 19:46:04
Message-Id: 6da0980a223aaeb062d7bc49050c1eb96a4a91ce.wiktor@gentoo
1 commit: 6da0980a223aaeb062d7bc49050c1eb96a4a91ce
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 16:08:41 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 16:08:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=6da0980a
7
8 testing mirrorselect
9
10 ---
11 dispatch.py | 2 +-
12 gui.py | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dispatch.py b/dispatch.py
16 index 073dc2c..a3dd360 100644
17 --- a/dispatch.py
18 +++ b/dispatch.py
19 @@ -93,7 +93,7 @@ installSteps = [
20 ("enablefilesystems", turnOnFilesystems, ),
21
22 # Installing the Gentoo Installation Files
23 - ("makeconf", ),
24 + #("makeconf", ),
25
26 # Installing the Gentoo Base System
27 ("mirrorselect", ),
28
29 diff --git a/gui.py b/gui.py
30 index addce82..343d55a 100755
31 --- a/gui.py
32 +++ b/gui.py
33 @@ -77,7 +77,7 @@ stepToClass = {
34 "upgrademigratefs" : ("upgrade_migratefs_gui", "UpgradeMigrateFSWindow"),
35
36 # Installing the Gentoo Installation Files
37 - "makeconf" : ("makeconf_gui", "MakeconfWindow"),
38 + #"makeconf" : ("makeconf_gui", "MakeconfWindow"),
39
40 # Installing the Gentoo Base System
41 "mirrorselect": ("mirrorselect_gui", "MirrorselectWindow"),