Am 10.11.2017 um 12:28 schrieb Dietmar Maurer:

On Fri, 10 Nov 2017 11:26:46 GMT, Dietmar Maurer wrote:

I am unable to use that dub packed, sigh :-/ It always fetches packages from remote instead of using the locally checked out versions.

my project config looks like:

"dependencies": {
	"vibe-d": "*",
    "vibe-d:core": "*",
},
     "subConfigurations": {
         "vibe-d:core": "vibe-core"
},

and I have locally checkout out version of vibe.d:

# dub list

...
vibe-d 0.8.2-alpha.3: /root/dlang-devel/vibe.d/

But then I run 'dub' it fetches vibe-d 0.8.1 instead of using 0.8.2-alpha.3

why?

Can you try to run "dub upgrade --prerelease"? By default, it will only
use release versions unless none is available. Alterantively, you could
also change the version referenced in dub.selections.json manually.