From 3dc4bdb36b95691619a4cab60fdb5c77f8d0c11a Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 5 Jul 2005 21:53:41 +0000 Subject: [PATCH] Big honkin' copyright update. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@746 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 41 ++++++++++++++++++- arch/alpha.py | 4 +- arch/amd64.py | 4 +- arch/hppa.py | 4 +- arch/ia64.py | 4 +- arch/mips.py | 4 +- arch/ppc.py | 4 +- arch/ppc64.py | 4 +- arch/s390.py | 4 +- arch/sparc.py | 4 +- arch/sparc64.py | 4 +- arch/x86.py | 4 +- catalyst | 4 +- files/catalyst.conf | 4 +- modules/builder.py | 4 +- modules/catalyst_support.py | 4 +- modules/embedded_target.py | 4 +- modules/generic_stage_target.py | 4 +- modules/generic_target.py | 4 +- modules/grp_target.py | 4 +- modules/livecd_stage1_target.py | 4 +- modules/livecd_stage2_target.py | 4 +- modules/netboot_target.py | 4 +- modules/snapshot_target.py | 4 +- modules/stage1_target.py | 4 +- modules/stage2_target.py | 4 +- modules/stage3_target.py | 4 +- modules/stage4_target.py | 4 +- modules/tinderbox_target.py | 4 +- targets/embedded/embedded-chroot.sh | 4 +- targets/embedded/embedded-fs-runscript.sh | 2 +- targets/embedded/embedded-preclean-chroot.sh | 4 +- targets/embedded/unmerge.sh | 4 +- targets/grp/grp-chroot.sh | 4 +- targets/grp/grp-controller.sh | 4 +- targets/grp/grp-preclean-chroot.sh | 4 +- targets/livecd-stage1/livecd-stage1-chroot.sh | 4 +- .../livecd-stage1/livecd-stage1-controller.sh | 4 +- .../livecd-stage2/livecd-stage2-controller.sh | 4 +- targets/livecd-stage2/unmerge.sh | 4 +- targets/netboot/netboot-chroot.sh | 4 +- targets/netboot/netboot-combine.sh | 4 +- targets/netboot/netboot-controller.sh | 4 +- targets/netboot/netboot-image.sh | 4 +- targets/stage1/build.py | 4 +- targets/stage1/stage1-chroot.sh | 4 +- targets/stage1/stage1-controller.sh | 4 +- targets/stage1/stage1-preclean-chroot.sh | 4 +- targets/stage2/stage2-chroot.sh | 4 +- targets/stage2/stage2-controller.sh | 4 +- targets/stage2/stage2-preclean-chroot.sh | 4 +- targets/stage3/stage3-chroot.sh | 4 +- targets/stage3/stage3-controller.sh | 4 +- targets/stage3/stage3-preclean-chroot.sh | 4 +- targets/stage4/stage4-chroot.sh | 2 +- targets/stage4/stage4-controller.sh | 4 +- targets/stage4/stage4-preclean-chroot.sh | 2 +- targets/stage4/unmerge.sh | 4 +- targets/support/create-iso.sh | 4 +- targets/support/functions.sh | 2 +- targets/support/kmerge.sh | 2 +- targets/support/livecdfs-update.sh | 4 +- targets/support/post-kmerge.sh | 2 +- targets/support/pre-kmerge.sh | 2 +- targets/support/target_image_setup.sh | 2 +- targets/tinderbox/tinderbox-chroot.sh | 4 +- targets/tinderbox/tinderbox-controller.sh | 4 +- .../tinderbox/tinderbox-preclean-chroot.sh | 4 +- 68 files changed, 166 insertions(+), 127 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c674834..96c11e22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,44 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.288 2005/07/05 21:41:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.289 2005/07/05 21:53:41 wolf31o2 Exp $ + + 05 Jul 2005; Chris Gianelloni arch/alpha.py, + arch/amd64.py, arch/hppa.py, arch/ia64.py, arch/mips.py, arch/ppc.py, + arch/ppc64.py, arch/s390.py, arch/sparc.py, arch/sparc64.py, arch/x86.py, + catalyst, files/catalyst.conf, modules/builder.py, + modules/catalyst_support.py, modules/embedded_target.py, + modules/generic_stage_target.py, modules/generic_target.py, + modules/grp_target.py, modules/livecd_stage1_target.py, + modules/livecd_stage2_target.py, modules/netboot_target.py, + modules/snapshot_target.py, modules/stage1_target.py, + modules/stage2_target.py, modules/stage3_target.py, + modules/stage4_target.py, modules/tinderbox_target.py, + targets/embedded/embedded-chroot.sh, + targets/embedded/embedded-fs-runscript.sh, + targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh, + targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh, + targets/grp/grp-preclean-chroot.sh, + targets/livecd-stage1/livecd-stage1-chroot.sh, + targets/livecd-stage1/livecd-stage1-controller.sh, + targets/livecd-stage2/livecd-stage2-controller.sh, + targets/livecd-stage2/unmerge.sh, targets/netboot/netboot-chroot.sh, + targets/netboot/netboot-combine.sh, targets/netboot/netboot-controller.sh, + targets/netboot/netboot-image.sh, targets/stage1/build.py, + targets/stage1/stage1-chroot.sh, targets/stage1/stage1-controller.sh, + targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh, + targets/stage2/stage2-controller.sh, + targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh, + targets/stage3/stage3-controller.sh, + targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh, + targets/stage4/stage4-controller.sh, + targets/stage4/stage4-preclean-chroot.sh, targets/stage4/unmerge.sh, + targets/support/create-iso.sh, targets/support/functions.sh, + targets/support/kmerge.sh, targets/support/livecdfs-update.sh, + targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh, + targets/support/target_image_setup.sh, + targets/tinderbox/tinderbox-chroot.sh, + targets/tinderbox/tinderbox-controller.sh, + targets/tinderbox/tinderbox-preclean-chroot.sh: + Big honkin' copyright update. 05 Jul 2005; modules/catalyst_support.py, modules/generic_stage_target.py: diff --git a/arch/alpha.py b/arch/alpha.py index 8b047207..521aaa7c 100644 --- a/arch/alpha.py +++ b/arch/alpha.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.2 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/amd64.py b/arch/amd64.py index 90472ed5..e960760f 100644 --- a/arch/amd64.py +++ b/arch/amd64.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.3 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ import builder diff --git a/arch/hppa.py b/arch/hppa.py index 4ac5f05c..0b20fe1a 100644 --- a/arch/hppa.py +++ b/arch/hppa.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.4 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.5 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/ia64.py b/arch/ia64.py index e5eefeea..89b28b52 100644 --- a/arch/ia64.py +++ b/arch/ia64.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.4 2004/10/19 04:09:13 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.5 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/mips.py b/arch/mips.py index 7b3ddf1f..cccbad65 100644 --- a/arch/mips.py +++ b/arch/mips.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.3 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/ppc.py b/arch/ppc.py index 44a81fe2..b41bb5d9 100644 --- a/arch/ppc.py +++ b/arch/ppc.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.12 2005/01/03 21:09:09 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.13 2005/07/05 21:53:41 wolf31o2 Exp $ import os,builder from catalyst_support import * diff --git a/arch/ppc64.py b/arch/ppc64.py index 4222272c..bd944ba7 100644 --- a/arch/ppc64.py +++ b/arch/ppc64.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.2 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ import builder diff --git a/arch/s390.py b/arch/s390.py index eeb11cae..2e526f66 100644 --- a/arch/s390.py +++ b/arch/s390.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.2 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/sparc.py b/arch/sparc.py index 7973e6fb..aff44b9e 100644 --- a/arch/sparc.py +++ b/arch/sparc.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.5 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/sparc64.py b/arch/sparc64.py index 2b2e7fe9..590e35c4 100644 --- a/arch/sparc64.py +++ b/arch/sparc64.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.4 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.5 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/x86.py b/arch/x86.py index 883a493d..937a8636 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.14 2004/10/15 02:36:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.15 2005/07/05 21:53:41 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/catalyst b/catalyst index 10b82078..03097ac5 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.84 2005/06/22 18:51:44 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.85 2005/07/05 21:53:41 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar diff --git a/files/catalyst.conf b/files/catalyst.conf index 8ce6d212..eba537a1 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.10 2005/05/20 19:16:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.11 2005/07/05 21:53:41 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. diff --git a/modules/builder.py b/modules/builder.py index 395a82e6..cc9949e3 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.7 2004/10/15 02:27:58 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ class generic: def __init__(self,myspec): diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py index 770dd8a6..cde1a924 100644 --- a/modules/catalyst_support.py +++ b/modules/catalyst_support.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.48 2005/07/05 20:49:48 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.49 2005/07/05 21:53:41 wolf31o2 Exp $ import sys,string,os,types,re,signal,traceback,md5,time selinux_capable = False diff --git a/modules/embedded_target.py b/modules/embedded_target.py index d2038257..004c254b 100644 --- a/modules/embedded_target.py +++ b/modules/embedded_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.12 2005/04/22 18:33:06 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.13 2005/07/05 21:53:41 wolf31o2 Exp $ """ This class works like a 'stage3'. A stage2 tarball is unpacked, but instead diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 14720cc7..11e92d6d 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.48 2005/07/05 20:49:48 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.49 2005/07/05 21:53:41 wolf31o2 Exp $ """ This class does all of the chroot setup, copying of files, etc. It is diff --git a/modules/generic_target.py b/modules/generic_target.py index e5a04ce7..d3713460 100644 --- a/modules/generic_target.py +++ b/modules/generic_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ """ The toplevel class for generic_stage_target. This is about as generic as we get. diff --git a/modules/grp_target.py b/modules/grp_target.py index 7b08b696..ab8980a0 100644 --- a/modules/grp_target.py +++ b/modules/grp_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.10 2005/04/21 14:23:11 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.11 2005/07/05 21:53:41 wolf31o2 Exp $ """ The builder class for GRP (Gentoo Reference Platform) builds. diff --git a/modules/livecd_stage1_target.py b/modules/livecd_stage1_target.py index 2b93e865..12caec2b 100644 --- a/modules/livecd_stage1_target.py +++ b/modules/livecd_stage1_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.13 2005/06/23 15:42:50 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.14 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for LiveCD stage1. diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py index cec5beab..7ef14204 100644 --- a/modules/livecd_stage2_target.py +++ b/modules/livecd_stage2_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.44 2005/06/28 17:32:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.45 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for a LiveCD stage2 build. diff --git a/modules/netboot_target.py b/modules/netboot_target.py index b569c769..ff688fbd 100644 --- a/modules/netboot_target.py +++ b/modules/netboot_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.3 2005/04/21 14:23:11 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for a netboot build. diff --git a/modules/snapshot_target.py b/modules/snapshot_target.py index 806da494..a4f8a100 100644 --- a/modules/snapshot_target.py +++ b/modules/snapshot_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.10 2005/05/16 14:26:51 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.11 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for snapshots. diff --git a/modules/stage1_target.py b/modules/stage1_target.py index 95e36815..7636465a 100644 --- a/modules/stage1_target.py +++ b/modules/stage1_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.8 2005/04/07 23:02:20 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.9 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for a stage1 installation tarball build. diff --git a/modules/stage2_target.py b/modules/stage2_target.py index 4439816e..306ffbe0 100644 --- a/modules/stage2_target.py +++ b/modules/stage2_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for a stage2 installation tarball build. diff --git a/modules/stage3_target.py b/modules/stage3_target.py index 511a0b40..c951e57c 100644 --- a/modules/stage3_target.py +++ b/modules/stage3_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for a stage3 installation tarball build. diff --git a/modules/stage4_target.py b/modules/stage4_target.py index fe6b62a3..1f83d726 100644 --- a/modules/stage4_target.py +++ b/modules/stage4_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.7 2005/06/23 15:42:50 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ """ Builder class for LiveCD stage1. diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py index 426f9986..09a4f0c9 100644 --- a/modules/tinderbox_target.py +++ b/modules/tinderbox_target.py @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.9 2005/04/21 14:23:11 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.10 2005/07/05 21:53:41 wolf31o2 Exp $ """ builder class for the tinderbox target diff --git a/targets/embedded/embedded-chroot.sh b/targets/embedded/embedded-chroot.sh index ff8eb528..6dfb2836 100755 --- a/targets/embedded/embedded-chroot.sh +++ b/targets/embedded/embedded-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.15 2005/04/21 14:23:11 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.16 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/embedded/embedded-fs-runscript.sh b/targets/embedded/embedded-fs-runscript.sh index 26d13b74..2db728e5 100644 --- a/targets/embedded/embedded-fs-runscript.sh +++ b/targets/embedded/embedded-fs-runscript.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 die() { diff --git a/targets/embedded/embedded-preclean-chroot.sh b/targets/embedded/embedded-preclean-chroot.sh index de04db30..7bf4ec46 100755 --- a/targets/embedded/embedded-preclean-chroot.sh +++ b/targets/embedded/embedded-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.5 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/embedded/unmerge.sh b/targets/embedded/unmerge.sh index c9e0e2a0..21bc7d11 100644 --- a/targets/embedded/unmerge.sh +++ b/targets/embedded/unmerge.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.2 2004/10/15 02:46:58 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ ${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF ROOT=/tmp/mergeroot emerge -C $* || exit 1 diff --git a/targets/grp/grp-chroot.sh b/targets/grp/grp-chroot.sh index c9f5d0f8..7128debc 100755 --- a/targets/grp/grp-chroot.sh +++ b/targets/grp/grp-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.15 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.16 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/grp/grp-controller.sh b/targets/grp/grp-controller.sh index 4700390a..7b72edbe 100755 --- a/targets/grp/grp-controller.sh +++ b/targets/grp/grp-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.2 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh case $1 in diff --git a/targets/grp/grp-preclean-chroot.sh b/targets/grp/grp-preclean-chroot.sh index f55630df..3d21ba88 100755 --- a/targets/grp/grp-preclean-chroot.sh +++ b/targets/grp/grp-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.7 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh index 392e8a5d..08fd420d 100755 --- a/targets/livecd-stage1/livecd-stage1-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.17 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.18 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/livecd-stage1/livecd-stage1-controller.sh b/targets/livecd-stage1/livecd-stage1-controller.sh index b176a3cc..8486328b 100755 --- a/targets/livecd-stage1/livecd-stage1-controller.sh +++ b/targets/livecd-stage1/livecd-stage1-controller.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.7 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/livecd-stage2/livecd-stage2-controller.sh b/targets/livecd-stage2/livecd-stage2-controller.sh index 7973d409..04c23362 100755 --- a/targets/livecd-stage2/livecd-stage2-controller.sh +++ b/targets/livecd-stage2/livecd-stage2-controller.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.11 2005/06/09 17:42:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.12 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/livecd-stage2/unmerge.sh b/targets/livecd-stage2/unmerge.sh index c9d26075..e6712bd9 100644 --- a/targets/livecd-stage2/unmerge.sh +++ b/targets/livecd-stage2/unmerge.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/Attic/unmerge.sh,v 1.8 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/Attic/unmerge.sh,v 1.9 2005/07/05 21:53:41 wolf31o2 Exp $ ${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF EMERGE_WARNING_DELAY=0 emerge -C $* diff --git a/targets/netboot/netboot-chroot.sh b/targets/netboot/netboot-chroot.sh index 5ab595a9..8393aa44 100755 --- a/targets/netboot/netboot-chroot.sh +++ b/targets/netboot/netboot-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.1 2005/04/04 17:50:30 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.2 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/netboot/netboot-combine.sh b/targets/netboot/netboot-combine.sh index a417af58..b3f6c164 100644 --- a/targets/netboot/netboot-combine.sh +++ b/targets/netboot/netboot-combine.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.3 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/chroot-functions.sh . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh index 19b1987e..87efe279 100755 --- a/targets/netboot/netboot-controller.sh +++ b/targets/netboot/netboot-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.2 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/netboot/netboot-image.sh b/targets/netboot/netboot-image.sh index 4cf3d280..d1351ff2 100644 --- a/targets/netboot/netboot-image.sh +++ b/targets/netboot/netboot-image.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.5 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage1/build.py b/targets/stage1/build.py index 9bebfc25..1ec8e15a 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -1,7 +1,7 @@ #!/usr/bin/python -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.2 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ import portage,sys diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 2c64c810..2f50b936 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.33 2005/07/05 17:55:30 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.34 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index a0192775..4e6c0d68 100755 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.3 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.4 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage1/stage1-preclean-chroot.sh b/targets/stage1/stage1-preclean-chroot.sh index e89ec6e2..746586d0 100755 --- a/targets/stage1/stage1-preclean-chroot.sh +++ b/targets/stage1/stage1-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.6 2005/06/02 20:30:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.7 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh index 6c65308b..664cea84 100755 --- a/targets/stage2/stage2-chroot.sh +++ b/targets/stage2/stage2-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.12 2005/06/14 19:43:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.13 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage2/stage2-controller.sh b/targets/stage2/stage2-controller.sh index a714dafd..e7656042 100755 --- a/targets/stage2/stage2-controller.sh +++ b/targets/stage2/stage2-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.2 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage2/stage2-preclean-chroot.sh b/targets/stage2/stage2-preclean-chroot.sh index e06e625e..3cb669ee 100755 --- a/targets/stage2/stage2-preclean-chroot.sh +++ b/targets/stage2/stage2-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.5 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh index 7b8e0b3d..6f6823cc 100755 --- a/targets/stage3/stage3-chroot.sh +++ b/targets/stage3/stage3-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.19 2005/04/07 12:24:16 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.20 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh check_portage_version diff --git a/targets/stage3/stage3-controller.sh b/targets/stage3/stage3-controller.sh index e4689f7b..afb80dfb 100755 --- a/targets/stage3/stage3-controller.sh +++ b/targets/stage3/stage3-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.2 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage3/stage3-preclean-chroot.sh b/targets/stage3/stage3-preclean-chroot.sh index 63b962ae..9a34beb6 100755 --- a/targets/stage3/stage3-preclean-chroot.sh +++ b/targets/stage3/stage3-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.5 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/stage4/stage4-chroot.sh b/targets/stage4/stage4-chroot.sh index 2e920f0e..436126d9 100755 --- a/targets/stage4/stage4-chroot.sh +++ b/targets/stage4/stage4-chroot.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/stage4/stage4-controller.sh b/targets/stage4/stage4-controller.sh index 82608f79..1f8261a7 100755 --- a/targets/stage4/stage4-controller.sh +++ b/targets/stage4/stage4-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.6 2005/06/27 16:14:49 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.7 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage4/stage4-preclean-chroot.sh b/targets/stage4/stage4-preclean-chroot.sh index c1f0a6c1..7198068f 100755 --- a/targets/stage4/stage4-preclean-chroot.sh +++ b/targets/stage4/stage4-preclean-chroot.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/stage4/unmerge.sh b/targets/stage4/unmerge.sh index 6ed5722a..649d11e6 100644 --- a/targets/stage4/unmerge.sh +++ b/targets/stage4/unmerge.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/Attic/unmerge.sh,v 1.1 2005/04/11 20:05:40 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/Attic/unmerge.sh,v 1.2 2005/07/05 21:53:41 wolf31o2 Exp $ ${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF EMERGE_WARNING_DELAY=0 emerge -C $* diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 2ba42779..0f33ebad 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.7 2005/07/05 17:20:05 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh #. ${clst_sharedir}/targets/${clst_target}/${clst_mainarch}-archscript.sh diff --git a/targets/support/functions.sh b/targets/support/functions.sh index 98afe3f3..7bdc0ae5 100755 --- a/targets/support/functions.sh +++ b/targets/support/functions.sh @@ -1,4 +1,4 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 copy_to_chroot(){ local file_name=$(basename ${1}) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 24aeacfb..e4c07610 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 source /tmp/chroot-functions.sh diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 115173ae..0176409e 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.17 2005/06/23 19:11:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.18 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh index a89e13e5..89c0162e 100755 --- a/targets/support/post-kmerge.sh +++ b/targets/support/post-kmerge.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 /usr/sbin/env-update diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh index a11bae00..5dc84529 100755 --- a/targets/support/pre-kmerge.sh +++ b/targets/support/pre-kmerge.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/support/target_image_setup.sh b/targets/support/target_image_setup.sh index b10e5198..0e0d7011 100755 --- a/targets/support/target_image_setup.sh +++ b/targets/support/target_image_setup.sh @@ -1,4 +1,4 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/tinderbox/tinderbox-chroot.sh b/targets/tinderbox/tinderbox-chroot.sh index 8fec85a7..4d4b207a 100755 --- a/targets/tinderbox/tinderbox-chroot.sh +++ b/targets/tinderbox/tinderbox-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.11 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.12 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/tinderbox/tinderbox-controller.sh b/targets/tinderbox/tinderbox-controller.sh index b2118317..b83dccc6 100755 --- a/targets/tinderbox/tinderbox-controller.sh +++ b/targets/tinderbox/tinderbox-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.2 2005/04/27 17:44:58 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/tinderbox/tinderbox-preclean-chroot.sh b/targets/tinderbox/tinderbox-preclean-chroot.sh index af84b091..d147cbdf 100755 --- a/targets/tinderbox/tinderbox-preclean-chroot.sh +++ b/targets/tinderbox/tinderbox-preclean-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.5 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.6 2005/07/05 21:53:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings -- 2.26.2