Commit Graph

7 Commits

Author SHA1 Message Date
634be6cea3 update-kernel-versions.sh: Print last modified timestamp for remote sha256sums.asc (#552) 2022-07-12 23:30:31 +02:00
f49e7922f1 update-kernel-versions.sh: Sync with kernel rc tags list (#540)
Prefer to take a list of kernels tags for rc branches from mainline git
2022-06-14 16:19:14 +02:00
543aa22206 update-kernel-versions.sh: Depends more on sha256sums.asc (#522)
Prefer to take a list of kernels tags for stables and longterm branches from sha256sums.asc instead git
2022-05-24 23:58:05 +02:00
fdf7475064 update-kernel-versions.sh: Utilize sha256sums.asc (#515)
Replace downloading original files to checking by GnuPG where possible
2022-05-18 14:04:01 +02:00
f88c247a88 Bug reports: create "logs" folder and populate it at each run (#500)
* Bug reports: create "logs" folder and populate it at each run

This makes it easier for people to open issues
as we will ask them to attach every file in the "logs" folder.

File have the .txt extension so they can easily be
drag & dropped into gihub issues

For Arch people: to obtain the shell-output.log, we will ask them to do it
by hand:

makepkg [args] | tee shell-output.log

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

* prepare: cleanup "logs" folder at each run

So some files, that usually get appended to, don't
grow to infinity.

This behavior needs to be changed if we decide to
keep more logs than the latest one.

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2022-04-29 18:29:36 +02:00
1e22a111a9 Fix version bump script: what a silly typo... (#477)
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2022-03-24 18:26:51 +01:00
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