git: 510fd8313800 - main - release: remove a stray backslash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 20:59:12 UTC
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=510fd83138001b0a6e45b3fa6a7249377f806171 commit 510fd83138001b0a6e45b3fa6a7249377f806171 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-07-12 20:57:57 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-07-12 20:57:57 +0000 release: remove a stray backslash PR: 272354 (related) MFC after: 3 days MFC with: 0ed426276fd52e917506ab87c05a61c6641ae298 MFC with: cd8cad0ef5cd534dc7ae1dd9a470cac2057ed957 Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd --- 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 725709e3f335..48f95a82b3c8 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -8,7 +8,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 \ + firstboot-pkgs google-cloud-sdk panicmail sudo \ sysutils/py-google-compute-engine lang/python \ lang/python3"