[pve-devel] applied: [PATCH pve-kernel v2] buildsys: add explicit DEB_VERSION variable in Makefile
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jan 23 09:11:43 CET 2025
Am 22.01.25 um 18:22 schrieb Stoiko Ivanov:
> Can be used to generate a package for testing a particular bugfix, or
> new version, which can be shared with a small audience, without
> reusing the current package version, or bumping to a version that
> looks like our released kernels[0].
>
> previously this could be accomplished by setting the PKGREL variable
> to the revision and temporary suffix. PKGREL got dropped in:
> de1853080134 ("bump version to 6.2.16-8")
> as each new version we release needs to have a ABI bump anyways (due
> to module signing).
>
> [0] e.g. new versions of submodules (ZFS), or packages shared in the
> temp-dir of our CDN nodes
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> v1->v2:
> * drop mistakenly added KREL increment - thx @Thomas for noticing.
> replaces:
> https://lore.proxmox.com/pve-devel/20250120192712.1642091-1-s.ivanov@proxmox.com/
>
> Makefile | 17 +++++++++--------
> README | 5 +++++
> 2 files changed, 14 insertions(+), 8 deletions(-)
>
>
applied to both the master branch and the bookworm-6.8 branch, thanks!
More information about the pve-devel
mailing list