Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
Date: Mon, 04 Jul 2011 22:47:41
Message-Id: c31c926b1bb5cf0e0529c485cf8ad51c89b7d9f4.wiktor@gentoo
1 commit: c31c926b1bb5cf0e0529c485cf8ad51c89b7d9f4
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 22:47:21 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 22:47:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=c31c926b
7
8 indents again...
9
10 ---
11 gentoo/utils.py | 10 +++++-----
12 1 files changed, 5 insertions(+), 5 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 856adf9..5d3e28e 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -1073,12 +1073,12 @@ class GentooInstall:
19 self._progress.set_fraction(0.8)
20 self.install_package("language-configuration-helpers")
21 self._progress.set_fraction(1.0)
22 -
23 - def set_profile(self):
24 - self._progress.set_fraction(0.0)
25 +
26 + def set_profile(self):
27 + self._progress.set_fraction(0.0)
28 self._progress.set_text(_("Setting profile %s" % self._anaconda.profile))
29 - self.spawn_chroot("eselect profile set "+self._anaconda.profile)
30 - self._progress.set_fraction(1.0)
31 + self.spawn_chroot("eselect profile set "+self._anaconda.profile)
32 + self._progress.set_fraction(1.0)
33
34 #def _get_langpacks(self):
35 # return [x.strip() for x in LANGUAGE_PACKS.split("\n") if \