RejectedSoftware Forums

Sign up

Release DUB 0.9.21 final

The new release is out - see the main post on D.announce:
http://forum.dlang.org/thread/le9rig$lup$1@digitalmars.com

Download at http://code.dlang.org/download

Re: Release DUB 0.9.21 final

On Sat, 22 Feb 2014 10:45:58 +0100, Sönke Ludwig wrote:

The new release is out - see the main post on D.announce:
http://forum.dlang.org/thread/le9rig$lup$1@digitalmars.com

Download at http://code.dlang.org/download

I just stumbled over this regression that fetch --local does not work and found that this issue was reported already: https://github.com/rejectedsoftware/dub/issues/259

Is there any workaround for this right now ?

Re: Release DUB 0.9.21 final

On Sat, 22 Feb 2014 14:26:45 GMT, Stephan Dilly wrote:

On Sat, 22 Feb 2014 10:45:58 +0100, Sönke Ludwig wrote:

The new release is out - see the main post on D.announce:
http://forum.dlang.org/thread/le9rig$lup$1@digitalmars.com

Download at http://code.dlang.org/download

I just stumbled over this regression that fetch --local does not work and found that this issue was reported already: https://github.com/rejectedsoftware/dub/issues/259

Is there any workaround for this right now ?

Just quickly repeating my answer from the ticket: Workaround is to use git clone, possibly followed by git checkout vX.Y.Z and dub add-local or dub add-path.