The branch stable/12 has been updated by gjb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e256adf0e0d7b56f525b40b954d5ab5dae36b13a

commit e256adf0e0d7b56f525b40b954d5ab5dae36b13a
Author:     Glen Barber <[email protected]>
AuthorDate: 2021-05-13 15:02:16 +0000
Commit:     Glen Barber <[email protected]>
CommitDate: 2021-05-13 15:02:16 +0000

    release.sh: pass UNAME_r for embedded builds
    
    This is a direct commit to stable/12 due to a merge conflict
    mistake.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 release/release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/release/release.sh b/release/release.sh
index 7326157a8562..86e3592d068b 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -300,6 +300,7 @@ extra_chroot_setup() {
                _OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U)
                REVISION=$(chroot ${CHROOTDIR} make -C /usr/src/release -V 
REVISION)
                BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
+               UNAME_r=${REVISION}-${BRANCH}
                PBUILD_FLAGS="OSVERSION=${_OSVERSION} BATCH=yes"
                PBUILD_FLAGS="${PBUILD_FLAGS} UNAME_r=${UNAME_r}"
                PBUILD_FLAGS="${PBUILD_FLAGS} OSREL=${REVISION}"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to