Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/
Date: Thu, 08 Oct 2015 03:53:29
Message-Id: 1444276344.d6b661e7ecd238aa08de96a2780d563815ba17db.vapier@gentoo
1 commit: d6b661e7ecd238aa08de96a2780d563815ba17db
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 03:52:24 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 03:52:24 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d6b661e7
7
8 stage2: fix minor typo
9
10 catalyst/targets/stage2.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/catalyst/targets/stage2.py b/catalyst/targets/stage2.py
14 index affa2cb..ae1a2f3 100644
15 --- a/catalyst/targets/stage2.py
16 +++ b/catalyst/targets/stage2.py
17 @@ -33,7 +33,7 @@ class stage2(StageBase):
18 verbose=False)
19 print "Source path set to "+self.settings["source_path"]
20 if os.path.isdir(self.settings["source_path"]):
21 - print "\tIf this is not desired, remove this directory or turn of seedcache in the options of catalyst.conf"
22 + print "\tIf this is not desired, remove this directory or turn off seedcache in the options of catalyst.conf"
23 print "\tthe source path will then be "+normpath(self.settings["storedir"]+"/builds/"+self.settings["source_subpath"] + "\n")
24
25 # XXX: How do these override_foo() functions differ from the ones in