Date: Mon, 27 Mar 2023 14:15:08 GMT From: Glen Barber <gjb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 81b340dd5b2f - stable/12 - Replace subversion with git in the installation DVD Message-ID: <202303271415.32REF8wg041014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=81b340dd5b2fded442b0928d51b92be64b61a416 commit 81b340dd5b2fded442b0928d51b92be64b61a416 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2022-05-26 19:08:34 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-03-27 14:14:06 +0000 Replace subversion with git in the installation DVD (cherry picked from commit 55c8093f733242cd72341ba1126637047cf16ca3) (cherry picked from commit 46856dbac668fd8258286c78c7192654ba00b723) --- release/scripts/pkg-stage.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh index f1bb19636f75..4e9617184243 100755 --- a/release/scripts/pkg-stage.sh +++ b/release/scripts/pkg-stage.sh @@ -13,8 +13,7 @@ export PKGCMD="/usr/sbin/pkg -d" export PORTSDIR="${PORTSDIR:-/usr/ports}" _DVD_PACKAGES="archivers/unzip -devel/subversion -devel/subversion-static +devel/git emulators/linux_base-c6 graphics/drm-legacy-kmod graphics/drm-stable-kmod
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303271415.32REF8wg041014>