Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26488 - Echangelog is not respecting ECHANGELOG_USER
Summary: Echangelog is not respecting ECHANGELOG_USER
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 09:37 UTC by Lisa Seelye (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisa Seelye (RETIRED) gentoo-dev 2003-08-12 09:37:36 UTC
time distcc # echo $ECHANGELOG_USER; echangelog 'Mark distcc 2.9 stable on x86.'
Lisa Seelye <lisa@gentoo.org>
--- ChangeLog   2003-08-12 12:30:37.000000000 -0400
+++ ChangeLog.new       2003-08-12 12:32:47.739663688 -0400
@@ -2,6 +2,9 @@
 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
 # $Header: /home/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.68 
2003/08/12 16:30:37 lisa Exp $
  
+  12 Aug 2003; root <root@gentoo.org> distcc-2.9.ebuild:
+  Mark distcc 2.9 stable on x86.
+
 *distcc-2.10 (12 Aug 2003)
  
   12 Aug 2003; Lisa Seelye <lisa@gentoo.org> distcc-2.10.ebuild, files/2.
10/conf,


------

Gentoolkit ver: 0.1.30.  Any ideas? o_O
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2003-08-12 12:17:20 UTC
Yes, sounds like you need to export ECHANGELOG_USER.  You've just made a shell variable, not an environment variable.  That's the only explanation I can think of.