Add a "customCachePaths" configuration field. Fixes #838.
Allows defining additional paths that contain packages in sub folders with the pattern "(name)-(version)/(name)/" by defining a "customCachePaths" field in /etc/dub/settings.json or ~/.dub/settings.json. |
---|
|
source/dub/dub.d |
---|
source/dub/packagemanager.d |
---|
test/issue838-custom-cache-paths.sh 0 → 100755 |
---|
test/issue838-custom-cache-paths/.no_build 0 → 100644 |
---|
test/issue838-custom-cache-paths/cache/foo-1.0.0/foo/dub.sdl 0 → 100644 |
---|
test/issue838-custom-cache-paths/dub.sdl 0 → 100644 |
---|
test/issue838-custom-cache-paths/source/app.d 0 → 100644 |
---|