-
Notifications
You must be signed in to change notification settings - Fork 325
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
chore: updated debian 12 and ubuntu 22.04 links #984
base: develop
Are you sure you want to change the base?
chore: updated debian 12 and ubuntu 22.04 links #984
Conversation
project.json
Outdated
@@ -51,9 +51,9 @@ | |||
"architectures": [ | |||
{ | |||
"architecture": "amd64", | |||
"download_link": "https://mirror.cogentco.com/debian-cd/12.7.0/amd64/iso-cd/debian-12.7.0-amd64-netinst.iso", | |||
"download_link": "https://mirror.cogentco.com/debian-cd/12.8.0/amd64/iso-cd/debian-12.7.0-amd64-netinst.iso", |
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.
Doesn't seem correct.
Commits require the sign off. |
Included the default download path in the .gitignore
I double checked and bumped all the URLs for:
|
Your commit still requires a sign-off. |
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.
Each commit requires a sign-off.
For example, squash or amend each and included your version of the below based on your GitHub display name and the associated email address in your GitHub account.
Signed-off-by: Ryan Johnson <[email protected]>
@@ -52,6 +52,10 @@ artifacts/**/*.nvram | |||
artifacts/**/*.ovf | |||
artifacts/**/*.vmdk | |||
|
|||
## Ignore ISO path |
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.
## Ignore ISO path | |
## Ignore ISO Path |
@@ -52,6 +52,10 @@ artifacts/**/*.nvram | |||
artifacts/**/*.ovf | |||
artifacts/**/*.vmdk | |||
|
|||
## Ignore ISO path | |||
iso/ | |||
|
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.
"checksum_algorithm": "sha256", | ||
"checksum": "https://dl.rockylinux.org/vault/rocky/9.4/isos/x86_64/CHECKSUM" | ||
"checksum": "https://dl.rockylinux.org/vault/rocky/9.5/isos/x86_64/CHECKSUM" |
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.
Not mentioned in the summary.
"checksum_algorithm": "sha256", | ||
"checksum": "https://repo.almalinux.org/almalinux/9.4/isos/x86_64/CHECKSUM" | ||
"checksum": "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/CHECKSUM" |
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.
Not mentioned in the summary.
@@ -473,14 +473,14 @@ | |||
"versions": { | |||
"40": [ | |||
{ | |||
"version": "40", | |||
"version": "41", |
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.
This would need to be updated in the docs and README.md
.
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.
If v9 for both Rocky Linux and AlmaLinux are updated, then the same should be done for RHEL.
Summary of Pull Request
Updated the download links for Debian 12 and Ubuntu 22.04
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?