Update to repos to support DEB822 format#215
Merged
ekristen merged 3 commits intoteamdfir:masterfrom Feb 5, 2026
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In relation to Pull #214 , this PR will move the previous .list repos to a .sources file and be compatible with the DEB822 format. It does not change the repos added as PPA's, as they will automatically create .sources files for these repos in Ubuntu Noble, without the need to manually create them.
Additionally, this modifies the universe and multiverse repos to manage the ubuntu.sources file, which is what now manages the Ubuntu repos instead of the /etc/apt/sources.list file and separate .list files.
As the new DEB822 format isn't supported with Saltstack yet (but it is in the works), this PR will remove all old .list files, and .sources files related to the SIFT install, and will replace them with the correct / current version.
A similar PR was already submitted to REMnux, and once both PR's are merged, this will allow both installs to function together, regardless of whichever is installed first.