aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile.azure
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change the hour:minute delimiter from ':' to '-', sinceGlen Barber2015-06-251-1/+1
| | | | | | | | | | the former is an invalid character in EC2 images. MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=284812
* Consider PRERELEASE builds snapshots, in addition to CURRENT andGlen Barber2015-06-251-1/+1
| | | | | | | | | | STABLE. MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=284811
* Append the hour and minute to the snapshot suffix for EC2Glen Barber2015-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 Notes: svn path=/head/; revision=284676
* Add Makefile.azure, used to upload VHD images to theGlen Barber2015-06-181-0/+53
Microsoft Azure environment, similar to the EC2 AMIs. MFC after: 3 days Tested with: stable/10@r284517 (patched) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=284567