From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6260813888F for ; Thu, 8 Oct 2015 03:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBA9AE07F5; Thu, 8 Oct 2015 03:53:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76F20E07F5 for ; Thu, 8 Oct 2015 03:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AE8B340691 for ; Thu, 8 Oct 2015 03:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 381DEB6F for ; Thu, 8 Oct 2015 03:53:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444276344.d6b661e7ecd238aa08de96a2780d563815ba17db.vapier@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/stage2.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d6b661e7ecd238aa08de96a2780d563815ba17db X-VCS-Branch: master Date: Thu, 8 Oct 2015 03:53:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b9d03c1e-05bb-4f9c-a61b-4366d194a546 X-Archives-Hash: fcdfbd62c4157cd39733633bf3b118c5 commit: d6b661e7ecd238aa08de96a2780d563815ba17db Author: Mike Frysinger gentoo org> AuthorDate: Thu Oct 8 03:52:24 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Oct 8 03:52:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d6b661e7 stage2: fix minor typo catalyst/targets/stage2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/targets/stage2.py b/catalyst/targets/stage2.py index affa2cb..ae1a2f3 100644 --- a/catalyst/targets/stage2.py +++ b/catalyst/targets/stage2.py @@ -33,7 +33,7 @@ class stage2(StageBase): verbose=False) print "Source path set to "+self.settings["source_path"] if os.path.isdir(self.settings["source_path"]): - print "\tIf this is not desired, remove this directory or turn of seedcache in the options of catalyst.conf" + print "\tIf this is not desired, remove this directory or turn off seedcache in the options of catalyst.conf" print "\tthe source path will then be "+normpath(self.settings["storedir"]+"/builds/"+self.settings["source_subpath"] + "\n") # XXX: How do these override_foo() functions differ from the ones in