Page MenuHomeFreeBSD

sysutils/azure-agent: Update to 2.2.13
ClosedPublic

Authored by garga on Jun 13 2017, 2:34 PM.
Tags
None
Referenced Files
F89278325: D11175.id29893.diff
Fri, Jul 26, 1:25 AM
Unknown Object (File)
Sun, Jul 21, 9:54 AM
Unknown Object (File)
Wed, Jul 10, 8:26 AM
Unknown Object (File)
Sat, Jul 6, 1:34 PM
Unknown Object (File)
Thu, Jul 4, 4:41 AM
Unknown Object (File)
Jun 4 2024, 10:58 AM
Unknown Object (File)
Jun 4 2024, 10:57 AM
Unknown Object (File)
Jun 1 2024, 11:25 PM
Subscribers

Details

Summary

Update sysutils/azure-agent to 2.2.13

Diff Detail

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

Event Timeline

The fix looks ok to me. But I need to verify whether 2.2.13 works fine on Azure, and there is no error complained in the log.

We have to modify the $PATH in init/FreeBSD/waagent, otherwise, we'll see an error in /var/log/waagent.log even though it does not hurt any functionality:

2017/06/14 10:42:48.911241 ERROR Command: 'dmidecode --string system-uuid'
2017/06/14 10:42:48.919290 ERROR Return code: 127
2017/06/14 10:42:48.921803 ERROR Result: /bin/sh: dmidecode: not found

sysutils/azure-agent/Makefile
46 ↗(On Diff #29539)

Here we need to add one more replace.

+ ${REINPLACE_CMD} -e "s,:/usr/local/bin,:/usr/local/bin:/usr/local/sbin,g" \
+ ${WRKSRC}/init/freebsd/waagent
USE_PYTHON= autoplist distutils

This revision is now accepted and ready to land.Jun 16 2017, 6:34 AM
garga edited edge metadata.
  • Adjust PATH in init/FreeBSD/waagent as submitted by maintainer
  • Pet portlint
    • Use TABs instead of spaces in variable attributions
    • Remove 'The' from COMMENT
    • Reorder variable definitions
This revision now requires review to proceed.Jun 19 2017, 4:46 PM

Can you please review it again @honzhan_microsoft.com ?

This revision is now accepted and ready to land.Jun 21 2017, 8:47 AM
This revision was automatically updated to reflect the committed changes.