Adding DMDScript to dub

Rikki Cattermole via Digitalmars-d digitalmars-d at puremagic.com
Mon Dec 15 00:15:06 PST 2014


On 15/12/2014 8:44 p.m., Walter Bright wrote:
> On 12/14/2014 10:21 PM, Rikki Cattermole wrote:
>> On 15/12/2014 7:12 p.m., Walter Bright wrote:
>>>> Branch ~test: Package names may not be empty. Check dub.json.
>>>
>>> That's a new error, I fixed the original per Rikki's advice. I don't
>>> understand it, either. Shouldn't it be looking at master, not branch
>>> test?
>>
>> Test branch: https://github.com/DigitalMars/DMDScript/blob/test/dub.json
>> Master branch:
>> https://github.com/DigitalMars/DMDScript/blob/test/dub.json
>>
>> Same issue, just hasn't been updated.
>
> How do I get dub to stop looking at the test branch?

Dammit looks like I posted test branch link as both.

Dub shouldn't be looking for the branch unless its explicitly told to. 
The test branch is wrong for the dub files. Master is correct.
However if your git repo locally is on test branch then just change to 
master.

TLDR
$ git checkout master
And most likely want to merge changes for dub files back into test 
branch from master.


More information about the Digitalmars-d mailing list