-
Notifications
You must be signed in to change notification settings - Fork 326
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
feat: gos iso download automation #874
feat: gos iso download automation #874
Conversation
1c1bbea
to
00c6267
Compare
Adds a script (`./download.sh`) and a configuration (`project.json`) to assist in the download of the guest operating systems. Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-Authored-By: Ryan Johnson <ryan.johnson@broadcom.com> Co-Authored-By: Ryan Johnson <ryan@tenthirtyam.org>
00c6267
to
7730c53
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Was fun to work on this with you!
Adds a script (`./download.sh`) and a configuration (`project.json`) to assist in the download of the guest operating systems. Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com>
Adds a script (`./download.sh`) and a configuration (`project.json`) to assist in the download of the guest operating systems. Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com>
Adds a script (`./download.sh`) and a configuration (`project.json`) to assist in the download of the guest operating systems. Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com>
* fix: windows pwsh provisioner (#879) Removes the PowerShell provisioner for Windows 11 and 10 as it's not required currently after the transition to Ansible. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> * feat: gos iso download automation (#874) Adds a script (`./download.sh`) and a configuration (`project.json`) to assist in the download of the guest operating systems. Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com> * feat: added iso check Added a check for an existing ISO before starting download to prevent an unecessart download from starting, Signed-off-by: Jared Burns <jared.burns@broadcom.com> --------- Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com> Signed-off-by: Jared Burns <jared.burns@broadcom.com> Co-authored-by: Ryan Johnson <ryan.johnson@broadcom.com>
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary of Pull Request
Adds a script (
./download.sh
) and a configuration (project.json
) to assist in the download of the guest operating systems.Type of Pull Request
type/bug
type/feature
ortype/enhancement
type/docs
type/refactor
type/chore
Please describe:
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
Breaking Changes?