Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2008 15:54:07 GMT
From:      gavin@FreeBSD.org
To:        dyeske@yahoo.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: conf/39505: [patch] automate BUILDNAME variable for releases
Message-ID:  <200806251554.m5PFs7qh085815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

Synopsis: [patch] automate BUILDNAME variable for releases

State-Changed-From-To: feedback->open
State-Changed-By: gavin
State-Changed-When: Wed Jun 25 15:51:50 UTC 2008
State-Changed-Why: 
Mark as open, no idea why feedback was requested as it's not in the
audit trail, but the submitter has responded since the request so I'm
assuming the request is satisfed.
The patch mentioned in the audit trail is cached here:

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/release/Makefile,v
retrieving revision 1.820
diff -u -r1.820 Makefile
--- Makefile	21 Sep 2003 06:33:14 -0000	1.820
+++ Makefile	6 Oct 2003 06:17:10 -0000
@@ -57,6 +57,8 @@
 AUXRELEASETAG!=	echo ${RELEASETAG} | sed -e 's/^RELENG_/RELEASE_/' -e 's/_RELEASE$$//'
 DOCRELEASETAG?=		${AUXRELEASETAG}
 PORTSRELEASETAG?=	${AUXRELEASETAG}
+# If you want to automatically set BUILDNAME from RELEASETAG, then set
+#BUILDNAME!= echo ${RELEASETAG} | sed -e 's|\(^RELENG_\)\([0-9]\)_\([0-9]\)_\([0-9]\)_|\2.\3.\4-|' -e 's|\.0-RELEASE|-RELEASE|'
 .endif
 .endif
 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39505



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806251554.m5PFs7qh085815>