git: afbcdd6e080f - stable/12 - release: update GCE configuration for python3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 21:01:33 UTC
The branch stable/12 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=afbcdd6e080f817ed51af42ac3e645584441abdc commit afbcdd6e080f817ed51af42ac3e645584441abdc Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-07-03 19:28:33 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-07-05 21:00:31 +0000 release: update GCE configuration for python3 Reported by: asomers PR: 272354 Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd (cherry picked from commit 3f21d3e0babacabb9a32e0e9a8ab290025d5577c) --- release/tools/gce.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 593dc398b219..cfadbaf9413b 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -9,7 +9,7 @@ export VMSIZE=20G # Set to a list of packages to install. export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update \ firstboot-pkgs \ google-cloud-sdk panicmail sudo \ - sysutils/py-google-compute-engine lang/python lang/python2 \ + sysutils/py-google-compute-engine lang/python \ lang/python3" # Set to a list of third-party software to enable in rc.conf(5).