Date: Thu, 14 Jan 2021 11:59:25 -0300 From: Renato Botelho <garga@FreeBSD.org> To: Emmanuel Vadot <manu@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: aef769614f92 - main - pkgbase: differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases Message-ID: <41f18274-d3c7-409e-5e47-4722c024e994@FreeBSD.org> In-Reply-To: <202101141300.10ED0JiX032299@gitrepo.freebsd.org> References: <202101141300.10ED0JiX032299@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14/01/21 10:00, Emmanuel Vadot wrote: > The branch main has been updated by manu: > > URL: https://cgit.FreeBSD.org/src/commit/?id=aef769614f921660cb0262412426034cf5395ae5 > > commit aef769614f921660cb0262412426034cf5395ae5 > Author: Emmanuel Vadot <manu@FreeBSD.org> > AuthorDate: 2021-01-14 12:56:38 +0000 > Commit: Emmanuel Vadot <manu@FreeBSD.org> > CommitDate: 2021-01-14 13:00:04 +0000 > > pkgbase: differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases > > The current postfix conversions are: > > CURRENT / STABLE -> .sYYYYMMDDhhmmss > ALPHAx -> .ax, so 11.3-ALPHA1 becomes 11.3.a1 > BETAx -> .bx, so 12.1-BETA2 becomes 12.1.b2 > RCx -> .rcx, so 13.0-RC3 becomes 13.0.rc3 > PRERELEASE -> .p, so 11.3-PRERELEASE becomes 11.3.p > RELEASE -> (nothing), so 12.1-RELEASE becomes 12.1 Wouldn't it be necessary to add timestamp information on PRERELEASE as done on CURRENT/STABLE ? -- Renato Botelho
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41f18274-d3c7-409e-5e47-4722c024e994>