catalyst.git
2013-12-15 Brian Dolbecrename files directory to etc to better reflect the... dolsen-rewrite-part-2
2013-12-15 Brian Dolbecrename the modules subpkg to targets, it better reflect...
2013-12-15 Brian Dolbecmove catalyst_support, builder, catalyst_lock out of...
2013-12-15 Brian DolbecInitial rearrangement of the python directories
2013-12-15 Brian Dolbeccatalst: improve usage() output formatting slightly
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'ccache' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'kerncache' instea...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'packagedir' inste...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'devpts' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'port_tmpdir'...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'distdir' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'dev' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'proc' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Don't use paths as...
2013-12-15 Brian Dolbeccatalyst: Add 'packagedir' default instead of hard...
2013-12-15 Brian Dolbeccatalyst: Add 'snapshot_name' default
2013-12-15 Brian Dolbeccatalyst: Add 'repo_name' default
2013-12-15 Brian Dolbeccatalyst: Split confdefaults into line-per-entry
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use a 'local_overlay...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'distdir' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'portdir' instead...
2013-12-15 Brian Dolbecmodules/generic_stage_target.py: Use 'portdir' instead...
2013-12-15 Brian Dolbecmodules/tinderbox_target.py: Use 'portdir' instead...
2013-11-13 Matt Turnercatalyst 2.0.15
2013-10-26 W. Trevor Kinglivecdfs-update.sh: Use `bash --login` to spawn startx
2013-10-26 W. Trevor Kinglivecd-bashrc: Avoid a startx race by restricting to...
2013-10-26 Matt TurnerRevert "livecdfs-update.sh: Escape ampersands in STARTX...
2013-10-26 Dylan Bakercatalyst: Remove commented sections of code
2013-10-26 Dylan Bakercatalyst: split combined import
2013-10-26 Dylan Bakercatalyst: use a more pythonic method to import modules
2013-10-26 Dylan Bakercatalyst: Specify python2 rather than the generic python
2013-08-08 Matt Turnercatalyst 2.0.14
2013-08-08 Zac Medicogeneric_stage_target: default {PORT,PKG,DIST}DIR
2013-08-06 Rick Farina... stop tarballing firmware
2013-08-02 Rick Farina... kerncache improperly sets --nodeps
2013-08-02 Brian DolbecFix incorrect type for livecd/modblacklist.
2013-08-02 Rick Farina... correctly remove USE=build
2013-08-02 Rick Farina... Revert "kmerge.sh: Don't set USE=build for emerging...
2013-07-31 Matt Turnercatalyst 2.0.13
2013-07-30 Brian DolbecFix a py3 syntax error, use print()
2013-07-30 Matt Turnerkmerge.sh: Don't set USE=build for emerging kernels.
2013-07-25 Matt TurnerRemove ChangeLog.
2013-07-25 Matt Turnerchroot-functions: Give variables more appropriate names.
2013-07-25 Matt TurnerReplace 'system' with '@system' where applicable, to...
2013-05-28 Douglas FreedFixes a bug inadvertently caused by 6c0a577 where setti...
2013-05-27 Rick Farina... proper lbzip2 decompression of stages
2013-05-27 Rick Farina... Revert "use lbzip2 to unpack the stages"
2013-05-27 Rick Farina... use lbzip2 to unpack the stages
2013-04-24 Jorge Manuel... Drop addpatches from the livecd-stage2 example spec...
2013-04-24 Jorge Manuel... Drop addpatches from the stage4 example spec.
2013-04-15 Jorge Manuel... Fix broken "preserve_libs" commit - ";" is not ":".
2013-04-14 Jorge Manuel... Make the use of preserved_libs optional by setting...
2013-04-14 Jorge Manuel... Fix bugs 407051 and 458536 by using FEATURES="preserve...
2013-04-14 Jorge Manuel... Fix update_seed use by not using nor building binary...
2013-04-06 Raúl PorcelAdd support for m68k
2013-03-09 W. Trevor Kinglivecdfs-update.sh: Escape ampersands in STARTX sed...
2013-03-09 W. Trevor Kingdoc/HOWTO.txt: Explain how to run catalyst without...
2013-03-09 W. Trevor Kingfiles/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)
2013-03-09 W. Trevor KingMakefile: Add DOCS for building files/HOWTO.html
2013-03-09 W. Trevor Kingdoc/HOWTO: First pass at a gentle Catalyst introduction
2013-03-09 Brian DolbecWhitespace cleanup.
2013-03-06 Ben Kohlercreate-iso.sh: add usb boot via isohybrid
2013-03-01 W. Trevor Kingkmerge.sh: Fix line wrapping typo from 9ceebbf
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
2012-11-02 Rick Farina... catalyst 2.0.12.1 catalyst-2.0.12.1
2012-11-02 Rick Farina... Revert "Apply Mike's suggested patch to fix the setting...
2012-11-01 Rick Farina... Revert "Make sure we have ${destdir} on copy_to_chroot...
2012-11-01 Rick Farina... Revert "Use relative path."
2012-11-01 Rick Farina... prevent creating pointless "tmpfs" dir
2012-10-31 Rick Farina... fix make dist for python2
2012-10-31 Rick Farina... catalyst 2.0.12 catalyst-2.0.12
2012-10-31 Rick Farina... add more lbzip2 support
2012-10-29 Anthony G.... Do not break autopoint by cleaning out /usr/share/gette...
next