]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add initial support for automatically uploading GCE virtual
authorgjb <gjb@FreeBSD.org>
Sat, 27 Jun 2015 01:29:59 +0000 (01:29 +0000)
committergjb <gjb@FreeBSD.org>
Sat, 27 Jun 2015 01:29:59 +0000 (01:29 +0000)
commit72250149ec83b45af887c4092254c663ccf7a1c7
tree5e9ff1c2ffc0a43a424e9ccd446eecb953bf006a
parent1a23485db6e2379d8c0246b9586aff1cbf07b087
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
release/Makefile.gce [new file with mode: 0644]
release/Makefile.vm
release/tools/gce-package.sh [deleted file]