public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
 messages from 2016-12-18 23:42:58 to 2020-10-21 00:24:30 UTC [more...]

[gentoo-catalyst] [PATCH 01/37] catalyst: Use early return to unindent code
 2020-10-21  0:23 UTC  (19+ messages)
` [gentoo-catalyst] [PATCH 02/37] catalyst: Drop outdated comment
` [gentoo-catalyst] [PATCH 03/37] catalyst: Fix obvious logic error
` [gentoo-catalyst] [PATCH 04/37] catalyst: Add and use sanitize_name() function
` [gentoo-catalyst] [PATCH 05/37] catalyst: Sanitize variable kernel name before giving it to bash
` [gentoo-catalyst] [PATCH 06/37] targets: Fix filtered_kname
` [gentoo-catalyst] [PATCH 07/37] targets: Consolidate evals using filtered_kname
` [gentoo-catalyst] [PATCH 08/37] targets: Remove filtered_kname
` [gentoo-catalyst] [PATCH 09/37] targets: Remove useless sleep 0
` [gentoo-catalyst] [PATCH 10/37] targets: Remove trivial build_kernel() function
` [gentoo-catalyst] [PATCH 11/37] targets: Remove some disabled debugging messages
` [gentoo-catalyst] [PATCH 12/37] targets: Remove some unnecessary exports
` [gentoo-catalyst] [PATCH 13/37] targets: Remove more clst_ prefixes
` [gentoo-catalyst] [PATCH 14/37] targets: Remove some comments whose meanings have been lost
` [gentoo-catalyst] [PATCH 15/37] targets: Use pkgcache for kernel sources
` [gentoo-catalyst] [PATCH 16/37] targets: Remove a bunch of stray newlines
` [gentoo-catalyst] [PATCH 17/37] targets: Delete some more dead code
` [gentoo-catalyst] [PATCH 18/37] targets: Remove bizarre make_destpath() call
` [gentoo-catalyst] [PATCH 19/37] targets: Remove unnecessary unset USE

[gentoo-catalyst] [PATCH 2/2] Move from PORTDIR_OVERLAY to repos.conf
 2020-10-18 15:15 UTC  (4+ messages)
  ` [Newsletter] "
` [gentoo-catalyst] "

[gentoo-catalyst] [PATCH 1/2] Ensure deep copying of config defaults
 2020-10-18 15:12 UTC  (2+ messages)
` [gentoo-catalyst] "

[gentoo-catalyst] [PATCH] Documentation: Make existing multi-overlay support more explicit
 2020-10-18 15:07 UTC  (2+ messages)
` [gentoo-catalyst] "

[gentoo-catalyst] [PATCH] Fix spec file USE flag parsing
 2020-10-14 17:50 UTC  (2+ messages)

[gentoo-catalyst] [PATCH] targets: Remove ancient locale-deleting code
 2020-10-03 12:02 UTC  (2+ messages)

[gentoo-catalyst] [PATCH] Allow "interpreter" parameter as space-separated list of files
 2020-09-04 20:23 UTC 

[gentoo-catalyst] [PATCH] stagebase: Extend cleanup logic to more directories
 2020-07-23 22:58 UTC 

[gentoo-catalyst] [PATCH 1/2] valid_config_file_values: allow compression_mode
 2020-05-31 12:44 UTC  (3+ messages)
` [gentoo-catalyst] [PATCH 2/2] Decompressor uses decompression options

[gentoo-catalyst] [PATCH 1/2] catalyst.git: Quote toml paths in custom catalyst.conf
 2020-05-29 10:05 UTC  (2+ messages)
` [gentoo-catalyst] [PATCH 2/2] Add shdir to valid config values

[gentoo-catalyst] [PATCH 1/5] embedded: remove actions that are broken by default
 2020-05-22  4:19 UTC  (14+ messages)
` [gentoo-catalyst] [PATCH 2/5] stagebase: allow specfiles to define install_mask
` [gentoo-catalyst] [PATCH 3/5] embedded/rm: use destpath to clean mergeroot
` [gentoo-catalyst] [PATCH 4/5] embedded/root_overlay: copy root overlay into destpath
` [gentoo-catalyst] [PATCH 5/5] Allow embedded target to unpack a root_overlay

[gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions
 2020-05-21  1:19 UTC  (24+ messages)
` [gentoo-catalyst] [PATCH 02/21] targets: Remove check_genkernel_version() function
` [gentoo-catalyst] [PATCH 03/21] catalyst: Drop --cli option
` [gentoo-catalyst] [PATCH 04/21] catalyst: Remove PythonDir setting
` [gentoo-catalyst] [PATCH 05/21] catalyst: Switch internal snapshot option parsing to SpecParser
` [gentoo-catalyst] [PATCH 06/21] catalyst: Remove unused decompression_mode spec option
` [gentoo-catalyst] [PATCH 07/21] catalyst: Delete unused {required,valid}_build_targets
` [gentoo-catalyst] [PATCH 08/21] catalyst: Disallow DEBUG and VERBOSE in spec files
` [gentoo-catalyst] [PATCH 09/21] catalyst: Add decompressor_search_order as valid spec option
` [gentoo-catalyst] [PATCH 10/21] catalyst: Remove spec file options from valid_config_file_values
` [gentoo-catalyst] [PATCH 11/21] catalyst: Add a missing options to valid_config_file_values
` [gentoo-catalyst] [PATCH 12/21] catalyst: Disallow config file options in spec files
` [gentoo-catalyst] [PATCH 13/21] catalyst: Remove support for source_matching="loose"
` [gentoo-catalyst] [PATCH 14/21] catalyst: Convert catalyst.conf to TOML
` [gentoo-catalyst] [PATCH 15/21] catalyst: Verify config options against valid_config_file_values
` [gentoo-catalyst] [PATCH 16/21] catalyst: Don't even try to make envars from dicts
` [gentoo-catalyst] [PATCH 17/21] catalyst: Only emit true boolean envars
` [gentoo-catalyst] [PATCH 18/21] catalyst: Support emitting int/float envars
` [gentoo-catalyst] [PATCH 19/21] catalyst: Set jobs/load-average via catalyst.conf
` [gentoo-catalyst] [PATCH 20/21] catalyst: Configure distcc_hosts in the config file
` [gentoo-catalyst] [PATCH 21/21] catalyst: Drop ConfigParser

[gentoo-catalyst] [PATCH] targets: Don't delete pyc/pyo files
 2020-05-20 22:59 UTC  (3+ messages)
` [gentoo-catalyst] "

[gentoo-catalyst] [PATCH] targets: Use GRUB for BIOS boot
 2020-05-20  5:17 UTC 

[gentoo-catalyst] [PATCH 1/9] targets: Remove clst_my* prefix
 2020-05-16 19:20 UTC  (13+ messages)
` [gentoo-catalyst] [PATCH 2/9] targets: Make features variable local
` [gentoo-catalyst] [PATCH 3/9] targets: Use arrays rather than string concatenation
` [gentoo-catalyst] [PATCH 4/9] targets: Drop duplicate FEATURES=-news
` [gentoo-catalyst] [PATCH 5/9] targets: Don't unnecessarily override emerge_opts
` [gentoo-catalyst] [PATCH 6/9] targets: Remove || exit 1 from run_merge invocations
` [gentoo-catalyst] [PATCH 7/9] targets: Decouple distfile fetching from binary packages
` [gentoo-catalyst] [PATCH 8/9] catalyst: Remove remnants of options="preserve_libs"
` [gentoo-catalyst] [PATCH 9/9] catalyst: Remove fbsplash support

[gentoo-catalyst] [PATCH 1/8] doc: Remove extra asterisk
 2020-05-16  1:51 UTC  (9+ messages)
` [gentoo-catalyst] [PATCH 2/8] doc: Drop pre-EAPI-5 text
` [gentoo-catalyst] [PATCH 3/8] doc: Merge SUPPORTED HASHES section into digests section
` [gentoo-catalyst] [PATCH 4/8] targets: Test for locale-gen
` [gentoo-catalyst] [PATCH 5/8] catalyst: Drop unnecessary clear_path()
` [gentoo-catalyst] [PATCH 6/8] catalyst: Add error checking to snapshot target
` [gentoo-catalyst] [PATCH 7/8] catalyst: Make parent directories of snapshots/
` [gentoo-catalyst] [PATCH 8/8] catalyst: Explain the git gc config options

[gentoo-catalyst] [PATCH 1/3] catalyst: Rename shmfs -> shm
 2020-05-16  1:48 UTC  (5+ messages)
` [gentoo-catalyst] [PATCH 2/3] catalyst: Factor out mount/source/target in bind()
` [gentoo-catalyst] [PATCH 3/3] catalyst: Mount squashfs with -o ro

[gentoo-catalyst] [PATCH] targets: Drop setup_pkgmgr()
 2020-05-16  1:43 UTC  (2+ messages)

[gentoo-catalyst] [PATCH 1/8] targets: Use gensquashfs instead of mksquashfs
 2020-05-03  0:25 UTC  (23+ messages)
` [gentoo-catalyst] [PATCH 2/8] targets: Drop most fstypes
` [gentoo-catalyst] [PATCH 3/8] targets: Inline filesystem-functions.sh
` [gentoo-catalyst] [PATCH 4/8] targets: Remove unused source filesystem-functions.sh
` [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function
` [gentoo-catalyst] [PATCH 6/8] targets: Inline functions with one caller
` [gentoo-catalyst] [PATCH 7/8] targets: Remove unused extract_kernel()
` [gentoo-catalyst] [PATCH 8/8] catalyst: Replace target_portdir with repo_basedir+repo_name

[gentoo-catalyst] [PATCH 1/5] targets: Drop SHA512 isoroot verification support
 2020-04-08 18:40 UTC  (8+ messages)
` [gentoo-catalyst] [PATCH 2/5] targets: Simplify isoroot_checksum()
` [gentoo-catalyst] [PATCH 3/5] targets: Move isoroot verify check into isoroot_checksum()
` [gentoo-catalyst] [PATCH 4/5] targets: Support isoroot checksum on more platforms
` [gentoo-catalyst] [PATCH 5/5] targets: Use GRUB for BIOS boot

[gentoo-catalyst] [PATCH 1/2] targets: Set LANG=C.UTF8
 2020-04-08  2:10 UTC  (5+ messages)
` [gentoo-catalyst] [PATCH 2/2] targets: Reduce locales to C.UTF8 in stage builds

[gentoo-catalyst] [PATCH] Add (stable) ZFS support to the installcd
 2019-11-17 17:00 UTC 

[gentoo-catalyst] [PATCH] New default PORTDIR, PKGDIR, and DISTDIR settings approved by council
 2019-05-03  3:17 UTC  (2+ messages)

[gentoo-catalyst] [PATCH] Fix typo in fileops.py:clear_dir
 2018-09-09 18:07 UTC 

[gentoo-catalyst] [PATCH] Preclean fails attempting to Unmerge distcc when already depcleaned
 2018-09-09 17:55 UTC 

[gentoo-catalyst] [PATCH] Fix mis-spelling of 'received' in chroot-functions.sh
 2018-09-09 17:35 UTC 

[gentoo-catalyst] Fwd: [PATCH] Add new 'clean_files' function to perform file cleanups for */rm stages
 2018-07-19  0:58 UTC 

[gentoo-catalyst] [PATCH] Remove-redundant-quiet-option-on-kernel-emerges
 2018-04-20 13:53 UTC 

[gentoo-catalyst] [PATCH]: catalyst-3.0: Wildcard in <target>/rm not working
 2018-03-07  6:24 UTC 

[gentoo-catalyst] RFC: [PATCH]: Test for presence of distcc before preclean to avoid failure
 2018-01-24  9:28 UTC  (3+ messages)

[gentoo-catalyst] [PATCH]: Add verbose support for genkernel and callback emerge
 2018-01-03 13:13 UTC 

[gentoo-catalyst] Patches for stagebase.py
 2017-12-29  0:48 UTC  (2+ messages)

[gentoo-catalyst] [PATCH 2/2] stagebase.py: add package.accept_keywords to cleanup list
 2017-12-28 20:34 UTC 

[gentoo-catalyst] Subject: [PATCH 1/2] stagebase.py: strip leading slash from /etc/portage in pjoin
 2017-12-28 20:33 UTC 

[gentoo-catalyst] Series of patches for x86_64 UEFI support in catalyst
 2017-10-06 19:41 UTC 

[gentoo-catalyst] Subject: [PATCH] weekly/portage/isos/package.mask/: clean up stale entries
 2017-10-06 19:12 UTC  (2+ messages)
` [gentoo-catalyst] "

[gentoo-catalyst] getting login prompt when generating an install-minimalcd
 2017-08-21 12:29 UTC 

[gentoo-catalyst] [PATCH 1/6] Concentrated some cp commands
 2017-04-13 16:45 UTC  (10+ messages)
` [gentoo-catalyst] [PATCH 2/6] updated gitignore with patches directory
` [gentoo-catalyst] [PATCH 3/6] Concentrated export&delete_from_root lines
` [gentoo-catalyst] [PATCH 4/6] Added some loops
` [gentoo-catalyst] [PATCH 5/6] ln,echo and cp commands concentration
` [gentoo-catalyst] [PATCH 6/6] changed mkdir line for kernels/misc

[gentoo-catalyst] [PATCH 0/7] Latest pending branch fixes
 2017-03-20  9:32 UTC  (10+ messages)
` [gentoo-catalyst] [PATCH 1/7] Move the signal handler into the StageBase class so it can handle unbind() cleanup
` [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths

[gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose
 2017-03-14 20:17 UTC  (2+ messages)

[gentoo-catalyst] [PATCH] catalyst: create namespaces for building
 2017-03-14 20:14 UTC  (2+ messages)

[gentoo-catalyst] [PATCH 7/7] doc/make_subarch_table_guidexml.py: Fix shebang
 2017-03-10 19:23 UTC 

[gentoo-catalyst] [PATCH 5/7] targets/snapshot.py: Update the code and log messages to use the configured repo_name
 2017-03-10 19:23 UTC 

[gentoo-catalyst] [PATCH 4/7] base/stagebase.py: Seperate out the writing of the make.conf file
 2017-03-10 19:23 UTC 

[gentoo-catalyst] [PATCH 3/7] base/stagebase.py: Correctly log the correct function name for unpack_snapshot()
 2017-03-10 19:23 UTC 

[gentoo-catalyst] [PATCH 2/7] base/stagebase.py: Rename unpack_portage resume point to unpack_repo
 2017-03-10 19:23 UTC 

[gentoo-catalyst] Replace sys-apps/sysvinit with sys-apps/systemd[sysv-utils] in installcd-stage1.spec or installcd-stage2-minimal.spec
 2017-01-02 21:12 UTC  (4+ messages)

[gentoo-catalyst] genkernel-next instead of genkernel?
 2016-12-19  5:23 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox