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
F157232165: D10659.id28549.diff
Tue, May 19, 1:14 PM
F157178985: D10659.id28815.diff
Tue, May 19, 1:54 AM
F157142313: D10659.id28188.diff
Mon, May 18, 5:51 PM
Unknown Object (File)
Mon, May 18, 5:29 AM
Unknown Object (File)
Sun, May 17, 10:46 PM
Unknown Object (File)
Sun, May 17, 8:52 PM
Unknown Object (File)
Sun, May 17, 4:45 PM
Unknown Object (File)
Thu, May 14, 9:57 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
6

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
6

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).