Skip to content

app-emulation/hv-daemons: use correct array syntax #2968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged

Conversation

tormath1
Copy link
Contributor

The array is not expanded without the brackets.

Testing done

Before:

~/trunk/src/scripts $ equery f hv-daemons
 * Searching for hv-daemons ...
 * Contents of app-emulation/hv-daemons-6.12.30:

After:

 ~/trunk/src/scripts $ equery f hv-daemons
 * Searching for hv-daemons ...
 * Contents of app-emulation/hv-daemons-6.12.30:
/usr
/usr/bin
/usr/bin/hv_fcopy_uio_daemon
/usr/bin/hv_kvp_daemon
/usr/bin/hv_vss_daemon
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/hv_fcopy_uio_daemon.service
/usr/lib/systemd/system/hv_kvp_daemon.service
/usr/lib/systemd/system/hv_vss_daemon.service
/usr/lib/systemd/system/multi-user.target.wants
/usr/lib/systemd/system/multi-user.target.wants/hv_fcopy_uio_daemon.service -> ../hv_fcopy_uio_daemon.service
/usr/lib/systemd/system/multi-user.target.wants/hv_kvp_daemon.service -> ../hv_kvp_daemon.service
/usr/lib/systemd/system/multi-user.target.wants/hv_vss_daemon.service -> ../hv_vss_daemon.service
  • Changelog entries added in the respective changelog/ directory (user-facing change, bug fix, security fix, update)
  • Inspected CI output for image differences: /boot and /usr size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.

The array is not expanded without the brackets.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Copy link
Contributor

@chewi chewi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually have a bigger change to this ebuild that rewrites this bit stashed away, but I didn't want to change too much at once. This is fine until then.

@tormath1 tormath1 merged commit e765375 into main May 27, 2025
0 of 4 checks passed
@github-project-automation github-project-automation bot moved this from ✅ Testing / in Review to Implemented in Flatcar tactical, release planning, and roadmap May 27, 2025
@tormath1 tormath1 deleted the tormath1/hv branch May 27, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants