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

refactor: update build.sh command-line arguments #968

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ClemTheStudent
Copy link

@ClemTheStudent ClemTheStudent commented Sep 19, 2024

Summary of Pull Request

  • Refactors the build.sh script to support operating system selection, distribution, version, and edition via command-line arguments.
  • Updates the help menu to reflect the new options and parameters.
  • Implements an --auto-continue option to skip manual prompts, enabling smoother automation.

Type of Pull Request

  • This is a bugfix. type/bug
  • This is an enhancement or feature. type/feature
  • This is a refactoring update. type/refactor
  • This is a documentation update. type/docs
  • This is a chore. type/chore
  • This is something else.
    Please describe:

Related to Existing Issues

Closes #969

Test and Documentation Coverage

  • Tests have been completed.
  • Documentation has been added or updated.

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

@vmwclabot
Copy link

@ClemTheStudent, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

@vmwclabot
Copy link

@ClemTheStudent, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed.

Copy link
Contributor

@tenthirtyam tenthirtyam left a comment

Choose a reason for hiding this comment

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

Thanks for thr contribution!

A couple of nits:

  • Please use English for stdout and comments.
  • Please open and enhancement request and link this pull request to the issue per the contributing guidelines.
  • Please use conventional commits per the contributing guidelines. See the commit history for examples.
  • Please include any testing performed.

build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
@tenthirtyam tenthirtyam added this to the v0.21.0 milestone Sep 19, 2024
@tenthirtyam
Copy link
Contributor

tenthirtyam commented Sep 19, 2024

Marked as draft until CLA is completed.

ClemTheStudent added a commit to ClemTheStudent/packer-examples-for-vsphere that referenced this pull request Sep 19, 2024
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
@tenthirtyam tenthirtyam added the cla-pending Contributor License Agreement Pending label Sep 26, 2024
@tenthirtyam tenthirtyam self-requested a review September 26, 2024 17:17
@tenthirtyam tenthirtyam modified the milestones: v0.21.0, Backlog, v0.22.0 Sep 26, 2024
@tenthirtyam tenthirtyam marked this pull request as draft September 30, 2024 00:30
- Refactors the `build.sh` script to support operating system selection, distribution, version, and edition via command-line arguments.
- Updates the help menu to reflect the new options and parameters.
- Implements an `--auto-continue` option to skip manual prompts, enabling smoother automation.

Signed-off-by: ClemTheStudent <[email protected]>
@tenthirtyam tenthirtyam changed the title Refactor build.sh: Add OS, Distribution, Version, and Edition Support via CLI with Auto-Continue refactor: update build.sh command-line arguments Sep 30, 2024
@tenthirtyam
Copy link
Contributor

Rebased from develop and sqashed/updated commits to:

refactor: update build.sh command-line arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-pending Contributor License Agreement Pending type/enhancement Enhancement type/refactor Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance buildsh with args support for OS, version, and auto-continue
3 participants