From 144181f6aea38ce6dcfa685b916a2c907d6d6538 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Sat, 25 Oct 2003 05:29:12 +0000 Subject: [PATCH] clarification git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@24 d1e1f19c-881f-0410-ab34-b69fee027534 --- catalyst | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/catalyst b/catalyst index f7b6c367..f2a9128a 100755 --- a/catalyst +++ b/catalyst @@ -46,15 +46,15 @@ Overview of catalyst operation to the particular target (stage1, stage3, grp, etc.) * The full data of the spec object is written to disc, so there is a complete - record of all variables that will be used to build what we're building. - This will allow for another person to re-use this information to - replicate our work (it should be possible to distribute a spec file - along with a portage snapshot and a starter tarball, and our build can - be replicated exactly on any machine.) The spec object contains data like - CFLAGS, CHOST, subarch, mainarch, the profile used to build, and for GRP - and LiveCDs the complete package build list. This is important to allow - work to be replicated. It's possible that the stage1/2/3.sh scripts should - be distributed as well, to allow proper replication of work. + record of all variables that will be used to build what we're building. This + will allow for another person to re-use this information to replicate our + work (it should be possible to distribute a spec file along with a portage + snapshot and a starter tarball, and our build can be replicated exactly on + any machine.) The spec object contains data like CFLAGS, CHOST, subarch, + mainarch, the profile used to build, and for GRP and LiveCDs the complete + package build list. This is important to allow work to be replicated. It's + possible that the stage1/2/3.sh and other scripts should be distributed as + well, to allow proper replication of work. * The build process begins by calling the appropriate method of the builder instance. This includes cleanup, setup of chroot, entering the chroot, @@ -62,10 +62,8 @@ Overview of catalyst operation and finishing up. * The catalyst process is now complete :) - """ - #This allows plugins to import modules in the /modules dir sys.path.append(os.getcwd()+"/modules") -- 2.26.2