aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* targets/stage4.py: Cleanup line continuations and spacingBrian Dolbec2015-12-151-10/+10
* Split the stagebase's set_action_sequence()Brian Dolbec2015-12-152-7/+3
* targets/livecd_stage1.py: Remove the duplicated set_target_path()Brian Dolbec2015-12-151-13/+0
* targets/livecd_stage2.py: Remove the duplicated set_target_path()Brian Dolbec2015-12-151-13/+0
* targets/grp.py: Remove the duped set_target_path()Brian Dolbec2015-12-151-14/+0
* targets/livecd-stage2.py: Remove the set_source_path()Brian Dolbec2015-12-041-13/+0
* Debug autoextension detection not working for stage2Brian Dolbec2015-11-201-21/+0
* targets/livecd_stage2.py: Fix regression in path settingBrian Dolbec2015-11-121-1/+1
* lint: fix bad indents/trailing newlinesMike Frysinger2015-11-091-1/+0
* catalyst: Convert nearly all use of open() to use the with statement.Brian Dolbec2015-11-081-9/+10
* lint: convert type/types to isinstanceMike Frysinger2015-10-284-17/+13
* convert octals to py3 compatMike Frysinger2015-10-112-2/+2
* embedded/grp: convert to log moduleMike Frysinger2015-10-112-8/+7
* netboot: convert to log moduleMike Frysinger2015-10-112-12/+13
* livecd_stage: convert to log moduleMike Frysinger2015-10-112-3/+4
* stage3: convert to log moduleMike Frysinger2015-10-101-4/+5
* stage2: convert to log moduleMike Frysinger2015-10-101-7/+10
* stage1: convert to log moduleMike Frysinger2015-10-101-22/+16
* snapshot: convert to log moduleMike Frysinger2015-10-091-8/+9
* hash_utils: convert to log moduleMike Frysinger2015-10-091-2/+1
* support: punt pointless list_to_string helperMike Frysinger2015-10-082-10/+10
* snapshot: do not preserve owner/groupMike Frysinger2015-10-081-1/+1
* stage2: fix minor typoMike Frysinger2015-10-071-1/+1
* lint: use comments for comments, not inline docstringsMike Frysinger2015-10-061-5/+3
* targets: fix bad set_build_kernel_vars callMike Frysinger2015-10-063-3/+0
* lint: convert funcs to @staticmethod where it makes senseMike Frysinger2015-10-061-1/+2
* lint: fix bad indentationMike Frysinger2015-10-064-10/+10
* lint: fix mixed indentation to only use tabsMike Frysinger2015-10-061-4/+4
* lint: fix up unused variablesMike Frysinger2015-10-061-2/+3
* lint: clean up unused importsMike Frysinger2015-10-054-8/+4
* lint: drop use of deprecated string moduleMike Frysinger2015-10-051-2/+1
* add isoroot checksum support to generate checksums for genkernel to verifyRick Farina (Zero_Chaos)2015-09-231-1/+1
* remove duplicated unpack from livecd-stage2Rick Farina (Zero_Chaos)2015-09-151-48/+0
* snapshot.py: Update the run() to return True/False same as stagebaseBrian Dolbec2015-09-091-2/+6
* Fix a couple print() uses back to print statements for consistencyBrian Dolbec2015-09-061-2/+2
* DeComp bug fixesBrian Dolbec2015-09-061-9/+25
* Apply new compress code, normalize pathsBrian Dolbec2015-09-066-14/+14
* Migrate hardcoded /etc/portage pathsBrian Dolbec2015-08-291-1/+1
* Strip trailing slash from subpath's if they exist when creating filenames.Brian Dolbec2015-02-262-3/+3
* Fix livecd source and target paths not ending with a slashBrian Dolbec2015-02-262-3/+2
* Rename local unpack var to _unpackBrian Dolbec2015-02-261-3/+3
* Fix a long line.Brian Dolbec2015-02-261-1/+2
* Remove some dead codeBrian Dolbec2015-02-261-2/+0
* Fix some paths/normpath usageBrian Dolbec2015-02-261-1/+1
* Create AutoResume class to handle all file creation, deletion...Brian Dolbec2014-12-314-22/+19
* Initial creation of fileops.pyBrian Dolbec2014-12-316-29/+19
* fix indent.Brian Dolbec2014-12-311-1/+1
* Mixed spaces/tabs and indent cleanup.Brian Dolbec2014-12-315-25/+24
* Pyflakes import cleanup and broken CatalystError calls.Brian Dolbec2014-12-316-17/+32
* [3 of 3] Rename all target .py files and classes without _target in them.Brian Dolbec2014-12-3111-11/+11