Date: Thu, 7 Feb 2002 10:34:29 +0100 (CET) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Snapshot name when building a release Message-ID: <200202070934.g179YTjS060877@reims.mchp.siemens.de>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users
>Originator: Udo Schweigert
>Organization:
>Confidential: no
>Synopsis: Snapshot name when building a release
>Severity: non-critical
>Priority: low
>Category: conf
>Class: sw-bug
>Release: FreeBSD 4.5-STABLE i386
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-STABLE FreeBSD 4.5-STABLE #44: Tue Feb 5 19:05:02 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386
>Description:
When building a snapshot release for RELENG_4 one gets it named as e.g.
4.4-20020206-STABLE. But RELENG_4 is now in 4.5-...
>Fix:
--- src/release/Makefile.orig Mon Jan 28 13:16:42 2002
+++ src/release/Makefile Thu Feb 7 10:27:30 2002
@@ -23,7 +23,7 @@
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
-BASE = 4.4
+BASE = 4.5
BUILDNAME?=${BASE}-${DATE}-STABLE
#
#CHROOTDIR=/junk/release
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202070934.g179YTjS060877>
