-
Notifications
You must be signed in to change notification settings - Fork 57
Devops 2014 #1109
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
base: main
Are you sure you want to change the base?
Devops 2014 #1109
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CharlieC3
left a comment
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.
Looks good! Tentative approval pending external comms.
|
We need to add additional detail to notify existing users of this change, @ryanwaits can you review and tweak this blurb? We are transitioning all Hiro archive downloads from gzip (.tar.gz) to the more efficient Zstandard (.tar.zst) format. What this means for you: Update any scripts or automation to download *.tar.zst instead of *.tar.gz. Extracting .zst archives requires zstd support (ex: tar -I zstd -xvf archive.tar.zst). .tar.gz examples are still provided below for backward compatibility. |
saralab
left a comment
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.
Added some warnings and comments for each of these changes let users spot the change
|
@bgridley The older archives will still be in the .tar.gz format correct? |
This is to be updated once we change our archives to use zstd compression and the file extensions change in our archives.