aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* catalyst: Set jobs/load-average via catalyst.confMatt Turner2020-10-201-7/+5
* 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-191-5/+5
* 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
* 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
* 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
* 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: Convert catalyst.conf to TOMLMatt Turner2020-05-191-2/+2
* catalyst: Remove support for source_matching="loose"Matt Turner2020-05-191-3/+0
* catalyst: Add decompressor_search_order as valid spec optionMatt Turner2020-05-191-0/+1
* catalyst: Remove unused decompression_mode spec optionMatt Turner2020-05-191-1/+0
* catalyst: Mount squashfs with -o roMatt Turner2020-05-141-1/+3
* catalyst: Factor out mount/source/target in bind()Matt Turner2020-05-141-13/+10
* catalyst: Rename shmfs -> shmMatt Turner2020-05-141-2/+2
* catalyst: Make parent directories of snapshots/Matt Turner2020-05-141-1/+1
* catalyst: Drop unnecessary clear_path()Matt Turner2020-05-141-1/+0
* catalyst: Skip only var_tmpfs_portage mountEtienne Buira2020-05-061-1/+1
* catalyst: Remove never-used "crosscompile"Matt Turner2020-05-041-7/+1
* catalyst: Replace target_portdir with repo_basedir+repo_nameMatt Turner2020-05-031-3/+9
* targets: Drop most fstypesMatt Turner2020-05-031-2/+2
* catalyst: Access setarch data correctlyMatt Turner2020-04-301-1/+1
* catalyst: Only write out non-default paths to make.confMatt Turner2020-04-301-4/+7
* catalyst: Remove repo_basedir settingMatt Turner2020-04-301-5/+2
* catalyst: Rename 'portdir' -> 'target_portdir'Matt Turner2020-04-301-1/+1
* catalyst: Make and use squashfs snapshotsMatt Turner2020-04-302-72/+32
* catalyst: Clean up bind()Matt Turner2020-04-231-28/+34
* catalyst: Remove snapcache supportMatt Turner2020-04-231-82/+21
* catalyst: Fix Path() usageMatt Turner2020-04-221-4/+2
* catalyst: Simplify config_profile_link()Matt Turner2020-04-211-18/+13
* catalyst: Consolidate mount code into an OrderedDictMatt Turner2020-04-211-52/+42
* catalyst: Remove code to mount /proc in stage1rootMatt Turner2020-04-211-5/+0
* catalyst: Reformat some array definitionsMatt Turner2020-04-181-4/+13
* catalyst: Open CONTENTS file in text modeMatt Turner2020-04-181-1/+1
* catalyst: gzip the .CONTENTS fileMatt Turner2020-04-171-2/+3
* catalyst: Make conf_values['digests'] a setMatt Turner2020-04-171-1/+1
* catalyst: Simplify GenBaseMatt Turner2020-04-171-24/+12
* catalyst: Use hashlib instead of external toolsMatt Turner2020-04-172-8/+18
* catalyst: Remove the 'hash_function' config optionMatt Turner2020-04-171-2/+2
* catalyst: Remove 'contents' config optionMatt Turner2020-04-171-13/+8
* catalyst: Remove dead 'all' digests caseMatt Turner2020-04-171-8/+3