2013-12-15 |
Brian Dolbec | Strip trailing slash from subpath's if they exist when... rewrite-without-wtk |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Add my outgoing directory to ignore |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix livecd source and target paths not ending with... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | main.py, lock.py, fileops.py remove shebangs |
commit | commitdiff | tree | snapshot |
2013-12-15 |
W. Trevor King | version: Remove shebang (Python modules are not scripts) |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Streamline data_files generation with additional keys |
commit | commitdiff | tree | snapshot |
2013-12-15 |
W. Trevor King | Makefile: Set PYTHONPATH=. for make_target_table.py |
commit | commitdiff | tree | snapshot |
2013-12-15 |
W. Trevor King | Makefiles: create files directory before populating it |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Add set_version command to setup.py. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
W. Trevor King | setup.py: Add disutils-based packaging |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | fix '-' in stage names for python imports |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Make testpath automagic via dwfeed's tweak |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | update doc scripts for the new structure |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | temp set shebang to python2 until py3 compatibilty... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Rename local unpack var to _unpack |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix a long line. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Remove some dead code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix some paths/normpath usage. Use pjoin to join paths. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Create AutoResume class to handle all file creation... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Refactor ClearBase code to remove code duplication. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Initial creation of fileops.py |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Migrate version to use snakeoil's format_version()... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Make the use of preserved_libs optional by setting... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Raúl Porcel | Add support for m68k |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | update version to identify the rewite-git code is being run |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | fix indent. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix broken seed stage update... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix typo in error message, clean up useless tracebacks |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | update gitignore |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | mixed spaces/tabs and indent cleanup. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Migrate hardcoded /etc/portage paths |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix a bug that portage didn't get rebuilt with the... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Add archdir to settings |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Commit my testpath file with instructions to run the... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | FIXME! Add a forced debug print statement in cmd()... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Remove trailing slash for consistency in variables |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix a relative path bug |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Add '--- 'to at the start of all echo messages to aid... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Make shdir a complete path to ease it's use. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Extend ParserBase to do variable substitution. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | reduce 2 operations into one simpler one |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Break out more repeated (path1 + path2)'s... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | FIXME! Comment out a small code block causing TypeError. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Rename all target .py files and classes without _target... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | chmod +x all sh scripts so they can run from the git... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Use normpath from support |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix mounts, mountmap hardcoding removal... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | fix options being reset by a config file |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Update module loading for the new python structure... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Move base stage and target files to thier own sub-pkg |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | remove redundant /bin/bash additions in cmd() calls |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | some spacing and comment and indent cleanup, etc. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Begin splitting up generic_stage_target into smaller... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Massive pyflakes import cleanup and broken CatalystErro... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Move LockInUse from support.py to lock.py, fix bad... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Some options cleanup, unifying their use, reducing... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Move confdefaults out of main.py |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Initial creation of a defaults file and Split up support.py |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Fix undefined variable: RLIMIT_NOFILE |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Remove unused variable new and an undefined variable s. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Remove unused urllib import. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | rename files directory to etc to better reflect the... dolsen-rewrite-part-2 |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | rename the modules subpkg to targets, it better reflect... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | move catalyst_support, builder, catalyst_lock out of... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | Initial rearrangement of the python directories |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | catalst: improve usage() output formatting slightly |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'ccache' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'kerncache' instea... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'packagedir' inste... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'devpts' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'port_tmpdir'... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'distdir' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'dev' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'proc' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Don't use paths as... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | catalyst: Add 'packagedir' default instead of hard... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | catalyst: Add 'snapshot_name' default |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | catalyst: Add 'repo_name' default |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | catalyst: Split confdefaults into line-per-entry |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use a 'local_overlay... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'distdir' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'portdir' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/generic_stage_target.py: Use 'portdir' instead... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Brian Dolbec | modules/tinderbox_target.py: Use 'portdir' instead... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Matt Turner | catalyst 2.0.15 |
commit | commitdiff | tree | snapshot |
2013-10-26 |
W. Trevor King | livecdfs-update.sh: Use `bash --login` to spawn startx |
commit | commitdiff | tree | snapshot |
2013-10-26 |
W. Trevor King | livecd-bashrc: Avoid a startx race by restricting to... |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Matt Turner | Revert "livecdfs-update.sh: Escape ampersands in STARTX... |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dylan Baker | catalyst: Remove commented sections of code |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dylan Baker | catalyst: split combined import |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dylan Baker | catalyst: use a more pythonic method to import modules |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dylan Baker | catalyst: Specify python2 rather than the generic python |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Matt Turner | catalyst 2.0.14 |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Zac Medico | generic_stage_target: default {PORT,PKG,DIST}DIR |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Rick Farina... | stop tarballing firmware |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rick Farina... | kerncache improperly sets --nodeps |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Brian Dolbec | Fix incorrect type for livecd/modblacklist. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rick Farina... | correctly remove USE=build |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rick Farina... | Revert "kmerge.sh: Don't set USE=build for emerging... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Matt Turner | catalyst 2.0.13 |
commit | commitdiff | tree | snapshot |
next |