Skip to content
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

Creature comforts #20

Merged
merged 4 commits into from
Apr 19, 2023
Merged

Creature comforts #20

merged 4 commits into from
Apr 19, 2023

Conversation

vathpela
Copy link
Collaborator

This is a patch series of basic creature comforts. It changes nothing about our actual product, but makes some things about working on it easier:

  • adds an "rpm" build target that's an alias for nmbl-$NVRA.rpm
  • adds a "deploy" build target that copies the rpm to your host and runs deploy.sh there
  • fixes the case where two versions of "kernel-core" are installed on the builder
  • hard codes OS_DIST, OS_VERSION, and KVRA to current f38 values.

This hard codes the OS_DIST, OS_VERSION, and KVRA to what's in the f38
release, which is what we're using right now.

Signed-off-by: Peter Jones <[email protected]>
We thought we'd covered this.  We were wrong, in an impressive way:

  Processing files: nmbl-6.2.96.2.106.2.11-300.fc38300.fc38300.fc38.x86_64

Signed-off-by: Peter Jones <[email protected]>
This adds a "DEPLOY_HOST" make variable (default:"nmbl") and a
"deploy" target that scp's the nmbl rpm to that host and then ssh's into
root@${DEPLOY_HOST} and runs "./deploy.sh nmbl-${KVRA}.rpm" as root.

Signed-off-by: Peter Jones <[email protected]>
This adds a make target "rpm" that's a shorthand for "nmbl-$(KVRA).rpm".

Signed-off-by: Peter Jones <[email protected]>
@frozencemetery frozencemetery merged commit c68c640 into rhboot:main Apr 19, 2023
@frozencemetery frozencemetery deleted the creature-comforts branch April 19, 2023 18:24
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.

2 participants