Fix seedcache output so it fits in 80 columns.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 11 Apr 2008 14:44:31 +0000 (14:44 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 11 Apr 2008 14:44:31 +0000 (14:44 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1392 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
modules/generic_stage_target.py

index 5d2c269af514ebe8cedee09ec4d996e886264989..d669c4658086feb8a0e3a9861396d7b710c32a2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  11 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  modules/generic_stage_target.py:
+  Fix seedcache output so it fits in 80 columns.
+
   08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-chroot.sh:
   We should likely install baselayout before anything else, including the
index f28cf1d57e8ca4e9db554bde4c633197ad72717e..1e0078d86dcc923dbe951c44e94d562da748971a 100644 (file)
@@ -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")