From 3dec7cea328d5e296cc98ef6bada29ce46033340 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 21 Dec 2005 19:39:34 +0000 Subject: [PATCH] Fix incorrect warning message. portdir_overlay -> portage_overlay git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1000 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 5 ++++- modules/snapshot_target.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c0aa08b..549cc961 100644 --- 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 modules/snapshot_target.py: + Fix incorrect warning message. portdir_overlay -> portage_overlay 21 Dec 2005; Chris Gianelloni targets/stage1/stage1-controller.sh, diff --git a/modules/snapshot_target.py b/modules/snapshot_target.py index dacda68c..4915b613 100644 --- a/modules/snapshot_target.py +++ b/modules/snapshot_target.py @@ -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." -- 2.26.2