More documents will follow.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 32675 Build 30127: arc lint + arc unit
Event Timeline
It's weird that I got Error parsing field "Reviewers": The objects you have listed include objects which do not exist (#releng). when updating this differential.
release/Makefile.azure | ||
---|---|---|
14 | How does it get run automatically, then? Is there a .config directory or similar that can be extracted into the build chroot environment? |
release/Makefile.azure | ||
---|---|---|
14 | Yes, after doing az login (see target azure-do-login) the credential will be stored in ~/.azure This is learnt from Makefile.gce, please let me know if there is a preferable way. |
release/Makefile.azure | ||
---|---|---|
14 | OK, thanks. (Note, I have not yet reviewed the rest of this. I plan to do so today.) |
release/tools/azure.conf | ||
---|---|---|
5 | convention |
Update to the version I used for 11.4-RELEASE
It turns out that there is actually no az login required to upload an image
or generate an access URL. Setting the access token in the config file is
enough, thus simply remove the azure-do-login target.
I think this version is good for review. The doc about how to use Microsoft
Partner Center to publish the image (VM offer) will be posted to here soon.