Draft
Add Debian/Armbian support to Linux mirror configuration#2879
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
…or handling Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
…ping Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
…n and Alpine Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Linux software package mirror source URL error
Add Debian/Armbian support to Linux mirror configuration
Dec 22, 2025
whyour
force-pushed
the
develop
branch
7 times, most recently
from
June 1, 2026 10:20
7539d75 to
e8ac195
Compare
whyour
force-pushed
the
develop
branch
5 times, most recently
from
June 18, 2026 14:55
f43efe3 to
7933fe0
Compare
whyour
force-pushed
the
develop
branch
7 times, most recently
from
June 28, 2026 10:08
0169ebf to
d301643
Compare
whyour
force-pushed
the
develop
branch
4 times, most recently
from
July 7, 2026 16:28
23a1835 to
4ebc049
Compare
whyour
force-pushed
the
develop
branch
2 times, most recently
from
July 9, 2026 17:43
509b0d0 to
da6dac8
Compare
whyour
force-pushed
the
develop
branch
8 times, most recently
from
July 24, 2026 14:34
152a9aa to
92e4f26
Compare
whyour
force-pushed
the
develop
branch
3 times, most recently
from
July 25, 2026 05:29
9b37f06 to
0bb41eb
Compare
whyour
force-pushed
the
develop
branch
2 times, most recently
from
August 29, 2026 11:10
de65d7f to
5f6049d
Compare
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.
The Linux mirror update functionality only supported Alpine Linux (
/etc/apk/repositories), causing Debian/Armbian systems to fail with malformed URLs containing repeated path segments:/armbian/dists/armbian/dists///armbian/armbian/armbian/debian.Changes
/etc/apt/sources.listand/etc/debian_versionto identify Debian-based systems/^deb\s+(https?:\/\/[^\s]+)/m/etc/apt/sources.listand/etc/apt/sources.list.d/directoryapt-get updateafter mirror changesImplementation
Notes
.listand.sourcesfile formats in sources.list.dOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.