Commit Graph

8 Commits

Author SHA1 Message Date
Adel Kara Slimane
59afa4083c use git for kernel sources & improved CI workflow (#591)
* prepare: auto-fetch latest versions + harmonize kernel version var

- Latest version is fetched from git: this prepares the road to
  moving to git cloning and fetching
- Introduce the $_kver variable that follows a three digit
  convention (e.g. '600', '519', '504') to enable comparing
  simply between kernel versions

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* All distros: use git to fetch/update kernel sources

- Force git cloning `linux-tkg` so the patches and config
  files are automatically checksummed
- Arch: remove all the sha256sums and source files and automatically
  populate them on script run.
- Move git cloning/fetching script to 'prepare' script file

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* accept customization.cfg vars as env vars

This makes CLI way easier by enabling e.g.
_version="5.19" makepkg or
_version="5.19" ./install.sh install

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* prepare: better handle git remotes

now there's a dictionary that gives the list of remotes

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* prepare: add default git remote if not set or not recognized

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* customization.cfg: allow specific kernel versions

e.g. "6.0-rc4" or "5.10.51"

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* ci: improved workflow

1. Check periodically for newer kernels with git
2. If a newer kernel exists, with respect to l
   latest Github release:
   1. Build for cfs, pds, bmq for Arch
   2. Make release

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2022-09-22 16:17:05 +02:00
Tk-Glitch
bef264e361 Add fancy buttons for donations 2022-07-21 14:52:14 +02:00
Tk-Glitch
b22baf111e CI: trigger on push and workflow_dispatch 2022-07-15 18:08:48 +02:00
Tk-Glitch
26bd0f1325 CI: Add PDS and BMQ current Arch packages 2022-07-14 19:29:38 +02:00
Tk-Glitch
345a79eee5 CI: CFS current Arch: let's not forget base-devel and sudo deps 2022-07-14 19:25:46 +02:00
Tk-Glitch
1ee19343f0 CI: Add CFS current Arch package 2022-07-14 19:23:38 +02:00
Etienne Juvigny
749d68a7e9 Update issue templates 2022-04-29 18:28:19 +02:00
Adel Kara Slimane
174091792e Implement Github workflow to automatically bump kernel versions (#432)
* Add script for automatically do the kernel version bumps

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* Add github workflow to automatically bump kernel versions

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* prepare: fix comment

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2022-02-12 23:18:21 +01:00