catalyst.git
14 years agoApply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo...
Raúl Porcel [Sat, 4 Sep 2010 17:26:15 +0000 (17:26 +0000)]
Apply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, gentoo bug #317423

14 years agoApply patch from armin76 for Gentoo bug #299498
Andrew Gaffney [Tue, 26 Jan 2010 03:18:43 +0000 (21:18 -0600)]
Apply patch from armin76 for Gentoo bug #299498

14 years agoActually pay attention to the 'delete' parameter for Gentoo bug #301769
Andrew Gaffney [Fri, 22 Jan 2010 13:31:22 +0000 (07:31 -0600)]
Actually pay attention to the 'delete' parameter for Gentoo bug #301769

14 years agoMissing space in catalyst.util.list_bashify()
Andrew Gaffney [Wed, 20 Jan 2010 02:34:57 +0000 (20:34 -0600)]
Missing space in catalyst.util.list_bashify()

14 years agoOnly run depclean for stage3/system
Andrew Gaffney [Tue, 29 Dec 2009 17:50:06 +0000 (11:50 -0600)]
Only run depclean for stage3/system

14 years agoRun depclean at the end of stage generation (for Gentoo bug #295132)
Andrew Gaffney [Mon, 28 Dec 2009 13:17:57 +0000 (07:17 -0600)]
Run depclean at the end of stage generation (for Gentoo bug #295132)

15 years agoAdd patch to start hald before xdm for Gentoo bug #280209
Andrew Gaffney [Sat, 26 Dec 2009 22:21:38 +0000 (16:21 -0600)]
Add patch to start hald before xdm for Gentoo bug #280209

15 years agoBe verbose about why we're not considering certain built targets
Andrew Gaffney [Sat, 19 Dec 2009 19:42:40 +0000 (13:42 -0600)]
Be verbose about why we're not considering certain built targets

15 years agoUse a regex to parse the built target filenames
Andrew Gaffney [Sat, 19 Dec 2009 18:51:00 +0000 (12:51 -0600)]
Use a regex to parse the built target filenames

15 years agofix my previous fix of a string.join() call
Andrew Gaffney [Sun, 29 Nov 2009 17:27:58 +0000 (11:27 -0600)]
fix my previous fix of a string.join() call

15 years agothe command is 'cp', not 'copy'
Andrew Gaffney [Sun, 29 Nov 2009 03:16:01 +0000 (21:16 -0600)]
the command is 'cp', not 'copy'

15 years agouse os.path.lexists() so it doesn't fail on broken symlinks
Andrew Gaffney [Sun, 29 Nov 2009 03:10:56 +0000 (21:10 -0600)]
use os.path.lexists() so it doesn't fail on broken symlinks

15 years agospecify opening for writing
Andrew Gaffney [Sun, 29 Nov 2009 02:54:30 +0000 (20:54 -0600)]
specify opening for writing

15 years agodon't use the same var name twice
Andrew Gaffney [Sun, 29 Nov 2009 02:54:11 +0000 (20:54 -0600)]
don't use the same var name twice

15 years agomissing modules
Andrew Gaffney [Sun, 29 Nov 2009 02:28:39 +0000 (20:28 -0600)]
missing modules

15 years agomove rsplit() call to assignment instead of return
Andrew Gaffney [Sun, 29 Nov 2009 00:22:45 +0000 (18:22 -0600)]
move rsplit() call to assignment instead of return

15 years agominor fixes to buildplan logic
Andrew Gaffney [Sun, 29 Nov 2009 00:22:03 +0000 (18:22 -0600)]
minor fixes to buildplan logic

15 years agoset 'target' properly
Andrew Gaffney [Sun, 29 Nov 2009 00:21:22 +0000 (18:21 -0600)]
set 'target' properly

15 years agocall run_init() before trying to lock
Andrew Gaffney [Sun, 29 Nov 2009 00:20:46 +0000 (18:20 -0600)]
call run_init() before trying to lock

15 years agoSplit up huge __init__() into startup and run-time init functions
Andrew Gaffney [Sun, 29 Nov 2009 00:05:47 +0000 (18:05 -0600)]
Split up huge __init__() into startup and run-time init functions

15 years agofix a few problems with the last commit
Andrew Gaffney [Sat, 28 Nov 2009 23:57:11 +0000 (17:57 -0600)]
fix a few problems with the last commit

15 years agoremove build_targets() from main script
Andrew Gaffney [Sat, 28 Nov 2009 23:56:58 +0000 (17:56 -0600)]
remove build_targets() from main script

15 years agoAdd initial target buildplan logic
Andrew Gaffney [Sat, 28 Nov 2009 23:48:24 +0000 (17:48 -0600)]
Add initial target buildplan logic

15 years agoadd get_target_name()
Andrew Gaffney [Sat, 28 Nov 2009 23:47:59 +0000 (17:47 -0600)]
add get_target_name()

15 years agoAdd initialization of values for catalyst.target.target in generic_target's __init__()
Andrew Gaffney [Sat, 28 Nov 2009 22:37:24 +0000 (16:37 -0600)]
Add initialization of values for catalyst.target.target in generic_target's __init__()

15 years agoSplit up built_target into target and built_target
Andrew Gaffney [Sat, 28 Nov 2009 22:32:41 +0000 (16:32 -0600)]
Split up built_target into target and built_target

15 years agoAdd initial built_target support
Andrew Gaffney [Sat, 28 Nov 2009 22:27:29 +0000 (16:27 -0600)]
Add initial built_target support

15 years agochange os.path.is_dir() to isdir()
Andrew Gaffney [Sat, 28 Nov 2009 18:44:49 +0000 (12:44 -0600)]
change os.path.is_dir() to isdir()

15 years agoRemove metadata_overlay option, since it doesn't make sense with >=portage-2.1.6
Andrew Gaffney [Sun, 20 Sep 2009 19:44:05 +0000 (14:44 -0500)]
Remove metadata_overlay option, since it doesn't make sense with >=portage-2.1.6

15 years agoAdd dependency information for each target
Andrew Gaffney [Sat, 19 Sep 2009 19:07:03 +0000 (14:07 -0500)]
Add dependency information for each target
Add function to automatically calculate source_subpath

15 years agofix typo in arm.py
Andrew Gaffney [Sat, 19 Sep 2009 19:06:05 +0000 (14:06 -0500)]
fix typo in arm.py

15 years agoFix typo for Gentoo bug #285484
Andrew Gaffney [Fri, 18 Sep 2009 19:22:16 +0000 (14:22 -0500)]
Fix typo for Gentoo bug #285484

15 years agoRewrite unpack_snapshot() to suck less
Andrew Gaffney [Mon, 14 Sep 2009 01:39:43 +0000 (20:39 -0500)]
Rewrite unpack_snapshot() to suck less

15 years agoRewrite unpack() so it doesn't suck
Andrew Gaffney [Mon, 14 Sep 2009 01:19:08 +0000 (20:19 -0500)]
Rewrite unpack() so it doesn't suck

15 years agoBeef up autoresume to record path metadata and check it later
Andrew Gaffney [Mon, 14 Sep 2009 01:18:35 +0000 (20:18 -0500)]
Beef up autoresume to record path metadata and check it later

15 years agoprune some dead code
Andrew Gaffney [Mon, 14 Sep 2009 00:33:49 +0000 (19:33 -0500)]
prune some dead code

15 years agoAdd --exclude /packages/ to the rsync line for the snapshot
Andrew Gaffney [Sun, 13 Sep 2009 22:16:42 +0000 (17:16 -0500)]
Add --exclude /packages/ to the rsync line for the snapshot

15 years agoCreate catalyst.util.move() helper and use it
Andrew Gaffney [Sun, 13 Sep 2009 20:21:23 +0000 (15:21 -0500)]
Create catalyst.util.move() helper and use it

15 years agoAdd catalyst.util.copy() helper function and use it
Andrew Gaffney [Sun, 13 Sep 2009 20:15:10 +0000 (15:15 -0500)]
Add catalyst.util.copy() helper function and use it

15 years agoCreate catalyst.util.mkdir() helper function and use it
Andrew Gaffney [Sun, 13 Sep 2009 20:01:57 +0000 (15:01 -0500)]
Create catalyst.util.mkdir() helper function and use it

15 years agoanother manual rsync call
Andrew Gaffney [Sun, 13 Sep 2009 19:54:03 +0000 (14:54 -0500)]
another manual rsync call

15 years agoCreate catalyst.util.create_tarball() helper function
Andrew Gaffney [Sun, 13 Sep 2009 19:51:58 +0000 (14:51 -0500)]
Create catalyst.util.create_tarball() helper function
Replace more manual calls to rsync with catalyst.util.rsync()
Replace manual calls to 'tar cjf' with catalyst.util.create_tarball()

15 years agoAdd catalyst.util.create_tarball() helper function and modify snapshot target to...
Andrew Gaffney [Sun, 13 Sep 2009 19:38:10 +0000 (14:38 -0500)]
Add catalyst.util.create_tarball() helper function and modify snapshot target to use it

15 years agoCreate catalyst.util.rsync() helper function
Andrew Gaffney [Sun, 13 Sep 2009 19:29:12 +0000 (14:29 -0500)]
Create catalyst.util.rsync() helper function

15 years agoModify code to use catalyst.util.remove_path() helper everywhere
Andrew Gaffney [Sun, 13 Sep 2009 18:44:43 +0000 (13:44 -0500)]
Modify code to use catalyst.util.remove_path() helper everywhere
Include globbing support in remove_path()
Create catalyst.util.create_symlink() helper and modify code to use it

15 years agoAdd catalyst.util.remove_dir() helper function
Andrew Gaffney [Sun, 13 Sep 2009 18:12:59 +0000 (13:12 -0500)]
Add catalyst.util.remove_dir() helper function

15 years agoremove nb-busybox.cf as it's no longer used
Andrew Gaffney [Sat, 12 Sep 2009 22:16:21 +0000 (17:16 -0500)]
remove nb-busybox.cf as it's no longer used

15 years agoRemove unnecessary os.path import
Andrew Gaffney [Sat, 12 Sep 2009 18:12:12 +0000 (13:12 -0500)]
Remove unnecessary os.path import

15 years agoReplace usage of types module and type() with isinstance()
Andrew Gaffney [Sat, 12 Sep 2009 18:07:36 +0000 (13:07 -0500)]
Replace usage of types module and type() with isinstance()

15 years agoCreate catalyst.util.empty_tree() helper function and use it all over
Andrew Gaffney [Sat, 12 Sep 2009 16:08:52 +0000 (11:08 -0500)]
Create catalyst.util.empty_tree() helper function and use it all over

15 years agoAdd ability to invalidate all further autoresume points
Andrew Gaffney [Sat, 12 Sep 2009 05:44:46 +0000 (00:44 -0500)]
Add ability to invalidate all further autoresume points

15 years agoRemove another unnecessary intermediary variable
Andrew Gaffney [Sat, 12 Sep 2009 05:20:00 +0000 (00:20 -0500)]
Remove another unnecessary intermediary variable

15 years agoAdd ability to specify default values for all specs and add rel_type=default to it
Andrew Gaffney [Sat, 12 Sep 2009 05:13:14 +0000 (00:13 -0500)]
Add ability to specify default values for all specs and add rel_type=default to it

15 years agoSet a default value for livecd/iso
Andrew Gaffney [Sat, 12 Sep 2009 04:56:15 +0000 (23:56 -0500)]
Set a default value for livecd/iso

15 years agoMove commandline parsing to function
Andrew Gaffney [Sat, 12 Sep 2009 04:29:02 +0000 (23:29 -0500)]
Move commandline parsing to function

15 years agoStick optional config file values in a tuple and concatenate with required values
Andrew Gaffney [Sat, 12 Sep 2009 04:11:12 +0000 (23:11 -0500)]
Stick optional config file values in a tuple and concatenate with required values

15 years agoApply patch from Gentoo bug #284585
Andrew Gaffney [Sat, 12 Sep 2009 02:32:43 +0000 (21:32 -0500)]
Apply patch from Gentoo bug #284585

15 years agoChange my email address to point to my current address rather than my now defunct...
Chris Gianelloni [Thu, 3 Sep 2009 23:11:42 +0000 (16:11 -0700)]
Change my email address to point to my current address rather than my now defunct Gentoo address.

15 years agoAdding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, TODO...
Chris Gianelloni [Thu, 3 Sep 2009 23:10:49 +0000 (16:10 -0700)]
Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, TODO, and catalyst.

15 years agoMerge branch 'master' into merge_tmp
Andrew Gaffney [Thu, 3 Sep 2009 01:51:44 +0000 (20:51 -0500)]
Merge branch 'master' into merge_tmp

15 years agoClean up a few extraneous spaces, line wrap a comment, and add Id.
Chris Gianelloni [Wed, 2 Sep 2009 15:35:15 +0000 (08:35 -0700)]
Clean up a few extraneous spaces, line wrap a comment, and add Id.

15 years agoAdding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and...
Chris Gianelloni [Wed, 2 Sep 2009 15:33:38 +0000 (08:33 -0700)]
Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and TODO.

15 years agoApply patch for module blacklisting from gentoo bug #282148
Andrew Gaffney [Sun, 23 Aug 2009 16:00:34 +0000 (11:00 -0500)]
Apply patch for module blacklisting from gentoo bug #282148

15 years agoApply patch for module blacklisting from gentoo bug #282148
Andrew Gaffney [Sun, 23 Aug 2009 15:58:36 +0000 (10:58 -0500)]
Apply patch for module blacklisting from gentoo bug #282148

15 years agoFix the header for the ChangeLog. Thanks, echangelog, for assuming I always want...
Chris Gianelloni [Tue, 7 Jul 2009 15:02:26 +0000 (08:02 -0700)]
Fix the header for the ChangeLog.  Thanks, echangelog, for assuming I always want to update the Gentoo Foundation copyright dates.

15 years agoVersion bumping to 2.0.6.905 for release.
Chris Gianelloni [Tue, 7 Jul 2009 14:59:34 +0000 (07:59 -0700)]
Version bumping to 2.0.6.905 for release.

15 years agoMy pedantic self could not help but capitalize Gentoo. Blame Andrew.
Chris Gianelloni [Tue, 7 Jul 2009 14:56:53 +0000 (07:56 -0700)]
My pedantic self could not help but capitalize Gentoo.  Blame Andrew.

15 years agoMerge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst
Robin H. Johnson [Mon, 29 Jun 2009 00:07:50 +0000 (17:07 -0700)]
Merge branch 'master' of git+ssh://git@linbsd.net/projs/catalyst

15 years agoMerge branch 'catalyst_3' of git+ssh://git@linbsd.net/projs/catalyst into catalyst_3
Robin H. Johnson [Mon, 29 Jun 2009 00:07:16 +0000 (17:07 -0700)]
Merge branch 'catalyst_3' of git+ssh://git@linbsd.net/projs/catalyst into catalyst_3

15 years agoAdd a bell as late as possible in every elilo.msg or boot.msg file, provides blind...
Robin H. Johnson [Mon, 29 Jun 2009 00:06:41 +0000 (17:06 -0700)]
Add a bell as late as possible in every elilo.msg or boot.msg file, provides blind users with a clue that input is needed.

15 years agoAdd a bell as late as possible in every elilo.msg or boot.msg file, provides blind...
Robin H. Johnson [Mon, 29 Jun 2009 00:06:41 +0000 (17:06 -0700)]
Add a bell as late as possible in every elilo.msg or boot.msg file, provides blind users with a clue that input is needed.

15 years agoApply patch to document espeakup support for gentoo bug #267708
Andrew Gaffney [Sun, 28 Jun 2009 23:56:49 +0000 (18:56 -0500)]
Apply patch to document espeakup support for gentoo bug #267708

15 years agoApply patch to document espeakup support for gentoo bug #267708
Andrew Gaffney [Sun, 28 Jun 2009 23:54:54 +0000 (18:54 -0500)]
Apply patch to document espeakup support for gentoo bug #267708

15 years agoNormalize spaces and tabs: modules/catalyst/spawn.py - def process_exit_code
Robin H. Johnson [Wed, 27 May 2009 15:58:12 +0000 (08:58 -0700)]
Normalize spaces and tabs: modules/catalyst/spawn.py - def process_exit_code

15 years agoNormalize spaces and tabs: modules/catalyst/spawn.py - def cleanup
Robin H. Johnson [Wed, 27 May 2009 15:47:32 +0000 (08:47 -0700)]
Normalize spaces and tabs: modules/catalyst/spawn.py - def cleanup

15 years agoNormalize spaces and tabs: modules/catalyst/spawn.py - spawn_bash.
Robin H. Johnson [Wed, 27 May 2009 15:45:34 +0000 (08:45 -0700)]
Normalize spaces and tabs: modules/catalyst/spawn.py - spawn_bash.

15 years agoNormalize spaces and tabs: modules/catalyst/util.py
Robin H. Johnson [Wed, 27 May 2009 15:44:21 +0000 (08:44 -0700)]
Normalize spaces and tabs: modules/catalyst/util.py

15 years agoNormalize spaces and tabs: modules/catalyst/target/tinderbox.py
Robin H. Johnson [Wed, 27 May 2009 15:43:28 +0000 (08:43 -0700)]
Normalize spaces and tabs: modules/catalyst/target/tinderbox.py

15 years agoNormalize spaces and tabs: modules/catalyst/target/netboot.py
Robin H. Johnson [Wed, 27 May 2009 15:43:00 +0000 (08:43 -0700)]
Normalize spaces and tabs: modules/catalyst/target/netboot.py

15 years agoNormalize spaces and tabs: modules/catalyst/target/grp.py
Robin H. Johnson [Wed, 27 May 2009 15:42:10 +0000 (08:42 -0700)]
Normalize spaces and tabs: modules/catalyst/target/grp.py

15 years agoPut the vim modeline in all source files to avoid any more tab/space mess.
Robin H. Johnson [Wed, 27 May 2009 15:40:54 +0000 (08:40 -0700)]
Put the vim modeline in all source files to avoid any more tab/space mess.

15 years agoThis bad vim modeline is one of the reasons that tabs and spaces are being mixed...
Robin H. Johnson [Wed, 27 May 2009 15:40:31 +0000 (08:40 -0700)]
This bad vim modeline is one of the reasons that tabs and spaces are being mixed. Switch expandtab to noexpandtab as the new official line leader for Catalyst is tabs.

15 years agofix changelog
Andrew Gaffney [Wed, 27 May 2009 14:47:26 +0000 (09:47 -0500)]
fix changelog

15 years agoimport catalyst_support for gentoo bug #271368
Andrew Gaffney [Wed, 27 May 2009 12:38:26 +0000 (07:38 -0500)]
import catalyst_support for gentoo bug #271368

15 years agoActually doing the commit, this time.
Chris Gianelloni [Sat, 25 Apr 2009 10:23:39 +0000 (03:23 -0700)]
Actually doing the commit, this time.

15 years agoRolling an official catalyst 2.0.6.904 version.
Chris Gianelloni [Fri, 24 Apr 2009 00:03:13 +0000 (17:03 -0700)]
Rolling an official catalyst 2.0.6.904 version.

15 years agoGet rid of addlargs in the main script
Andrew Gaffney [Tue, 7 Apr 2009 02:44:11 +0000 (21:44 -0500)]
Get rid of addlargs in the main script
Initial basics for multiple target support
Move targetmap into global config object

15 years agomore spacing cleanups
Andrew Gaffney [Tue, 7 Apr 2009 02:20:19 +0000 (21:20 -0500)]
more spacing cleanups

15 years agospacing cleanups
Andrew Gaffney [Tue, 7 Apr 2009 02:17:43 +0000 (21:17 -0500)]
spacing cleanups

15 years agoClean up cleanables
Andrew Gaffney [Tue, 7 Apr 2009 02:09:33 +0000 (21:09 -0500)]
Clean up cleanables

15 years agoNote in TODO where things have already been done
Andrew Gaffney [Sun, 5 Apr 2009 04:34:52 +0000 (23:34 -0500)]
Note in TODO where things have already been done

15 years agoExplicitly set target: in per-target spec values
Andrew Gaffney [Sat, 4 Apr 2009 22:32:03 +0000 (17:32 -0500)]
Explicitly set target: in per-target spec values

15 years agoApply additional patch from gentoo bug #255793 for arm subarches
Andrew Gaffney [Sat, 4 Apr 2009 22:16:20 +0000 (17:16 -0500)]
Apply additional patch from gentoo bug #255793 for arm subarches

15 years agoApply additional patch from gentoo bug #255793 for arm subarches
Andrew Gaffney [Sat, 4 Apr 2009 22:07:55 +0000 (17:07 -0500)]
Apply additional patch from gentoo bug #255793 for arm subarches

15 years agoApply patch from gentoo bug #264457 to prevent deleting of ccache cache
Andrew Gaffney [Sat, 4 Apr 2009 19:34:34 +0000 (14:34 -0500)]
Apply patch from gentoo bug #264457 to prevent deleting of ccache cache

15 years agoApply patch from gentoo bug #264457 to prevent deleting of ccache cache
Andrew Gaffney [Sat, 4 Apr 2009 19:34:01 +0000 (14:34 -0500)]
Apply patch from gentoo bug #264457 to prevent deleting of ccache cache

15 years agoAdditional sh patch from gentoo bug #255793
Andrew Gaffney [Tue, 24 Feb 2009 13:30:03 +0000 (07:30 -0600)]
Additional sh patch from gentoo bug #255793

15 years agoAdditional sh patch from gentoo bug #255793
Andrew Gaffney [Tue, 24 Feb 2009 13:26:35 +0000 (07:26 -0600)]
Additional sh patch from gentoo bug #255793

15 years agoApply modified patch from gentoo bug #255793 for enhanced sh/arm support
Andrew Gaffney [Sat, 21 Feb 2009 17:21:39 +0000 (11:21 -0600)]
Apply modified patch from gentoo bug #255793 for enhanced sh/arm support

15 years agoApply patch from gentoo bug #255793 for enhanced sh/arm support
Andrew Gaffney [Sat, 21 Feb 2009 17:06:57 +0000 (11:06 -0600)]
Apply patch from gentoo bug #255793 for enhanced sh/arm support