fix for grp with -f and -C
authorJohn P. Davis <zhen@gentoo.org>
Sun, 16 Jan 2005 15:05:50 +0000 (15:05 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Sun, 16 Jan 2005 15:05:50 +0000 (15:05 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@523 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index 232568931e821d6d8138c6c115e30a1283509b51..5d07034c2729cfa943c590ca5927fa81ae3587b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.149 2005/01/13 22:57:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.150 2005/01/16 15:05:50 zhen Exp $
+
+  16 Jan 2005; John Davis <zhen@gentoo.org> catalyst:
+  fix from pvdabeel@gentoo.org. patch fixes a small bug that caused grp to not
+  work when both -f and -C were used on the command line.
 
   13 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
index f6082bf49b210d59e9ae49b424f03dc9b478f858..2b8fd41c658d2464d4f46bad4c3fea9480403e08 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.58 2005/01/11 14:10:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.59 2005/01/16 15:05:50 zhen Exp $
 
 # Maintained in full by John Davis <zhen@gentoo.org>
 
@@ -278,11 +278,13 @@ if __name__ == "__main__":
        # import the rest of the catalyst modules
        targetmap=import_modules()
 
+       addlargs={}
+       
        if myspecfile:
-               addlargs=do_spec(myspecfile)
+               addlargs.update(do_spec(myspecfile))
        
        if mycmdline:
-               addlargs=do_cli(mycmdline)
+               addlargs.update(do_cli(mycmdline))
        
        # everything is setup, so the build is a go
        try: