Date: Sun, 24 Jul 2022 15:40:42 GMT From: Alan Somers <asomers@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 46856dbac668 - stable/13 - Replace subversion with git in the installation DVD Message-ID: <202207241540.26OFeg17019055@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=46856dbac668fd8258286c78c7192654ba00b723 commit 46856dbac668fd8258286c78c7192654ba00b723 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2022-05-26 19:08:34 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2022-07-24 15:39:57 +0000 Replace subversion with git in the installation DVD I assume the original reason for Subversion's inclusion was to checkout the base system. But now we use git for that. Reviewed by: gjb Sponsored by: Axcient MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D35329 (cherry picked from commit 55c8093f733242cd72341ba1126637047cf16ca3) --- 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?202207241540.26OFeg17019055>