aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add set_version command to setup.py.Brian Dolbec2013-11-213-6/+83
* setup.py: Add disutils-based packagingW. Trevor King2013-11-214-1/+104
* fix '-' in stage names for python importsBrian Dolbec2013-11-211-3/+4
* Make testpath automagic via dwfeed's tweakBrian Dolbec2013-11-212-4/+10
* update doc scripts for the new structureBrian Dolbec2013-11-213-10/+14
* doc/catalyst-config.5.txt: Document linking issues with binary packagesW. Trevor King2013-11-211-1/+43
* doc/catalyst-config.5.txt: Add man page for catalyst.confW. Trevor King2013-11-214-1/+195
* livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changesW. Trevor King2013-11-211-0/+2
* livecdfs-update.sh: Set XSESSION in /etc/env.d/90xsessionW. Trevor King2013-11-211-2/+1
* livecdfs-update.sh: Fix '/etc/sshd' check for sshd_config tweaksW. Trevor King2013-11-211-1/+1
* examples: Add newlines to accidentally unwrapped comment linesW. Trevor King2013-11-217-20/+40
* Move bug-reporting and mailing list notes from TODO to READMEW. Trevor King2013-11-212-5/+9
* examples/README: Add a pointer to the releng Git repositoryW. Trevor King2013-11-211-0/+5
* temp set shebang to python2 until py3 compatibilty is doneBrian Dolbec2013-11-211-1/+1
* Rename local unpack var to _unpackBrian Dolbec2013-11-212-12/+12
* Fix a long line.Brian Dolbec2013-11-211-1/+2
* Remove some dead codeBrian Dolbec2013-11-211-2/+0
* Fix some paths/normpath usage. Use pjoin to join paths.Brian Dolbec2013-11-212-12/+11
* Create AutoResume class to handle all file creation, deletion...Brian Dolbec2013-11-217-109/+242
* Refactor ClearBase code to remove code duplication.Brian Dolbec2013-11-211-44/+29
* Initial creation of fileops.pyBrian Dolbec2013-11-219-55/+81
* Migrate version to use snakeoil's format_version() to append git commit info.Brian Dolbec2013-11-212-5/+30
* Make the use of preserved_libs optional by setting the options variable.Brian Dolbec2013-11-212-1/+2
* Add support for m68kRaúl Porcel2013-11-211-0/+21
* update version to identify the rewite-git code is being runBrian Dolbec2013-11-211-1/+1
* fix indent.Brian Dolbec2013-11-211-1/+1
* Fix broken seed stage update...Brian Dolbec2013-11-213-6/+13
* Fix typo in error message, clean up useless tracebacksBrian Dolbec2013-11-213-5/+2
* update gitignoreBrian Dolbec2013-11-211-0/+4
* mixed spaces/tabs and indent cleanup.Brian Dolbec2013-11-215-26/+25
* Migrate hardcoded /etc/portage pathsBrian Dolbec2013-11-218-51/+56
* Fix a bug that portage didn't get rebuilt with the build use flagBrian Dolbec2013-11-211-3/+4
* Add archdir to settingsBrian Dolbec2013-11-212-2/+4
* Commit my testpath file with instructions to run the git checkout code direct...Brian Dolbec2013-11-211-0/+18
* FIXME! Add a forced debug print statement in cmd() for better debug outputBrian Dolbec2013-11-211-2/+2
* Remove trailing slash for consistency in variablesBrian Dolbec2013-11-212-7/+7
* Fix a relative path bugBrian Dolbec2013-11-211-2/+2
* Add '--- 'to at the start of all echo messages to aid debuggingBrian Dolbec2013-11-211-6/+6
* Make shdir a complete path to ease it's use.Brian Dolbec2013-11-2119-90/+91
* Extend ParserBase to do variable substitution.Brian Dolbec2013-11-212-1/+8
* reduce 2 operations into one simpler oneBrian Dolbec2013-11-211-5/+1
* Break out more repeated (path1 + path2)'s...Brian Dolbec2013-11-212-22/+32
* FIXME! Comment out a small code block causing TypeError.Brian Dolbec2013-11-211-6/+17
* Rename all target .py files and classes without _target in them.Brian Dolbec2013-11-2111-11/+11
* chmod +x all sh scripts so they can run from the git checkoutBrian Dolbec2013-11-2149-0/+0
* Use normpath from supportBrian Dolbec2013-11-211-15/+6
* Fix mounts, mountmap hardcoding removal...Brian Dolbec2013-11-214-69/+118
* fix options being reset by a config fileBrian Dolbec2013-11-211-8/+11
* Update module loading for the new python structure, rename snapshot_target to...Brian Dolbec2013-11-2114-113/+24
* Move base stage and target files to thier own sub-pkgBrian Dolbec2013-11-2117-58/+58