deb-ostree-builder
deb-ostree-builder copied to clipboard
deb-ostree-builder needs github key on the master branch
While trying to use deb-ostree-builder I get the following error;
[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Traceback (most recent call last):
File "./deb-ostree-builder", line 102, in
I've configured the default.ini, but there is no mention of a git repo. What is the program looking for at GitHub?
Yeesh, I forgot about that. It's trying to update itself. That's based on something our internal Endless builder does. You should try the simple-builder
branch (which I should just merge to master what's here is unmaintained).
I thought it was doing something like that. I ran it in strace and it looked like it was checking out itself to a build directory. :-) I couldn't see where to add credentials. I'll use simple-builder branch.