-
Notifications
You must be signed in to change notification settings - Fork 54
feat: support unmaintained and unstable Ubuntu releases #238
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4622fc0
feat: support Ubuntu interim releases after end of maintenance
letFunny 71ec1f5
pro archive spread is manual, restore
letFunny ec13945
docs
letFunny afbb8c3
restore spread folders
letFunny db59cb9
correct spread.yaml
letFunny 3ecbf38
change ack flag for ignore=<condition>
letFunny a41e51d
use "maintenance" instead of a boolean
letFunny f0f4f06
change chisel.yaml in existing tests
letFunny 53b7085
make optional
letFunny a0e7cf8
Revert "change chisel.yaml in existing tests"
letFunny 71892d5
add maintenance support for tests
letFunny a65228e
default chisel yaml common to all tests
letFunny 43d1c9e
fix spread
letFunny 6fd6203
default dates
letFunny 7e60de3
typo
letFunny c8b7ee0
spread, enable mantic
letFunny 5782703
fix spread
letFunny e922c52
correct dates
letFunny d489010
spread, extract option into variable
letFunny 0bcde22
change TODO to match agreement
letFunny cc6b74c
use unset instead of empty
letFunny e369edb
add support for unstable
letFunny 17be3dd
make maintenance an enum for archives
letFunny 02deb1d
change error messages to include urls
letFunny 686e857
git forgot to add spread test
letFunny c2681a3
final scope of the PR
letFunny 6a255a9
full stop
letFunny 7783156
archive maintenance different than release
letFunny 4f77c93
use different flags for maintenance vs oldRelease
letFunny b31ea6c
leftover from unmaintained
letFunny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
[Comment for reviewer]: I have taken the opportunity to finally unify all the defaultYaml strings which were copies of each other but needed to be updated individually every time we wanted to make a change.