aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* catalyst: Remove kill_support_pids()Matt Turner2020-10-301-26/+4
* catalyst: Run the build sequence in new mount namespaceMatt Turner2020-10-302-4/+5
* catalyst: Add and use namespace context managerMatt Turner2020-10-302-10/+39
* catalyst: Factor out run_sequence()Matt Turner2020-10-301-17/+23
* catalyst: Split action_sequence into prepare/build/finishMatt Turner2020-10-307-22/+48
* catalyst: Use .extend() and .append() for action_sequenceMatt Turner2020-10-306-15/+15
* catalyst: Move action_sequence out of self.settings[]Matt Turner2020-10-307-21/+22
* catalyst: Use libmount for handling mountsMatt Turner2020-10-301-22/+35
* catalyst: Rewrite ismount() to use libmountMatt Turner2020-10-301-7/+7
* catalyst: Replace pathcompare()Matt Turner2020-10-301-17/+7
* catalyst: Don't delete /usr/share/zoneinfo from stage1Matt Turner2020-10-221-1/+2
* catalyst: Explicitly keep /etc/resolv.conf in stage4Matt Turner2020-10-221-1/+5
* catalyst: Drop useless stage3 set_cleanables()Matt Turner2020-10-221-3/+0
* catalyst: Drop stray vim modelineMatt Turner2020-10-221-2/+0
* catalyst: Fix indentationMatt Turner2020-10-221-10/+10
* catalyst: Configure distcc_hosts in the config fileMatt Turner2020-10-202-1/+1
* catalyst: Set jobs/load-average via catalyst.confMatt Turner2020-10-202-7/+7
* targets: Remove post-kmergeMatt Turner2020-10-201-4/+0
* catalyst: Sanitize variable kernel name before giving it to bashMatt Turner2020-10-191-1/+1
* catalyst: Add and use sanitize_name() functionMatt Turner2020-10-192-5/+14
* catalyst: Fix obvious logic errorMatt Turner2020-10-191-3/+1
* catalyst: Drop outdated commentMatt Turner2020-10-191-5/+0
* catalyst: Use early return to unindent codeMatt Turner2020-10-191-252/+269
* catalyst: Fix spec file USE flag parsingFelix Bier2020-10-141-1/+2
* catalyst: Fix typoMatt Turner2020-10-081-1/+1
* stagebase: Run autopep8 to remove tabsMatt Turner2020-08-151-22/+27
* stagebase: Extend cleanup logic to more directoriesAndreas K. Hüttel2020-07-241-2/+8
* Add "interpreter" parameter for qemu-user build supportAndreas K. Hüttel2020-07-201-0/+28
* catalyst: Allow compression_mode in config fileDaniel Cordero2020-06-051-0/+1
* embedded: Allow a root_overlayDaniel Cordero2020-06-051-0/+1
* embedded: copy root overlay into destpathDaniel Cordero2020-06-051-1/+1
* embedded: use destpath to clean mergerootDaniel Cordero2020-06-051-2/+2
* stagebase: allow specfiles to define install_maskDaniel Cordero2020-06-051-0/+1
* embedded: remove dir_setup actionDaniel Cordero2020-06-051-2/+0
* catalyst: Drop ConfigParserMatt Turner2020-05-211-11/+0
* catalyst: Support emitting int/float envarsMatt Turner2020-05-191-0/+2
* catalyst: Only emit true boolean envarsMatt Turner2020-05-191-2/+0
* catalyst: Don't even try to make envars from dictsMatt Turner2020-05-191-20/+2
* catalyst: Verify config options against valid_config_file_valuesMatt Turner2020-05-191-2/+8
* catalyst: Convert catalyst.conf to TOMLMatt Turner2020-05-192-36/+15
* catalyst: Remove support for source_matching="loose"Matt Turner2020-05-193-7/+3
* catalyst: Disallow config file options in spec filesMatt Turner2020-05-191-2/+1
* catalyst: Add a missing options to valid_config_file_valuesMatt Turner2020-05-191-9/+11
* catalyst: Remove spec file options from valid_config_file_valuesMatt Turner2020-05-191-5/+0
* catalyst: Add decompressor_search_order as valid spec optionMatt Turner2020-05-191-0/+1
* catalyst: Disallow DEBUG and VERBOSE in spec filesMatt Turner2020-05-191-2/+0
* catalyst: Delete unused {required,valid}_build_targetsMatt Turner2020-05-191-19/+0
* catalyst: Remove unused decompression_mode spec optionMatt Turner2020-05-191-1/+0
* catalyst: Switch internal snapshot option parsing to SpecParserMatt Turner2020-05-191-3/+3
* catalyst: Remove PythonDir settingMatt Turner2020-05-192-4/+0