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 20:10:16
Message-Id: 7ef6842dba2f351d03a8a286cb6deec830e61194.wiktor@gentoo
1 commit: 7ef6842dba2f351d03a8a286cb6deec830e61194
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 16:32:40 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 16:32:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=7ef6842d
7
8 installcalss.py: more indent fun (how did I manage this?)
9
10 ---
11 installclass.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/installclass.py b/installclass.py
15 index ec6fa62..561ccdf 100644
16 --- a/installclass.py
17 +++ b/installclass.py
18 @@ -145,8 +145,8 @@ class BaseInstallClass(object):
19 "complete"
20 )
21
22 - if not BETANAG:
23 - dispatch.skipStep("betanag", permanent=1)
24 + if not BETANAG:
25 + dispatch.skipStep("betanag", permanent=1)
26
27 if not iutil.isX86():
28 dispatch.skipStep("bootloader", permanent=1)