Post-merge polish: README, promote.sh, flake.lock bump - #170
Merged
Conversation
…bump README.md: - Add enroll quick-start (4 commands) at the top - Add steady-state operations table (doctor.sh, promote.sh, sync status) - Add repository layout reference scripts/promote.sh: - Promotes sourceos-builder-aarch64 content view through dev → candidate → stable in the local Katello instance - Supports --version, --to, --dry-run, --org flags - Reads Katello password from /etc/sourceos/katello-admin-password or FOREMAN_PASSWORD env var - After promotion, sourceos-syncd picks up the new stable version within the next poll interval flake.lock: - Bump sourceos-syncd-src to include sync status command (PR #38)
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.
Summary
sourceos-builder-aarch64content view throughdev → candidate → stable. Accepts--version,--to,--dry-run. This is the missing day-2 operation that triggers daemon syncs.sourceos-syncd-srcto includesync statuscommand from PR workstation-v0: reconcile helper CLI + albert installer into linux-dev profile #38Test plan
bash scripts/promote.sh --dry-runprints plan without touching Katellobash scripts/promote.shpromotes latest version to all envssourceos-syncd sync statusreturns healthy JSON after promotionbash scripts/doctor.shshows all green after promotion + sync