www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - posix.mak wants my private key

reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
trying to build d-programming-language.org from master, and

make -f posix.mak all

results in

Enter passphrase for key '/home/ellery/.ssh/id_rsa'

wtf?
Apr 05 2013
next sibling parent "Steven Schveighoffer" <schveiguy yahoo.com> writes:
On Fri, 05 Apr 2013 13:41:54 -0400, Ellery Newcomer  
<ellery-newcomer utulsa.edu> wrote:

 trying to build d-programming-language.org from master, and

 make -f posix.mak all

 results in

 Enter passphrase for key '/home/ellery/.ssh/id_rsa'

 wtf?
It's trying to git clone the repositories from github. Apparently your key has a passphrase on it. -Steve
Apr 05 2013
prev sibling parent reply Martin Nowak <code dawg.eu> writes:
On 04/05/2013 07:41 PM, Ellery Newcomer wrote:
 trying to build d-programming-language.org from master, and

 make -f posix.mak all

 results in

 Enter passphrase for key '/home/ellery/.ssh/id_rsa'

 wtf?
The makefile should use the git:// protocol instead of ssh to access github.
Apr 05 2013
parent "Dicebot" <m.strashun gmail.com> writes:
On Friday, 5 April 2013 at 18:34:50 UTC, Martin Nowak wrote:
 On 04/05/2013 07:41 PM, Ellery Newcomer wrote:
 trying to build d-programming-language.org from master, and

 make -f posix.mak all

 results in

 Enter passphrase for key '/home/ellery/.ssh/id_rsa'

 wtf?
The makefile should use the git:// protocol instead of ssh to access github.
I usually use http(s) protocol when doing packaging to minimize possible firewall issues.
Apr 05 2013