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: Tue, 05 Jul 2011 13:29:38
Message-Id: 8e765a10d00f435e5ef05d76519f459dfabe89ac.wiktor@gentoo
1 commit: 8e765a10d00f435e5ef05d76519f459dfabe89ac
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 13:29:06 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 13:29:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=8e765a10
7
8 gentoo/utils.py: stupid editor putting tabs instead of spaces
9
10 ---
11 gentoo/utils.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index f557c0c..904563a 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -216,7 +216,7 @@ class GentooInstall:
19 pid = os.fork()
20 if pid == 0:
21
22 - print "chrooting to "+self._root
23 + print "chrooting to "+self._root
24 os.chroot(self._root)
25 os.chdir("/")
26 do_shell = False