From: Chris Gianelloni Date: Thu, 10 Jan 2008 00:20:26 +0000 (+0000) Subject: This is now 2.0.5 for release. X-Git-Tag: CATALYST_2_0_6_916~230 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a22465ba2d243629817b5f9cb37b1413da4f0db1;p=catalyst.git This is now 2.0.5 for release. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1264 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index dfbd1c40..6248f8b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 10 Jan 2008; Chris Gianelloni catalyst: + This is now 2.0.5 for release. + 25 Nov 2007; Chris Gianelloni catalyst, files/catalyst.conf, modules/catalyst_support.py, modules/generic_stage_target.py, diff --git a/catalyst b/catalyst index 1fb6c55c..8bac838d 100755 --- a/catalyst +++ b/catalyst @@ -9,7 +9,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0.5_pre6" +__version__="2.0.5" conf_values={} @@ -23,7 +23,7 @@ def usage(): print " -F --fetchonly fetch files only" print " -h --help print this help message" print " -p --purge clear tmp dirs,package cache and autoresume flags" - print " -s --snapshot generate a Portage snapshot" + print " -s --snapshot generate a release snapshot" print " -V --version display version information" print " -v --verbose verbose output" print @@ -32,14 +32,14 @@ def usage(): print "Using the commandline option (-C, --cli) to build a Portage snapshot:" 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 20051208" + print "Using the snapshot option (-s, --snapshot) to build a release snapshot:" + print "catalyst -s 20071121" 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 "Catalyst, version "+__version__ print "Copyright 2003-2007 Gentoo Foundation" print "Distributed under the GNU General Public License version 2\n"