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-153-7/+6
* 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
* stagebase.py: Clean out some dead set_target_path() codeBrian Dolbec2015-12-151-9/+0
* targets/livecd-stage2.py: Remove the set_source_path()Brian Dolbec2015-12-041-13/+0
* main: take argv as an argumentMike Frysinger2015-11-231-2/+2
* stagebase.py: Fix the empty .../build/default/stage* directory creationBrian Dolbec2015-11-201-1/+1
* Debug autoextension detection not working for stage2Brian Dolbec2015-11-202-30/+8
* targets/livecd_stage2.py: Fix regression in path settingBrian Dolbec2015-11-121-1/+1
* genbase.py: Switch from codecs.open to io.openBrian Dolbec2015-11-091-3/+3
* lint: fix bad indents/trailing newlinesMike Frysinger2015-11-096-8/+1
* catalyst: Convert nearly all use of open() to use the with statement.Brian Dolbec2015-11-084-18/+16
* genbase.py: Fix py3 compatibilty issue for contents savingBrian Dolbec2015-11-081-28/+26
* support.py: Make file_check restrict it's short test to os.path.isfile()Brian Dolbec2015-11-081-1/+1
* stagebase.py: Clean up some long lines Brian Dolbec2015-10-311-5/+15
* stagebase.py: Refactor the *FLAGS handling code in chroot_setup()Brian Dolbec2015-10-311-29/+17
* config: tweak walking of settings for py3Mike Frysinger2015-10-281-1/+2
* main: extend the -c option to accept multiple filesMike Frysinger2015-10-282-37/+20
* lint: fix redefined-outer-name warningsMike Frysinger2015-10-281-0/+4
* lint: convert type/types to isinstanceMike Frysinger2015-10-286-52/+38
* hash_utils: decode output of popenMike Frysinger2015-10-281-1/+1
* stagebase: robustify portage_confdir setupMike Frysinger2015-10-281-2/+6
* use cp -a for portage_overlayRick Farina (Zero_Chaos)2015-10-271-1/+1
* hash_utils: fix bad keyword w/CatalystErrorMike Frysinger2015-10-111-1/+1
* genbase: use sorted() with dict keysMike Frysinger2015-10-111-4/+2
* log: make sure NOTICE is an intMike Frysinger2015-10-111-1/+1
* stagebase: disable undefined-variable lint warningMike Frysinger2015-10-111-1/+1
* convert octals to py3 compatMike Frysinger2015-10-116-14/+14
* lock: fix ensure_dirs callMike Frysinger2015-10-111-1/+2
* stagebase: seed initial make.conf w/LC_MESSAGES=CMike Frysinger2015-10-111-0/+7
* resume: convert to log moduleMike Frysinger2015-10-111-18/+4
* 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
* support: convert to log moduleMike Frysinger2015-10-101-17/+10
* clearbase: convert to log moduleMike Frysinger2015-10-101-10/+11
* stagebase: convert to log moduleMike Frysinger2015-10-103-152/+128
* 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
* lock: gut & replace with snakeoilMike Frysinger2015-10-101-452/+15
* stagebase: simplify lock calls a bitMike Frysinger2015-10-101-6/+4
* config: convert to log moduleMike Frysinger2015-10-091-1/+3
* snapshot: convert to log moduleMike Frysinger2015-10-091-8/+9
* fileops: convert to log moduleMike Frysinger2015-10-091-10/+12
* hash_utils: convert to log moduleMike Frysinger2015-10-094-25/+14
* contents: punt unused moduleMike Frysinger2015-10-091-87/+0
* util: drop unused moduleMike Frysinger2015-10-092-15/+0