RejectedSoftware Forums

Sign up

Deploy script breakage due to recent change

FYI:

A recent change to dub can break deploy scripts because apparently dub
now symlinks instead of copying the binary to the root directory:

https://github.com/D-Programming-Language/dub/commit/a8be24e580b731a7e15741e05e5f112f1a245be9

Re: Deploy script breakage due to recent change

On Sat, 25 Oct 2014 12:04:57 -0400, Shammah Chancellor wrote:

FYI:

A recent change to dub can break deploy scripts because apparently dub
now symlinks instead of copying the binary to the root directory:

https://github.com/D-Programming-Language/dub/commit/a8be24e580b731a7e15741e05e5f112f1a245be9

Yep, its already happened to me on OSX 10.10.

Dub just hangs and causes high CPU usage.