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 |
2012-11-02 |
Rick Farina... | RE-Apply Mike's suggested patch to fix the setting... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rick Farina... | more forcing of python2 for make dist |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rick Farina... | catalyst 2.0.12.1 catalyst-2.0.12.1 |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rick Farina... | Revert "Apply Mike's suggested patch to fix the setting... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rick Farina... | Revert "Make sure we have ${destdir} on copy_to_chroot... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rick Farina... | Revert "Use relative path." |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rick Farina... | prevent creating pointless "tmpfs" dir |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Rick Farina... | fix make dist for python2 |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Rick Farina... | catalyst 2.0.12 catalyst-2.0.12 |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Rick Farina... | add more lbzip2 support |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Anthony G.... | Do not break autopoint by cleaning out /usr/share/gette... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rick Farina... | keep logs outside of chroot |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Rick Farina... | initial support for /var/tmp/portage in tmpfs |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Rick Farina... | fix order of stage1 portage updates |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Rick Farina... | setup portage before updating seed_cache |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Rick Farina... | prevent cleaning .a files |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Matt Turner | Use lbzip2 for tar.bz2 |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Jorge Manuel... | Fix the breakage of /lib on amd64 caused by tar replaci... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Jorge Manuel... | The emerge option is newuse and not new. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Jorge Manuel... | Stop passing ${clst_root_path} and /tmp/stage1root... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Jorge Manuel... | Use relative path. |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Jorge Manuel... | Make sure we have ${destdir} on copy_to_chroot and... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Mike Frysinger | Apply Mike's suggested patch to fix the setting of... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Matt Turner | mips.py: Add loongson3a classes |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Matt Turner | Don't emerge ccache/distcc/icecream with --nodeps |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jorge Manuel... | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jorge Manuel... | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Jorge Manuel... | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jorge Manuel... | Whitespace. |
commit | commitdiff | tree | snapshot |
next |