aboutsummaryrefslogtreecommitdiffstats
path: root/internal/build/azure.go
Commit message (Collapse)AuthorAgeFilesLines
* internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-251-29/+32
|
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-061-2/+48
| | | | | | | | This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go).
* all: update license informationFelix Lange2016-11-091-0/+1
|
* build: fix remote path for archive uploads (#3243)Felix Lange2016-11-091-0/+6
| | | | archiveUpload did not handle absolute paths correctly. Fix it by using the basename and ensure that uploads can be tested using -n.
* travis, build: implement uploading archives to azurePéter Szilágyi2016-11-031-0/+58