Skip to content

Use repopath instead of projectpath in module-definitions

Andrew Shark requested to merge work/ashark/moddef_use_repopath into master

This is a subtask for #2.

While the module-definitions definitely needs cleanup, in here I did not touched anything but replaced references by projectpath to repopath. In cases where modules were already covered by repopath glob, removed them so they are not duplicated. In places where the reference is the glob rather than the leaf, I used /* to make it obvious.

CC: @aacid @nicolasfella @bcooksley @sitter

Edited by Andrew Shark

Merge request reports