catalyst.git
2013-06-04 W. Trevor Kingcatalyst-spec.5.txt: Clarify "within the loop" (squashfs) rewrite
2013-06-04 W. Trevor KingMerge branch 'pkgcache-warning' into rewrite
2013-06-04 W. Trevor Kingdoc/catalyst-config.5.txt: Document linking issues...
2013-06-04 W. Trevor Kingdoc/catalyst-config.5.txt: Add man page for catalyst...
2013-06-04 W. Trevor Kingdoc/HOWTO.txt: Explain how to run catalyst without...
2013-06-04 W. Trevor KingMerge branch 'livecd-startx' into rewrite
2013-06-04 W. Trevor KingMerge branch 'xsession' into rewrite
2013-06-04 W. Trevor Kinglivecdfs-update.sh: Fix '/etc/sshd' check for sshd_conf...
2013-06-04 W. Trevor Kingexamples: Add newlines to accidentally unwrapped commen...
2013-06-04 W. Trevor Kinglivecdfs-update.sh: Run env-update to pick up any ...
2013-06-04 W. Trevor Kinglivecdfs-update.sh: Set XSESSION in /etc/env.d/90xsession
2013-06-04 W. Trevor Kinglivecdfs-update.sh: Use `bash --login` to spawn startx
2013-06-04 W. Trevor Kinglivecd-bashrc: Avoid a startx race by restricting to...
2013-06-04 W. Trevor KingMove bug-reporting and mailing list notes from TODO...
2013-06-04 W. Trevor Kingexamples/README: Add a pointer to the releng Git repository
2013-06-04 Brian Dolbectemp set shebang to python2 until py3 compatibilty...
2013-06-04 Brian DolbecRename local unpack var to _unpack
2013-06-04 Brian DolbecFix a long line.
2013-06-04 Brian DolbecRemove some dead code
2013-06-04 Brian DolbecFix some paths/normpath usage. Use pjoin to join paths.
2013-06-04 Brian DolbecCreate AutoResume class to handle all file creation...
2013-06-01 Brian DolbecRefactor ClearBase code to remove code duplication.
2013-06-01 Brian DolbecInitial creation of fileops.py
2013-05-31 Brian Dolbecfix version for newer snakeoil
2013-05-30 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
next