[RFC] Change repo layout from current/ to packages/<ARCH>/<LIBC>/ #142
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 is my attempt to implement a new, more predictable repository layout, as previously discussed on IRC.
There are a number of open questions:
packages/<ARCH>/<LIBC>/
. The other options that I can think of arepackages/<ARCH>-<LIBC>/
packages/<XBPS_ARCH>/
packages/<ARCH>/
with glibc and musl combined in the same dir (like the current aarch64 situation)main
subdirectory?main
,nonfree
, etc would all be at the same level.Todo
buildsync-*.nomad
for new pathsStill a bit nebulous to me how exactly would that be done.