aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
6 hours6.12.10-1 (clr 6.12.10-1535)JeremyStarTM
6 hoursPrefix methods with underscoresJeremyStarTM
6 hoursClarify maintainer noticeJeremyStarTM
6 hoursPKGBUILD: fix a small bug in subarch selection codeYaraslau Furman
- Check if there's an option starting with CONFIG_ - Add comment describing the numerical case a bit better
6 hoursPKGBUILD: rework subarch selection againYaraslau Furman
- switch to a switch-case statement to prettify things - Separate generic selection into its own condition - Make a hard-ish check for maximum supported subarch, add comments to make sure it gets updated in the future. - Generally comment the code better.
7 hoursSeparate deprecated settings and their warningsJeremyStarTM
7 hoursAdd optional verbose compilation output backJeremyStarTM
7 hoursPKGBUILD: silence build output, but print elapsed time and build speedYaraslau Furman
- We still don't want to see built targets, don't spam my terminal - Print elapsed time to show how long the build is taking - Print how many targets per second are built, to show the rough build speed.
7 hoursRevert "PKGBUILD: make the kernel build log less verbose"Yaraslau Furman
Will be replaced with a better version. This reverts commit 2e93191001c323b4062195277613c8ab25d9bb40.
9 hoursRevert 37f6746dbaed2a9793958af0213273af67ca0a5bJeremyStarTM
This commit reverts 37f6746dbaed2a9793958af0213273af67ca0a5b. The echo call is required otherwise the script will break. Added a comment informing about it.
9 hoursRemove comment, use variable directlyJeremyStarTM
28 hoursPKGBUILD: add a robust check for invalid subarch numbersYaraslau Furman
- Get rid of 'yes' invocation, it leads to infinite loops - Separate stderr and stdout - If stderr is not expty - print a warning and exit
8 daysPKGBUILD: untuck the way generic subarch is setYaraslau Furman
Previously a really convoluted two stage 'yes' invocation was used with that required weird formatting. Switch to using the good old configs enabling.
9 daysPKGBUILD: add back briefly used script flagsYaraslau Furman
Some users may have switched to the new flags when they got added, some may have not. We've reverted those updated flags in commit: 756a7d02ae63f9d2cf0371873b4a34418b37ac53 Add support for them back with a warning.
11 daysMerge branch ↵JeremyStarTM
'yarost12-YF-allow-using-extra-uarches-even-with-copied-config-v2' into develop
12 daysPKGBUILD: fix and simplify major kernel version check after Jeremy's ↵Yaraslau Furman
attempted fix Ree the double quote is meant to go after the equation sign!
12 daysPKGBUILD: allow passing the subarch value as the Kconfig nameYaraslau Furman
It'll be easier to maintain for the users instead of using fixed numbers. The doc was also updated.
12 daysPKGBUILD: V2: apply extra uarches patch even when defconfig is copiedYaraslau Furman
Otherwise MK8 or MCORE2 is selected which results in a misoptimization. Also ensure that Processor family choice menu is always brought up by breaking the config a little bit. Code formatting pass was applied, CRLF was replaced with LF
12 daysRevert "PKGBUILD: apply extra uarches patch even when defconfig is copied"Yaraslau Furman
This reverts commit 6da003f2206ad8849c19865df144777d52faa7ad.
12 daysPKGBUILD: make the kernel build log less verboseYaraslau Furman
We don't really need to see every single compiled file, just print the errors and warnings. vscode also formatted the entire file to remove trailing spaces.
12 daysIgnore pkg/ folderYaraslau Furman
12 daysDeprecate build toolJeremyStarTM
12 daysAdd yarost12 as co-maintainerJeremyStarTM
12 daysRevert non-optimal codeJeremyStarTM
This revert operation has been coordinated with the package's new co-maintainer yarost12. This commit reverts the following commits: 0bc05764dc72ad2bea692fd9cf5bf423e7e55249 a50b50bd58e8ab0fdf3a21f5c36ac97be6c69f07 166084968d056e9152394eadc2a15405726b9ac8 ff0209bf6e3d9e5b343ac617603dc5c6d8b15353 e8b74c03b188fcfe8d7c87a1c6e4b5a285db24ee 5f6ce75201a22ffae064c3ef5ae37c56864c8e24 10f612396a522d1c9da693365dfe48a29eae2ec5 This commit will revert the repository to it's state in commit 683ce48c96e6692331518d08a4db8df8b214919b (tag kernel6.12.6_clr6.12.4-1518_pkg1), with the following commits added: 8e623b5eb227c59ff442388b9bfb3d78d72fc3fa 9b161b90077cdb14b6aa13a7faee819407fa4591
2024-12-30Relicense to 0BSDJeremyStarTM
2024-12-23Add branches sectionJeremyStarTM
2024-12-23Fix compilation issueJeremyStarTM
See https://aur.archlinux.org/pkgbase/linux-clear#comment-1003116
2024-12-22Add another variableJeremyStarTM
2024-12-22Fix mentionJeremyStarTM
2024-12-22Update PKGBUILD configuration sectionJeremyStarTM
2024-12-22Add check for '_reuse_file'JeremyStarTM
2024-12-22Make logging work with newlines, add _error funcJeremyStarTM
2024-12-22Make a bunch of changesJeremyStarTM
This commit: - inlines some functions - adds PKGBUILD debugging support - renames of functions to avoid makepkg function collisions - renames of configuration variables - a smol logging facility - changes some if statements - fixes of some bugs - makes the code a bit smaller
2024-12-226.12.6-1 (clr 6.12.4-1518)JeremyStarTM
2024-12-12PKGBUILD: apply extra uarches patch even when defconfig is copiedYaraslau Furman
Otherwise some default value is set which will result in a misoptimization.
2024-12-116.12.4-1 (clr 6.12.4-1518)JeremyStarTM
2024-12-05Update upgrade scriptJeremyStarTM
2024-12-05Format 'GENERIC_CPU' mention as codeJeremyStarTM
2024-12-056.12.1-3 (clr 6.12.1-1493) add _subarch_microarch optionJeremyStarTM
2024-12-046.12.1-2 (clr 6.12.1-1493)JeremyStarTM
2024-12-04Add '_optimize_defconfig' envvar to READMEJeremyStarTM
2024-12-04Correct and add information to setting commentJeremyStarTM
2024-12-03Introduce a new flag to force reapply linux-clear defconfig modsYaraslau Furman
2024-12-02Allow modifying current defconfigYaraslau Furman
Allow copying the current config and modifying it by running: _use_current=y _makenconfig=y (or other config modifier).
2024-12-016.12.1-1 (clr 6.12.1-1493)JeremyStarTM
2024-11-236.11.10-1 (clr 6.11.6-1477)JeremyStarTM
2024-11-196.11.9-1 (clr 6.11.6-1477)JeremyStarTM
2024-11-19Fix various things shellcheck complained aboutJeremyStarTM
2024-11-19Add yarost12 as contributorJeremyStarTM
2024-11-19Add comments + rename create_defconfig methodJeremyStarTM