Re: git: 8997b0270dae - releng/13.3 - 13.3: update to RC1 [lang/rust . . . NEVER MIND]
Date: Sun, 25 Feb 2024 22:38:18 UTC
On Feb 25, 2024, at 14:34, Mark Millard <marklmi@yahoo.com> wrote: > 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: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=8997b0270dae7ace32e87b3059c64834283c63fb >> >> 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 >> >> 13.3: update to RC1 >> >> Now that we're at RC1, switch from "quarterly" packages to the release >> package set. >> >> 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(-) >> >> 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 @@ >> >> TYPE="FreeBSD" >> REVISION="13.3" >> -BRANCH="BETA3" >> +BRANCH="RC1" >> if [ -n "${BRANCH_OVERRIDE}" ]; then >> BRANCH=${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 Never mind. I messed up the comparison for what pkg.FreeBSD.org/${ABI}/release_3 references: it actually goes back to lang/rust/1.74.1 (not 1.76.0). Sorry for the noise. === Mark Millard marklmi at yahoo.com