Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 19:10:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198932] add metadata from add-plist-buildinfo target in bsd.port.mk to PKG_NOTES
Message-ID:  <bug-198932-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198932

            Bug ID: 198932
           Summary: add metadata from add-plist-buildinfo target in
                    bsd.port.mk to PKG_NOTES
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: jgh@FreeBSD.org
                CC: freebsd-ports-bugs@FreeBSD.org

I had submitted a patch in bug 162397 to add this target to bsd.port.mk, and
worked quiet well while using tinderbox. It is possible that the target may
need to change if the variables in it are not found in pourdiere:

.if !target(add-plist-buildinfo)
add-plist-buildinfo:
.if defined(PACKAGE_BUILDING)
        @${ECHO_CMD} "@comment Build details: 
${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST}
.endif
.endif

This information can be tuned to supply more information, or less, depending
how we feel it would best suit our/customer needs.

>From an IRC chat: it is quite possible a build server could produce bad       
packages, and possible that on Monday 10.1-amd64 is built on beefy1 while on
Wednesday it is build on beefy8 and produce a broken package. Unlikely, but
possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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