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 23:44:33
Message-Id: 908895d940bfd6a93c14035bb9edca83133f012b.wiktor@gentoo
1 commit: 908895d940bfd6a93c14035bb9edca83133f012b
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 23:44:13 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 23:44:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=908895d9
7
8 forgot a comma
9
10 ---
11 installclass.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/installclass.py b/installclass.py
15 index a6413a6..5db02f2 100644
16 --- a/installclass.py
17 +++ b/installclass.py
18 @@ -105,7 +105,7 @@ class BaseInstallClass(object):
19 # Installing the Gentoo Base System
20 "mirrorselect",
21 "mirrorselect-sync",
22 - "profile"
23 + "profile",
24
25 # Configuring the Kernel
26 "timezone",