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)
Tue, Apr 23, 8:26 PM
Unknown Object (File)
Fri, Apr 19, 11:29 AM
Unknown Object (File)
Thu, Apr 11, 12:35 PM
Unknown Object (File)
Fri, Apr 5, 5:17 AM
Unknown Object (File)
Fri, Apr 5, 4:06 AM
Unknown Object (File)
Thu, Apr 4, 11:25 PM
Unknown Object (File)
Mar 25 2024, 8:36 AM
Unknown Object (File)
Mar 21 2024, 11:00 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

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lifanov added inline comments.
sysutils/azure-agent/Makefile
4 ↗(On Diff #28188)

If you add

DISTVERSIONPREFIX= v

here....

24 ↗(On Diff #28188)

.... you can omit GH_TAGNAME here.

sysutils/azure-agent/Makefile
4 ↗(On Diff #28188)

ok

24 ↗(On Diff #28188)

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

sysutils/azure-agent/pkg-message
5 ↗(On Diff #28220)

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 ↗(On Diff #28220)

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

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