From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pve-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
	by lore.proxmox.com (Postfix) with ESMTPS id F03F01FF15C
	for <inbox@lore.proxmox.com>; Wed, 22 Jan 2025 16:13:31 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id 0E9452AF70;
	Wed, 22 Jan 2025 16:13:28 +0100 (CET)
Date: Wed, 22 Jan 2025 16:12:54 +0100
From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Thomas Lamprecht <t.lamprecht@proxmox.com>
Message-ID: <20250122161254.1d4eea3d@rosa.proxmox.com>
In-Reply-To: <34c742ac-3885-4a51-9436-e324f0a878d0@proxmox.com>
References: <20250120192712.1642091-1-s.ivanov@proxmox.com>
 <34c742ac-3885-4a51-9436-e324f0a878d0@proxmox.com>
X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu)
MIME-Version: 1.0
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.070 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 DMARC_MISSING             0.1 Missing DMARC policy
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: Re: [pve-devel] [PATCH pve-kernel] buildsys: add explicit
 DEB_VERSION variable in Makefile
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Cc: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: pve-devel-bounces@lists.proxmox.com
Sender: "pve-devel" <pve-devel-bounces@lists.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