
Joachim Breitner
Hi,
Am Montag, den 29.08.2016, 10:03 -0400 schrieb Ben Gamari:
Regardless, you should be able to clone the repo via ssh.
Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
(This is without using an ssh key added to Phab – after all, I need a build service to poll that, and don’t want to hand out keys to that.)
Ahh, sure. Right, it's expected that ssh requires a key. Indeed http is more fitting for your bot.
I’ll wait for the CDN to get working.
I'll let you know when things have been sorted.
Ok, I think I will have to add custom code to take care of DRs in gipeda, but it is probably worth it.
This code won't strictly speaking be in gipeda, right? Rather, it would merely be a bit more logic in the build script, no?
Both.
The build script needs to know that there are two repositories to poll from
Gipeda needs to produce a section, like the one for branches, for DRs, which have slightly different semantics (in particular, they have an explicit base commit that comparisons should be made against, which is not the case for git branches).
Ahhh, I see. A nice point. Cheers, - Ben