catalyst.git
2013-06-06 W. Trevor Kingdoc/catalyst-config.5.txt: Add man page for catalyst...
2013-06-06 W. Trevor Kingdoc/HOWTO.txt: Explain how to run catalyst without...
2013-06-06 Brian Dolbectemp set shebang to python2 until py3 compatibilty...
2013-06-06 Brian DolbecRename local unpack var to _unpack
2013-06-06 Brian DolbecFix a long line.
2013-06-06 Brian DolbecRemove some dead code
2013-06-06 Brian DolbecFix some paths/normpath usage. Use pjoin to join paths.
2013-06-06 Brian DolbecCreate AutoResume class to handle all file creation...
2013-06-06 Brian DolbecRefactor ClearBase code to remove code duplication.
2013-06-06 Brian DolbecInitial creation of fileops.py
2013-06-06 Brian DolbecMigrate version to use snakeoil's format_version()...
2013-05-29 W. Trevor Kingkmerge.sh: Fix line wrapping typo from 9ceebbf
2013-05-29 W. Trevor Kingfiles/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)
2013-05-29 W. Trevor KingMakefile: Add DOCS for building files/HOWTO.html
2013-05-29 Jorge Manuel... Drop addpatches from the livecd-stage2 example spec...
2013-05-29 Jorge Manuel... Drop addpatches from the stage4 example spec.
2013-05-29 Brian DolbecMake the use of preserved_libs optional by setting...
2013-05-29 Raúl PorcelAdd support for m68k
2013-05-29 W. Trevor Kinglivecdfs-update.sh: Escape ampersands in STARTX sed...
2013-05-29 W. Trevor Kingdoc/HOWTO: First pass at a gentle Catalyst introduction
2013-05-29 Ben Kohlercreate-iso.sh: add usb boot via isohybrid
2013-05-29 Jorge Manuel... Fix bugs 407051 and 458536 by using FEATURES="preserve...
2013-05-29 Brian Dolbecupdate version to identify the rewite-git code is being run
2013-05-29 Brian Dolbecfix indent.
2013-05-29 Brian DolbecFix broken seed stage update...
2013-03-04 Brian DolbecFix typo in error message, clean up useless tracebacks
2013-03-04 Brian Dolbecupdate gitignore
2013-03-04 Brian Dolbecmixed spaces/tabs and indent cleanup.
2013-03-04 Brian DolbecMigrate hardcoded /etc/portage paths
2013-03-04 Brian DolbecFix a bug that portage didn't get rebuilt with the...
2013-03-04 Brian DolbecAdd archdir to settings
2013-03-04 Brian DolbecCommit my testpath file with instructions to run the...
2013-03-04 Brian DolbecFIXME! Add a forced debug print statement in cmd()...
2013-03-04 Brian DolbecRemove trailing slash for consistency in variables
2013-03-04 Brian DolbecFix a relative path bug
2013-03-02 Brian DolbecAdd '--- 'to at the start of all echo messages to aid...
2013-03-02 Brian DolbecMake shdir a complete path to ease it's use.
2013-03-02 Brian DolbecExtend ParserBase to do variable substitution.
2013-03-02 Brian Dolbecreduce 2 operations into one simpler one
2013-03-02 Brian Dolbecrename a make.conf key to make_conf due to bash variabl...
2013-03-01 Brian DolbecBreak out more repeated (path1 + path2)'s...
2013-03-01 Brian DolbecFIXME! Comment out a small code block causing TypeError.
2013-03-01 Brian DolbecRename all target .py files and classes without _target...
2013-03-01 Brian Dolbecchmod +x all sh scripts so they can run from the git...
2013-03-01 Brian DolbecUse normpath from support
2013-03-01 Brian DolbecFix mounts, mountmap hardcoding removal...
2013-02-28 Brian Dolbecfix options being reset by a config file
2013-02-28 Brian DolbecUpdate module loading for the new python structure...
2013-02-28 Brian DolbecMove base stage and target files to thier own sub-pkg
2013-02-28 Brian Dolbecremove redundant /bin/bash additions in cmd() calls
2013-02-28 Brian Dolbecsome spacing and comment and indent cleanup, etc.
2013-02-28 Brian DolbecBegin splitting up generic_stage_target into smaller...
2013-02-28 Brian DolbecMassive pyflakes import cleanup and broken CatalystErro...
2013-02-28 Brian DolbecMove LockInUse from support.py to lock.py, fix bad...
2013-02-28 Brian DolbecSome options cleanup, unifying their use, reducing...
2013-02-28 Brian DolbecMove confdefaults out of main.py
2013-02-28 Brian DolbecInitial creation of a defaults file and Split up support.py
2013-02-28 Brian DolbecFix undefined variable: RLIMIT_NOFILE
2013-02-28 Brian DolbecRemove unused variable new and an undefined variable s.
2013-02-28 Brian DolbecRemove unused urllib import.
2013-02-28 Brian Dolbecrename files directory to etc to better reflect the...
2013-02-28 Brian Dolbecrename the modules subpkg to targets, it better reflect...
2013-02-28 Brian Dolbecmove catalyst_support, builder, catalyst_lock out of...
2013-02-28 Brian Dolbecfix catalyst_support import to new location and specify...
2013-02-28 Brian Dolbecupdate the module loading paths for the new locations
2013-02-28 Brian Dolbecadd __init__.py's to modules and arch sub-pkgs
2013-02-28 Brian Dolbecnew minimal start script
2013-02-28 Brian DolbecInitial rearrangement of the python directories
2013-02-28 Brian Dolbeccleanup long lines, improve usage() output formatting...
2013-02-27 Brian DolbecRemove self.mounts and self.mountmap's use of paths...
2013-02-27 Brian DolbecAdd more configured defaults
2013-02-27 Brian DolbecWhitespace cleanup.
2013-02-23 W. Trevor Kingkmerge.sh: Make /var/tmp/${clst_kname}.config optional
2013-02-23 W. Trevor Kinggeneric_stage_target: Handle unspecified boot/kernel...
2013-02-23 W. Trevor Kinggeneric_stage_target: Split ._copy_initramfs_overlay...
2013-02-23 W. Trevor Kinggeneric_stage_target.py: Dedent the bulk of ._build_ker...
2013-02-23 W. Trevor Kinggeneric_stage_target: Split ._copy_kernel_config()...
2013-02-23 W. Trevor Kinggeneric_stage_target: Split ._build_kernel() out of...
2013-02-05 Guy MartinMake sure shutil.rmtree() isn't passed a symlink
2013-02-05 Guy MartinAdd hppa support for netboot 2 target
2013-01-31 Rick Farina... don't build packages during update_seed
2013-01-25 Rick Farina... make bindist optional
2013-01-25 Matt TurnerUse update_seed_command, as documented
2013-01-13 Matt TurnerUse 'in' instead of deprecated has_key()
2013-01-08 Rick Farina... bug fix wrt 443024, recent changes to use lbzip2 were...
2012-12-30 Matt Turnerppc: Remove -fno-strict-aliasing from CFLAGS
2012-12-07 Rick Farina... Do not "highly recommend" ccache
2012-12-07 Jorge Manuel... Fix broken syntax in previous commit.
2012-12-06 Jorge Manuel... Rework update_seed support.
2012-12-04 Rick Farina... catalyst 2.0.12.2 catalyst-2.0.12.2
2012-11-22 Jorge Manuel... Make sure we always append bindist use flag to all...
2012-11-22 Jorge Manuel... Clean-up the dirs we remove on stage1 target (stop...
2012-11-21 Matt TurnerDocument the update_seed option
2012-11-11 Matt TurnerUse update_seed's argument as an argument list to emerge
2012-11-02 Jorge Manuel... We need to specify the chroot_path to the chmod call.
2012-11-02 Jorge Manuel... Make sure the files we try to execute in the chroot...
2012-11-02 Rick Farina... re-apply "Revert "Use relative path.""
2012-11-02 Rick Farina... re-apply "Make sure we have ${destdir} on copy_to_chroo...
2012-11-02 Rick Farina... RE-Apply Mike's suggested patch to fix the setting...
2012-11-02 Rick Farina... more forcing of python2 for make dist
next