summaryrefslogtreecommitdiffstats
path: root/release/Makefile.ec2
Commit message (Collapse)AuthorAgeFilesLines
* Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order tocperciva2016-06-091-1/+1
| | | | | | | | avoid environment pollution problems. That port uses <bsd.prog.mk> but is not compatible with the latest mk bits in HEAD. Reported by: gjb No rush, but make sure it's in the tree before tomorrow by: gjb
* Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creatingcperciva2016-01-121-1/+1
| | | | | | | EC2 images. X-MFC after: if/when the driver fixes get MFCed Relnotes: FreeBSD now supports EC2 Enhanced Networking
* Remove the HH-MM suffix from the build date suffix.gjb2015-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
* Change the hour:minute delimiter from ':' to '-', sincegjb2015-06-251-1/+1
| | | | | | | the former is an invalid character in EC2 images. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Consider PRERELEASE builds snapshots, in addition to CURRENT andgjb2015-06-251-1/+1
| | | | | | | STABLE. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Append the hour and minute to the snapshot suffix for EC2gjb2015-06-211-1/+1
| | | | | | | | | AMIs and Azure VM images. This is particularly helpful for testing to avoid name collisions, but also useful for cases where a necessary rebuild is done before the date changes. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove trailing tabs to avoid spamming stdout with long lines.gjb2015-06-021-4/+4
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Include the TARGET in the EC2 AMI name.gjb2015-05-211-2/+2
| | | | | | | | Without this, AWS rejects subsequent image uploads of a different architecture because the name conflicts. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove a debugging line that snuck in with r282419.gjb2015-05-041-1/+0
| | | | | | | Pointyhat: gjb MFC after: 3 days X-MFC-With: r282419 Sponsored by: The FreeBSD Foundation
* Add logic to detect if the net/bsdec2-image-upload port needsgjb2015-05-041-1/+13
| | | | | | | | | | | | | to be installed. [1] For the cw-ec2-portinstall and ec2ami targets, touch the .TARGET file after completion to prevent duplicate invocations. Add cw-ec2-portinstall and ec2ami to CLEANFILES. Submitted by: cperciva[1] MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Add the cw-ec2-portinstall target to always install thegjb2015-04-271-6/+10
| | | | | | | net/bsdec2-image-upload port. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Add code for creating an EC2 AMI.cperciva2015-04-011-0/+44
OpenPOWER on IntegriCloud