Date: Wed, 12 Nov 2025 18:46:33 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bee506b8833d - releng/15.0 - Azure: Fix image names Message-ID: <202511121846.5ACIkX4S097919@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=bee506b8833db8794867dc22647638b38461036c commit bee506b8833db8794867dc22647638b38461036c Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-11-11 02:33:54 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-11-12 18:46:18 +0000 Azure: Fix image names We need to specify the correct image names -- *.vhdf, not *.vhd -- in order for them to upload. 15.0 candidate Approved by: re (cperciva) Reviewed by: lwhsu MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D53684 (cherry picked from commit df84867e8af49437bdc76a0df41d78f5a362cd24) (cherry picked from commit eee338692b02bdb763a8256fe720efb5ffa07fe5) --- release/Makefile.azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile.azure b/release/Makefile.azure index 09dcde6af636..577221ee3899 100644 --- a/release/Makefile.azure +++ b/release/Makefile.azure @@ -39,7 +39,7 @@ azure-check-depends: .endif .for _FS in ${AZURE_FSLIST} -AZURE_IMG_${_FS}= ${.OBJDIR}/azure.${_FS}.vhd +AZURE_IMG_${_FS}= ${.OBJDIR}/azure.${_FS}.vhdf AZURE_TARGET_${_FS}= ${OSRELEASE}-${_FS}${SNAPSHOT_DATE} azure-do-upload-${_FS}:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511121846.5ACIkX4S097919>
