From: John P. Davis Date: Sat, 22 May 2004 07:01:40 +0000 (+0000) Subject: v1.0.8 X-Git-Tag: CATALYST_2_0_6_916~990 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fad327342815809f22efc4370ec84b47d1157380;p=catalyst.git v1.0.8 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@383 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 5aa708f8..1b61182c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.54 2004/05/22 05:51:06 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.55 2004/05/22 07:01:40 zhen Exp $ + + 22 May 2004; John Davis REMARKS, catalyst: + rolling out version 1.0.8 22 May 2004; John Davis livecd/runscript-support/kmerge.sh, diff --git a/REMARKS b/REMARKS index 24d24b67..322937a5 100644 --- a/REMARKS +++ b/REMARKS @@ -62,10 +62,13 @@ EOF - files: Should be considered specs. +## partially done, each module has its own file now, but still need to remove +# the hardcoded data, zhen@gentoo.org - modules/targets.py: A target file for each target class, comments needed for each class. Generic_stage_target contains hardcoded data that should be provided in the specs (targetmap, machinemap) +## ## partially done, targets is cleaned up, but the build.sh stuff does need moved into a # spec file, zhen@gentoo.org @@ -87,6 +90,7 @@ use these USE flags rather than those set in usr/portage/profiles/.../make.defau ## done, envscript option added, zhen@gentoo.org How to declare proxy settings to catalyst? +## Specs use different settings than config diff --git a/catalyst b/catalyst index 708041e1..6b6e1adf 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.35 2004/05/17 01:21:17 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.36 2004/05/22 07:01:40 zhen Exp $ import os,sys,imp,string @@ -17,7 +17,7 @@ def vers(): print "Copyright 2003-2004 Gentoo Technologies, Inc." print "Distributed under the GNU General Public License version 2" -version="1.0.7" +version="1.0.8" if len(sys.argv)==1 or sys.argv[1] in ["-h","--help"]: usage()