From 252c212595130f644181f0b4e4b01bfe28230717 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 11 Apr 2008 14:44:31 +0000 Subject: [PATCH] Fix seedcache output so it fits in 80 columns. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1392 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ modules/generic_stage_target.py | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d2c269a..d669c465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 11 Apr 2008; Chris Gianelloni + modules/generic_stage_target.py: + Fix seedcache output so it fits in 80 columns. + 08 Apr 2008; Chris Gianelloni targets/stage1/stage1-chroot.sh: We should likely install baselayout before anything else, including the diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index f28cf1d5..1e0078d8 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -407,8 +407,9 @@ class generic_stage_target(generic_target): 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 off seedcache in the options of catalyst.conf" - print "\tthe source path will then be "+\ + print "\tIf this is not desired, remove this directory or turn off" + print "\tseedcache in the options of catalyst.conf the source path" + print "\twill then be "+\ normpath(self.settings["storedir"]+"/builds/"+\ self.settings["source_subpath"]+".tar.bz2\n") -- 2.26.2