Skip to content

targets: select wifi-schedule/email-notifications on vnet-wifi profile - #150

Merged
ispyisail merged 1 commit into
masterfrom
feat/vnet-wifi-schedule-email-packages
Jul 31, 2026
Merged

targets: select wifi-schedule/email-notifications on vnet-wifi profile#150
ispyisail merged 1 commit into
masterfrom
feat/vnet-wifi-schedule-email-packages

Conversation

@ispyisail

Copy link
Copy Markdown
Owner

Summary

  • Neither plugin-gargoyle-wifi-schedule nor plugin-gargoyle-email-notifications was selected on any x86 build profile, including vnet-wifi — confirmed by grepping every profile config and by checking a live vnet VM (neither package nor page file was present).
  • This left PR wifi-schedule, email: busybox-safe cron_data escaping #125's busybox-awk quote-escaping fix on wifi_schedule.sh/email.sh with no path to real vnet simulator coverage.
  • Both packages are pure shell+JS (PKGARCH:=all, no compiled code or kernel module beyond email's +msmtp dependency), so selecting them costs a small amount of package size, nothing more.

Test plan

  • Confirmed both page files render cleanly in a real browser once deployed to a live vnet VM (zero uncaught JS errors), ahead of a real rebuild landing this profile change
  • A real make x86.vnet-wifi rebuild with this config change, to confirm both packages actually build and install cleanly through the normal pipeline (not yet done — the vnet phase this unblocks, see gargoyle-tools phase 61, currently runs against files deployed directly onto the VM rather than a rebuilt image)

Neither plugin-gargoyle-wifi-schedule nor plugin-gargoyle-email-
notifications was selected on any x86 profile, including vnet-wifi --
confirmed by grep and by checking a live vnet VM (neither package nor
page file present). This left PR #125's busybox-awk quote-escaping
fix on wifi_schedule.sh/email.sh with no path to real simulator
coverage. Both are pure shell+JS (PKGARCH:=all, no compiled code),
selecting them costs nothing beyond the small package size.
@ispyisail
ispyisail merged commit 98031ba into master Jul 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant