summaryrefslogtreecommitdiffstats
path: root/release/Makefile.vm
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-27 01:29:59 +0000
committergjb <gjb@FreeBSD.org>2015-06-27 01:29:59 +0000
commit72250149ec83b45af887c4092254c663ccf7a1c7 (patch)
tree5e9ff1c2ffc0a43a424e9ccd446eecb953bf006a /release/Makefile.vm
parent1a23485db6e2379d8c0246b9586aff1cbf07b087 (diff)
downloadFreeBSD-src-72250149ec83b45af887c4092254c663ccf7a1c7.zip
FreeBSD-src-72250149ec83b45af887c4092254c663ccf7a1c7.tar.gz
Add initial support for automatically uploading GCE virtual
machine images to the Google Compute Engine platform. By default, gcutil/gsutil requires an Oauth2 login generated from a URL that must be opened in a browser, a verification code copied back to the terminal from which it was invoked, etc., etc., making it near impossible for automation. I've hacked together an evil solution to work around this, so unless GCE_LOGIN_SKIP is set to a non-empty value, this Makefile will not do anything useful. As a result of this commit, remove the gce-package.sh script that was never, nor will ever be, used. MFC after: 3 days X-MFC-Note: (hopefully) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile.vm')
-rw-r--r--release/Makefile.vm1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile.vm b/release/Makefile.vm
index ae7c3aa..c9f4477 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -155,3 +155,4 @@ cloudware-install:
.include "${.CURDIR}/Makefile.ec2"
.include "${.CURDIR}/Makefile.azure"
+.include "${.CURDIR}/Makefile.gce"
OpenPOWER on IntegriCloud