The repo expects data to be in a dep11 subdirectory but asgen puts it directly under the directory for the distribution. This stops me from rsyncing the data directly into the dists directory of the repo.
Hmm, not sure if that's useful to do (you can do per-suite syncing even with the old scheme), especially because it adds another, weird directory for people generating XML.
I can't make this default because it would break both Debian and Ubuntu atm, which expect the existing layout...
I could add a feature flag for this, but given that you could also solve this easily with symlinks, I am not sure if it's worth it.
You could also quite easily get this structure by creating a new directory and link the data/suite/section directory as "dep11" wherever you want, then call rsync with its follow-symlinks option.
That would give you the same result.
The repo expects data to be in a
dep11subdirectory butasgenputs it directly under the directory for the distribution. This stops me from rsyncing the data directly into thedistsdirectory of the repo.The following change fixes this:
The text was updated successfully, but these errors were encountered: