From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cc: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: Re: [pve-devel] [PATCH pve-kernel] buildsys: add explicit DEB_VERSION variable in Makefile
Date: Wed, 22 Jan 2025 16:12:54 +0100 [thread overview]
Message-ID: <20250122161254.1d4eea3d@rosa.proxmox.com> (raw)
In-Reply-To: <34c742ac-3885-4a51-9436-e324f0a878d0@proxmox.com>
On Wed, 22 Jan 2025 15:49:06 +0100
Thomas Lamprecht <t.lamprecht@proxmox.com> wrote:
> Am 20.01.25 um 20:27 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@proxmox.com>
> > ---
> > Makefile | 19 ++++++++++---------
> > README | 5 +++++
> > 2 files changed, 15 insertions(+), 9 deletions(-)
> >
> > diff --git a/Makefile b/Makefile
> > index d069d5ac3183..cbd47ccce02a 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -6,11 +6,12 @@ KERNEL_MIN=11
> > KERNEL_PATCHLEVEL=11
> > # increment KREL for every published package release!
> > # rebuild packages with new KREL and run 'make abiupdate'
> > -KREL=1
> > +KREL=2
>
> Any reason bumping this or is this just left-over from testing?
left-over from testing/not looking close enough while `git add -p` - will
resend without this as v2 - thanks for catching!
>
> looks OK otherwise.
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
prev parent reply other threads:[~2025-01-22 15:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 19:27 Stoiko Ivanov
2025-01-22 14:49 ` Thomas Lamprecht
2025-01-22 15:12 ` Stoiko Ivanov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250122161254.1d4eea3d@rosa.proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=t.lamprecht@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.