Custom repos order not being kept - it is automatically ordered alphabetically #346
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to https://wiki.manjaro.org/index.php/Build_Manjaro_ISOs_with_buildiso we can add multiple custom repos in the user-repos.conf file. But regardless of the order you add them to this file, they will be added alphabetically under pacman.conf.
This is very bad since the order is important for prioritizing one repo over the other.
Is this intentional or a bug?
Thanks!
Hmm ... never heard of this before - in fact I never heard of anyone adding more than one repo 😄
If prioritising one repo over another you can name them - just be sure the database is named the same way
Let's say it is intentional thus it is not going to change.
If you feel it more like a bug - I suggest please fork the project - you can use Github - then create a feature branch - refactor the code.
Then come back with a link to your feature branch - and I will look at it.