-
Notifications
You must be signed in to change notification settings - Fork 45
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
[2/x] Add debian mirroring support to RMT #1057
Merged
Merged
Conversation
This file contains 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
likhitha77
force-pushed
the
refactor_mirror_action
branch
from
December 22, 2023 08:54
cb882ba
to
58e0c73
Compare
felixsch
changed the title
WIP: Refactoring mirroring and add debian mirror class
[2/x] Add debian mirroring support to RMT
Dec 28, 2023
likhitha77
force-pushed
the
refactor_mirror_action
branch
from
January 9, 2024 09:38
a8ea9c3
to
75d9d83
Compare
This was referenced Jan 9, 2024
Merged
lcaparroz
changed the base branch from
master
to
revert-1061-revert-1056-detect-repo-type
January 12, 2024 13:19
lcaparroz
force-pushed
the
refactor_mirror_action
branch
from
January 12, 2024 13:50
75d9d83
to
1efd7d9
Compare
ngetahun
changed the base branch from
revert-1061-revert-1056-detect-repo-type
to
rmt_deb_codesprint
January 18, 2024 14:38
ngetahun
changed the base branch from
rmt_deb_codesprint
to
revert-1061-revert-1056-detect-repo-type
January 18, 2024 14:39
Well Done! Your tests are still passing. |
Base automatically changed from
revert-1061-revert-1056-detect-repo-type
to
rmt_deb_codesprint
January 29, 2024 13:01
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.
This PR is part of our code sprint: https://trello.com/c/hU27QHob/3134-rdeb-sprint-tracker
The whole changeset is:
[1/5] Prepare code sprint and implement repository type detection
[2/5] Add flat debian mirroring support to RMT
[3/5] Refactor suma mirroring
[4/5] Refactor repomd mirroring
[5/5] Fixes and cleanup
[6/6] Nested debian repository support
Implementations in this PR:
FileReference
class and make it a first class citizen in the code baseHow to review this pull request:
Test the new Debian mirroring implementation
Debian integration test
Thanks for reviewing this pull request!
If you have any question please do not hesitate to approach me! 🚀
DO NOT MERGE UNTIL COMPLETELY READY