v1.0.8
authorJohn P. Davis <zhen@gentoo.org>
Sat, 22 May 2004 07:01:40 +0000 (07:01 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Sat, 22 May 2004 07:01:40 +0000 (07:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@383 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
REMARKS
catalyst

index 5aa708f849035fd7e219d389bd4f4d976e566880..1b61182ce1565339f0f6c040380bec88542a4b99 100644 (file)
--- 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 <zhen@gentoo.org> REMARKS, catalyst:
+  rolling out version 1.0.8
 
   22 May 2004; John Davis <zhen@gentoo.org>
   livecd/runscript-support/kmerge.sh,
diff --git a/REMARKS b/REMARKS
index 24d24b674a253d7ca80fc09c9d89112ac22a8240..322937a5891acf2b87afeb32d00cd925e440be87 100644 (file)
--- 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
 
index 708041e1fb5372703035a6fc6e3f95872d6ce971..6b6e1adff0780e9d295d29be2c384c5ea88907b1 100755 (executable)
--- 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()