Skip to content

20210407

Compare
Choose a tag to compare
@naveen521kk naveen521kk released this 07 Apr 11:19
· 102 commits to main since this release
07fbb05
Don't ignore `.` in pacakge names

It caused problem because a core package with configurations
called `texlive.infra` was ignored
https://tug.org/pipermail/tldistro/2021q2/000397.html
Instead we are ignoring `.ARCH` pacakge name when in depends section.

Also, when resolving dependencies also include dependencies of packages.
We were missing ~25 packages previously because of this and it cause
problem which can't be easily debugged.