Build Master: Scheduling II

Craig Dillabaugh craig.dillabaugh at gmail.com
Tue Dec 3 20:38:40 PST 2013


On Wednesday, 4 December 2013 at 04:29:19 UTC, Andrew Edwards 
wrote:
> On 12/3/13, 9:15 PM, Andrew Edwards wrote:
>> On 12/3/13, 4:23 PM, Martin Nowak wrote:
>>> Only Walter knows how to build the zip.
>>> Nick wrote a build script the produces a similar zip file,
>>> https://github.com/D-Programming-Language/installer/pull/24.
>>> Maybe we can get that in shape for the next few releases.
>>
>> I'll check it out. Hopefully it does what I need.
>>
>
> Tried it but came across the following errors:
>
>
> andrews-mini:osx-release ace$ ~/create_dmd_release v2.065-b1 
> --extras=$HOME/localextras-osx --archive-zip --archive-7z
>
> Cloning: git at github.com:D-Programming-Language/dmd.git
>
> The authenticity of host 'github.com (192.30.252.128)' can't be 
> established.
>
> RSA key fingerprint is 
> 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
>
> Are you sure you want to continue connecting (yes/no)? yes
>
> Warning: Permanently added 'github.com,192.30.252.128' (RSA) to 
> the list of known hosts.
>
> Permission denied (publickey).
>
> fatal: Could not read from remote repository.
>
>
>
> Please make sure you have the correct access rights
>
> and the repository exists.
>
> Couldn't do git protocol, falling back to 'https://'...
>
> Cloning: https://github.com/D-Programming-Language/dmd.git
>
> Cloning: https://github.com/D-Programming-Language/druntime.git
>
> error: pathspec 'v2.065-b1' did not match any file(s) known to 
> git.
>
> create_dmd_release: Error: Command failed (ran from dir 
> '/private/var/folders/40/ks15z23971qfm9vsn2c2mz640000gn/T/.create_dmd_release/druntime'): 
> git checkout -q 'v2.065-b1'
>
>
> I created the v2.065-b1 tag and verified that it actually 
> exists. If I use 2.065 as indicated in the instructions for 
> making betas, it results in the exact same error.
>
> Any thoughts?
>
> Thanks,
> Andrew

Maybe you have already looked here, but it may help you with your 
first error:

https://help.github.com/articles/error-permission-denied-publickey

Good luck.
Craig


More information about the Digitalmars-d mailing list