# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.155 2005/01/26 21:59:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.156 2005/01/26 22:11:31 wolf31o2 Exp $
+
+ 26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
+ Updated for 1.1.3 release.
26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
#!/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.59 2005/01/16 15:05:50 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.60 2005/01/26 22:11:31 wolf31o2 Exp $
# Maintained in full by John Davis <zhen@gentoo.org>
import os,sys,imp,string,getopt
__maintainer__="John Davis <zhen@gentoo.org>"
-__version__="1.1.2"
+__version__="1.1.3"
conf_values={}
print "catalyst -C target=snapshot version_stamp=my_date"
print
print "Using the snapshot option (-s, --snapshot) to build a Portage snapshot:"
- print "catalyst -s 2004.3"
+ print "catalyst -s 2005.0"
print
print "Using the specfile option (-f, --file) to build a stage target:"
print "catalyst -f stage1-specfile.spec"
def version():
print "Gentoo Catalyst, version "+__version__
- print "Copyright 2003-2004 The Gentoo Foundation"
+ print "Copyright 2003-2005 The Gentoo Foundation"
print "Distributed under the GNU General Public License version 2\n"