catalyst.git
2013-12-15 Brian DolbecStrip trailing slash from subpath's if they exist when... rewrite-without-wtk
2013-12-15 Brian DolbecAdd my outgoing directory to ignore
2013-12-15 Brian DolbecFix livecd source and target paths not ending with...
2013-12-15 Brian Dolbecmain.py, lock.py, fileops.py remove shebangs
2013-12-15 W. Trevor Kingversion: Remove shebang (Python modules are not scripts)
2013-12-15 Brian DolbecStreamline data_files generation with additional keys
2013-12-15 W. Trevor KingMakefile: Set PYTHONPATH=. for make_target_table.py
2013-12-15 W. Trevor KingMakefiles: create files directory before populating it
2013-12-15 Brian DolbecAdd set_version command to setup.py.
2013-12-15 W. Trevor Kingsetup.py: Add disutils-based packaging
2013-12-15 Brian Dolbecfix '-' in stage names for python imports
2013-12-15 Brian DolbecMake testpath automagic via dwfeed's tweak
2013-12-15 Brian Dolbecupdate doc scripts for the new structure
2013-12-15 Brian Dolbectemp set shebang to python2 until py3 compatibilty...
2013-12-15 Brian DolbecRename local unpack var to _unpack
2013-12-15 Brian DolbecFix a long line.
2013-12-15 Brian DolbecRemove some dead code
2013-12-15 Brian DolbecFix some paths/normpath usage. Use pjoin to join paths.
2013-12-15 Brian DolbecCreate AutoResume class to handle all file creation...
2013-12-15 Brian DolbecRefactor ClearBase code to remove code duplication.
2013-12-15 Brian DolbecInitial creation of fileops.py
2013-12-15 Brian DolbecMigrate version to use snakeoil's format_version()...
2013-12-15 Brian DolbecMake the use of preserved_libs optional by setting...
2013-12-15 Raúl PorcelAdd support for m68k
2013-12-15 Brian Dolbecupdate version to identify the rewite-git code is being run
2013-12-15 Brian Dolbecfix indent.
2013-12-15 Brian DolbecFix broken seed stage update...
2013-12-15 Brian DolbecFix typo in error message, clean up useless tracebacks
2013-12-15 Brian Dolbecupdate gitignore
2013-12-15 Brian Dolbecmixed spaces/tabs and indent cleanup.
2013-12-15 Brian DolbecMigrate hardcoded /etc/portage paths
2013-12-15 Brian DolbecFix a bug that portage didn't get rebuilt with the...
2013-12-15 Brian DolbecAdd archdir to settings
2013-12-15 Brian DolbecCommit my testpath file with instructions to run the...
2013-12-15 Brian DolbecFIXME! Add a forced debug print statement in cmd()...
2013-12-15 Brian DolbecRemove trailing slash for consistency in variables
2013-12-15 Brian DolbecFix a relative path bug
2013-12-15 Brian DolbecAdd '--- 'to at the start of all echo messages to aid...
2013-12-15 Brian DolbecMake shdir a complete path to ease it's use.
2013-12-15 Brian DolbecExtend ParserBase to do variable substitution.
2013-12-15 Brian Dolbecreduce 2 operations into one simpler one
2013-12-15 Brian DolbecBreak out more repeated (path1 + path2)'s...
2013-12-15 Brian DolbecFIXME! Comment out a small code block causing TypeError.
2013-12-15 Brian DolbecRename all target .py files and classes without _target...
2013-12-15 Brian Dolbecchmod +x all sh scripts so they can run from the git...
2013-12-15 Brian DolbecUse normpath from support
2013-12-15 Brian DolbecFix mounts, mountmap hardcoding removal...
2013-12-15 Brian Dolbecfix options being reset by a config file
2013-12-15 Brian DolbecUpdate module loading for the new python structure...
2013-12-15 Brian DolbecMove base stage and target files to thier own sub-pkg
2013-12-15 Brian Dolbecremove redundant /bin/bash additions in cmd() calls
2013-12-15 Brian Dolbecsome spacing and comment and indent cleanup, etc.
2013-12-15 Brian DolbecBegin splitting up generic_stage_target into smaller...
2013-12-15 Brian DolbecMassive pyflakes import cleanup and broken CatalystErro...
2013-12-15 Brian DolbecMove LockInUse from support.py to lock.py, fix bad...
2013-12-15 Brian DolbecSome options cleanup, unifying their use, reducing...
2013-12-15 Brian DolbecMove confdefaults out of main.py
2013-12-15 Brian DolbecInitial creation of a defaults file and Split up support.py
2013-12-15 Brian DolbecFix undefined variable: RLIMIT_NOFILE
2013-12-15 Brian DolbecRemove unused variable new and an undefined variable s.
2013-12-15 Brian DolbecRemove unused urllib import.
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
next