GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/eclean-kernel.git
master
Installed kernel cleanup tool
Michał Górny <mgorny@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to 2.99.10
HEAD
v2.99.10
master
Michał Górny
2024-11-11
1
-1
/
+1
*
file: Fix zstandard decompress invocation
Haochen Tong
2024-11-11
1
-2
/
+2
*
Bump to 2.99.9
v2.99.9
Michał Górny
2024-10-27
1
-2
/
+2
*
bootloader: consider GRUB_CFG as location for grub config
Andrew Ammerlaan
2024-10-27
3
-3
/
+13
*
layout/blspec.py: consider bls named after ID from os-release
Andrew Ammerlaan
2024-10-27
1
-6
/
+6
*
tox: Add py313
Michał Górny
2024-10-27
1
-1
/
+1
*
test: Add a test for EFI zboot images
Haochen Tong
2024-10-27
1
-0
/
+24
*
file: Support reading EFI zboot images
Haochen Tong
2024-10-27
1
-1
/
+11
*
file: Allow limiting read size in KernelImage.decompress_raw
Haochen Tong
2024-10-27
1
-12
/
+12
*
Use more considerate language in "no kernels" error
Michał Górny
2024-08-14
1
-1
/
+2
*
Include COPYING in sdist
Michał Górny
2024-07-15
1
-0
/
+1
*
github: Update Python versions
Michał Górny
2024-05-08
1
-2
/
+2
*
Relicense as GPL-2.0+
Michał Górny
2024-05-08
24
-69
/
+363
*
tox: Remove py38
Michał Górny
2024-05-08
1
-1
/
+1
*
tox.ini: move mypy to main testenv
Andrew Ammerlaan
2024-05-08
1
-2
/
+3
*
*{blspec.py,std.py}: update copyright headers
Andrew Ammerlaan
2024-05-08
4
-0
/
+4
*
ecleankernel/layout: do not hardcode os id/name
Andrew Ammerlaan
2024-05-08
5
-32
/
+48
*
test: add rEFInd icon files to tests for std and bls
Andrew Ammerlaan
2024-05-08
2
-0
/
+15
*
ecleankernel/layout: clean-up rEFInd icon files
Andrew Ammerlaan
2024-05-08
2
-5
/
+17
*
blspec.py: clean-up type 2 (uki) also if no type 1 directory present
Andrew Ammerlaan
2024-05-08
1
-2
/
+5
*
test/test_layout_std.py: add tests for efistub
Andrew Ammerlaan
2024-04-23
1
-5
/
+75
*
also find std kernels on ESP/EFI/Gentoo
Andrew Ammerlaan
2024-04-23
1
-47
/
+57
*
Bump to 2.99.7
v2.99.7
Michał Górny
2023-12-05
1
-1
/
+1
*
Parse UKIs produced by `ukify`
David Seifert
2023-12-05
2
-8
/
+48
*
Fix pyflakes error
Michał Górny
2023-12-04
1
-1
/
+1
*
layout/blspec.py: also clean-up UKI's with 'gentoo' prefix
Andrew Ammerlaan
2023-12-04
1
-5
/
+9
*
tox: Add an upload env
Michał Górny
2023-08-21
1
-0
/
+9
*
Bump to 2.99.6
v2.99.6
Michał Górny
2023-08-21
1
-1
/
+1
*
process: Handle missing files in the new logic more reliably
Michał Górny
2023-08-21
2
-5
/
+10
*
Use samefile() when checking bootloader kernel paths
Boris Staletic
2023-08-21
2
-23
/
+34
*
Bump to 2.99.5
v2.99.5
Michał Górny
2023-07-12
1
-1
/
+1
*
tox: Add py312
Michał Górny
2023-07-12
1
-1
/
+1
*
blspec: version 1.2.5 in both test layouts
Andrew Ammerlaan
2023-07-12
1
-10
/
+63
*
blspec: support same kernel version in both layouts
Andrew Ammerlaan
2023-07-12
1
-9
/
+19
*
kernel: add layout attribute
Andrew Ammerlaan
2023-07-12
4
-14
/
+19
*
blspec: add some ukis to the test spec
Andrew Ammerlaan
2023-07-12
1
-81
/
+170
*
blspec: support the type 2 unified kernel image layout
Andrew Ammerlaan
2023-07-12
1
-0
/
+26
*
blspec: move appending of kernel files into its own function
Andrew Ammerlaan
2023-07-12
1
-18
/
+33
*
blspec: find /boot/loader instead of /boot/entry_token
Andrew Ammerlaan
2023-07-12
2
-32
/
+36
*
.github: Also disable pypy-3.8
Michał Górny
2023-03-21
1
-1
/
+1
*
.github: Remove 3.8 from test matrix
Michał Górny
2023-03-21
1
-2
/
+2
*
Bump to 2.99.4
v2.99.4
Michał Górny
2023-03-21
1
-1
/
+1
*
tox: Disable coverage testing
Michał Górny
2023-03-21
1
-12
/
+1
*
Convert to flit_core
Michał Górny
2023-03-21
6
-52
/
+58
*
file: Support reading EFI stub images
Michał Górny
2023-03-21
2
-2
/
+87
*
file: Use auto-rewinding decorator
Michał Górny
2023-03-21
1
-11
/
+24
*
file: Refactor kernel reading to use a loop over methods
Michał Górny
2023-03-20
1
-4
/
+7
*
file: Use relative seeks when reading the kernel file
Michał Górny
2023-03-20
1
-3
/
+3
*
cli: Add --read-kernel-version action
Michał Górny
2023-03-20
1
-0
/
+10
*
.github: Add FUNDING
Michał Górny
2023-03-20
1
-0
/
+2
[next]
magic