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