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: [email protected]
  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\
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to