Commit graph

14 commits

Author SHA1 Message Date
root
781718ef87 new file: scripts/clean.sh 2023-08-02 11:29:21 +08:00
root
041ba11120 add x86 cross 2023-08-01 21:58:54 +08:00
Fabian Mastenbroek
badadcba8c
Do not prepend 'v' before target Git tag
This change updates an issue with the update script that not the actual
tag was fetched, but that the character 'v' was prepended before the
target Git tag.
2021-05-02 14:38:44 +02:00
Fabian Mastenbroek
55fcab9f40
Fix update script for new build process
This change updates the update script to support the new build process.
2021-04-22 14:23:57 +02:00
Fabian Mastenbroek
ad3bde845f
Use Git bundle from Ubuntu Mainline for better performance
This change updates the build scripts to use the Linux stable repository
as submodule and use a Git bundle provided by Ubuntu mainline crack for
the Ubuntu specific changes.
2021-03-28 20:47:19 +02:00
Fabian Mastenbroek
a19eeb34f1
Infer version information automatically 2021-03-28 20:46:50 +02:00
Fabian Mastenbroek
032fd5e72c
Move submodules to root directory 2021-03-28 20:46:46 +02:00
Fabian Mastenbroek
6ead8d7e6f
Fix shebang in update scripts
This change fixes the typo in the shebang of the update scripts.
2021-03-15 20:37:34 +01:00
Fabian Mastenbroek
601b62139a
Return only latest version when checking releases 2021-02-24 10:53:13 +01:00
Fabian Mastenbroek
d8b33b61aa
Support Linux versions without patch versions in update 2021-02-18 13:51:07 +01:00
Fabian Mastenbroek
ed0d145cdc
Add workflow for weekly update checks
This change adds a workflow that will check weekly whether a new release
is available for the current actively maintained Linux stable branches.
2020-11-12 17:51:56 +01:00
Fabian Mastenbroek
cb53262e86
Fix support for release candidate version parsing 2020-09-18 13:07:34 +02:00
Fabian Mastenbroek
228a71465f
Add workflow for updating kernel branch
This change adds a Github Actions workflow for updating a kernel branch
and creating a pull request with the change.
2020-09-18 12:58:25 +02:00
Fabian Mastenbroek
c5d857229c
Add script for automatic updates
This change adds a script to automate the updating of the repository to
a new Linux kernel release.
2020-09-18 01:18:40 +02:00