Promote config-stable to the FHS runtime overlay - #227
Merged
Conversation
Advances the stable channel's webconfig pin to v0.4.0, the first release carrying the /opt/airplanes on-device layout, so the stable overlay's webconfig units match the FHS layout the channel builds.
Advances the stable channel's feed pin to feed's /opt/airplanes FHS commit (which also ships the airplanes-stats units), so the stable overlay's feed payload matches the FHS layout and the dev channel.
The overlay globbed feed's airplanes-stats.{service,timer} into the payload but the manifest inputs never linked them into /etc/systemd/system or enabled the timer, so the stats push never ran. Add the managed_paths symlinks and the timer to systemd.json enable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Advances
runtime-overlay/config-stableto the FHS builds so the stable channel matches the/opt/airplaneslayout the overlay produces: the webconfig pin moves to thev0.4.0release and the feed pin to feed's FHS commit. Both carry the FHS layout, so the stable overlay no longer mixes FHS and pre-FHS payloads.The advanced feed pin also ships the
airplanes-statsunits, which the overlay globs into the payload but the manifest never linked or enabled — so this adds theirmanaged_pathssymlinks and the timer to the enable list. That makes the stats push actually run (on both channels) and satisfies the unit-symmetry test.Closes #226.