# 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 <zhen@gentoo.org> REMARKS, catalyst:
+ rolling out version 1.0.8
22 May 2004; John Davis <zhen@gentoo.org>
livecd/runscript-support/kmerge.sh,
- 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
## done, envscript option added, zhen@gentoo.org
How to declare proxy settings to catalyst?
+##
Specs use different settings than config
#!/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
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()