Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 17:23:43 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337717 - head/release/tools
Message-ID:  <201808131723.w7DHNhYG063800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Aug 13 17:23:43 2018
New Revision: 337717
URL: https://svnweb.freebsd.org/changeset/base/337717

Log:
  Add lang/python2, lang/python3, and lang/python to GCE images
  to help avoid hard-coding 'python<MAJOR>.<MINOR>' in several
  scripts in the client-side scripts.
  
  PR:		230248
  MFC after:	3 days
  Submitted by:	gustavo.scalet@collabora.com
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Mon Aug 13 17:14:06 2018	(r337716)
+++ head/release/tools/gce.conf	Mon Aug 13 17:23:43 2018	(r337717)
@@ -5,7 +5,8 @@
 
 # Set to a list of packages to install.
 export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \
-	google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine"
+	google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine \
+	lang/python lang/python2 lang/python3"
 
 # Set to a list of third-party software to enable in rc.conf(5).
 export VM_RC_LIST="ntpd sshd growfs\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808131723.w7DHNhYG063800>