Date: Sun, 25 Feb 2024 14:34:02 -0800 From: Mark Millard <marklmi@yahoo.com> To: Colin Percival <cperciva@freebsd.org>, dev-commits-src-branches@freebsd.org Subject: Re: git: 8997b0270dae - releng/13.3 - 13.3: update to RC1 [lang/rust broken for aarch64&powerpc in pkg.FreeBSD.org/${ABI}/release_3] Message-ID: <264F21EC-45A5-48A4-8EC5-F76E89CA586B@yahoo.com> References: <264F21EC-45A5-48A4-8EC5-F76E89CA586B.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Colin Percival <cperciva_at_FreeBSD.org> wroteon Date: Sun, 25 Feb 2024 07:50:26 UTC : > The branch releng/13.3 has been updated by cperciva: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D8997b0270dae7ace32e87b3059c64834= 283c63fb >=20 > commit 8997b0270dae7ace32e87b3059c64834283c63fb > Author: Colin Percival <cperciva@FreeBSD.org> > AuthorDate: 2024-02-25 07:49:41 +0000 > Commit: Colin Percival <cperciva@FreeBSD.org> > CommitDate: 2024-02-25 07:49:41 +0000 >=20 > 13.3: update to RC1 >=20 > Now that we're at RC1, switch from "quarterly" packages to the release > package set. >=20 > Approved by: re (implicit) > Sponsored by: https://www.patreon.com/cperciva > --- > release/pkg_repos/release-dvd.conf | 2 +- > sys/conf/newvers.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/release/pkg_repos/release-dvd.conf = b/release/pkg_repos/release-dvd.conf > index 600c309d5979..72c369da39b1 100644 > --- a/release/pkg_repos/release-dvd.conf > +++ b/release/pkg_repos/release-dvd.conf > @@ -1,5 +1,5 @@ > release: { > - url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", > + url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_3", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh > index a71331c3bb6f..8bc10ea021bf 100644 > --- a/sys/conf/newvers.sh > +++ b/sys/conf/newvers.sh > @@ -53,7 +53,7 @@ >=20 > TYPE=3D"FreeBSD" > REVISION=3D"13.3" > -BRANCH=3D"BETA3" > +BRANCH=3D"RC1" > if [ -n "${BRANCH_OVERRIDE}" ]; then > BRANCH=3D${BRANCH_OVERRIDE} > fi Missing in pkg.FreeBSD.org/${ABI}/release_3 are: (aarch64 rust operability:) uthor Mikael Urankar <mikael@FreeBSD.org> 2024-02-24 13:07:29 +0000 committer Mikael Urankar <mikael@FreeBSD.org> 2024-02-24 13:07:29 +0000 commit 5f41aae86ef01a9fa542984d589ff07a2807ecde (patch) . . . lang/rust: Update bootstrap for aarch64 The previous one did not work. PR: 277220 (and the later one for powerpc rust operability:) author Mikael Urankar <mikael@FreeBSD.org> 2024-02-25 16:58:39 +0000 committer Mikael Urankar <mikael@FreeBSD.org> 2024-02-25 18:57:19 +0000 commit 06fa1fe2177b801f8467186b3e75050e70019c89 (patch) . . . lang/rust: Update bootstrap for powerpc The previous one did not work. Reported by: pkubaj =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?264F21EC-45A5-48A4-8EC5-F76E89CA586B>