Fix incorrect warning message. portdir_overlay -> portage_overlay
authorEric Edgar <rocket@gentoo.org>
Wed, 21 Dec 2005 19:39:34 +0000 (19:39 +0000)
committerEric Edgar <rocket@gentoo.org>
Wed, 21 Dec 2005 19:39:34 +0000 (19:39 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1000 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
modules/snapshot_target.py

index 6c0aa08bbb658fd7efc609bfe581604afeb38bd7..549cc96155c6229aa67833e4c9c74f8509bc7ffb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.487 2005/12/21 17:40:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.488 2005/12/21 19:39:34 rocket Exp $
+
+  21 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/snapshot_target.py:
+  Fix incorrect warning message.  portdir_overlay -> portage_overlay
 
   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-controller.sh,
index dacda68cb24b37f9a2e30816404b2018d01b519c..4915b6136dc285f060bf76a8c989b585a8644ada 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.14 2005/12/13 20:32:43 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.15 2005/12/21 19:39:34 rocket Exp $
 
 """
 Builder class for snapshots.
@@ -25,7 +25,7 @@ class snapshot_target(generic_target):
                if self.settings.has_key("portdir_overlay"):
                        print "\nWarning!!!!"
                        print "\tThis feature is deprecated no overlay will be added to the snapshot."
-                       print "\tIf you need an overlay feature please use portdir_overlay in the other spec files"
+                       print "\tIf you need an overlay feature please use portage_overlay in the other spec files"
                        print "\tOtherwise add your files to the normal snapshot and redigest .. you should know what"
                        print "\t\tto do."
                        print "\tThis was removed due to digesting issues that are incompatible with portage."