RFC: Allow '/' in distribution name - #1089
Conversation
…-' while guessing. aptly-dev#110" This reverts commit 1daa076. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Codecov Report
@@ Coverage Diff @@
## master #1089 +/- ##
==========================================
- Coverage 52.11% 52.09% -0.03%
==========================================
Files 73 73
Lines 11272 11267 -5
==========================================
- Hits 5874 5869 -5
Misses 4832 4832
Partials 566 566
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
|
For reference we've been running with this revert for Apertis for quite a while now and things seem entirely happy ;) But as @adalessandro mentioned we may well be missing the background reason of why this was disallowed in the first place? |
|
fwiw the one thing we noticed recently that when publishing a distribution with a As a more practical example of what i meant above, for Apertis, we publish both the current repositories and snapshots with a setup as follows:
When dropping current it will actually wipe out everything under So for this RFC that's one thing to fix for sure; Based on our experiences thusfar that's likely the only issue with this RFC |
|
are you creating local repos with a / in the distributions, or do you use mirrors with such ? |
|
superseded by #1269 |

This is an RFC PR to follow up on the ongoing opened issue #115
Possible duplicated or already a declined feature. But it's not really clear why this is considered a bug in aptly and what would be the consequences of allowing slash
/characters in the distribution name.This reverts commit 1daa076.
Fixes #115
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
Checklist
AUTHORS