Page MenuHomeFreeBSD

use the latest waagent 2.2.8
ClosedPublic

Authored by honzhan_microsoft.com on May 10 2017, 2:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 3:25 PM
Unknown Object (File)
Mon, Apr 29, 7:20 AM
Unknown Object (File)
Mon, Apr 29, 7:20 AM
Unknown Object (File)
Mon, Apr 29, 7:20 AM
Unknown Object (File)
Mon, Apr 29, 7:20 AM
Unknown Object (File)
Mon, Apr 29, 7:17 AM
Unknown Object (File)
Mon, Apr 29, 7:17 AM
Unknown Object (File)
Tue, Apr 23, 8:26 PM
Subscribers

Details

Summary

This patch wants to update azure-agent and keep tracking the latest waagent. Currently, waagent v2.2.8 passed the Azure test.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lifanov added inline comments.
sysutils/azure-agent/Makefile
4

If you add

DISTVERSIONPREFIX= v

here....

26

.... you can omit GH_TAGNAME here.

sysutils/azure-agent/Makefile
4

ok

26

That is good. It makes the file name in distinfo short.

sysutils/azure-agent/pkg-message
5

Please do not recommend this. See the 'shebangfix' section of the Porter's Handbook on how to properly resolve these types of issues:
https://www.freebsd.org/doc/en/books/porters-handbook/uses-shebangfix.html

sysutils/azure-agent/pkg-message
5

I'll revise this. Thanks.

Put all installed binary and configuration to $PREFIX (typically /usr/local) folder, then it is not necessary to set symlinks.

This revision was automatically updated to reflect the committed changes.
cem added inline comments.
head/sysutils/azure-agent/Makefile
16 ↗(On Diff #28815)

Any idea why this dependency was added? Python has base64 in its base standard library and it isn't immediately apparent that waagent actually shells out to base64 as a subprocess (or why it would).