summaryrefslogtreecommitdiff
path: root/release/Makefile.gce
Commit message (Collapse)AuthorAgeFilesLines
* MFC r303782:Glen Barber2016-08-081-3/+3
| | | | | | | | | | | Fix GCE image publication. The gcutil utility is deprecated in favor of gcloud. Approved by: re (delphij, kib) Sponsored by: The FreeBSD Foundation Notes: svn path=/stable/11/; revision=303829
* Remove the HH-MM suffix from the build date suffix.Glen Barber2015-07-011-1/+1
| | | | | | | | | | | | It was useful when working out several kinks when testing automated image uploading when retrying was necessary, but now it is making things much too messy. MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=285005
* Fix the gcloud port/package name.Glen Barber2015-07-011-3/+3
| | | | | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=284996
* Fix a vi-invoked typo.Glen Barber2015-06-271-1/+1
| | | | | | | | Submitted by: jkim (privately) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=284884
* Add initial support for automatically uploading GCE virtualGlen Barber2015-06-271-0/+69
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 Notes: svn path=/head/; revision=284882