Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb-ostree-builder needs github key on the master branch #2

Open
jeremiah opened this issue Feb 22, 2019 · 2 comments
Open

deb-ostree-builder needs github key on the master branch #2

jeremiah opened this issue Feb 22, 2019 · 2 comments

Comments

@jeremiah
Copy link

While trying to use deb-ostree-builder I get the following error;

git@github.com: 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
subprocess.check_call(['git', 'fetch', 'origin'])
File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'fetch', 'origin']' returned non-zero exit status 128.

I've configured the default.ini, but there is no mention of a git repo. What is the program looking for at GitHub?

@jeremiah jeremiah changed the title No mention of git repo in README deb-ostree-builder fails needs github key Feb 22, 2019
@dbnicholson
Copy link
Owner

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).

@jeremiah
Copy link
Author

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.

@jeremiah jeremiah changed the title deb-ostree-builder fails needs github key deb-ostree-builder fails needs github key on the master branch Feb 22, 2019
@jeremiah jeremiah changed the title deb-ostree-builder fails needs github key on the master branch deb-ostree-builder needs github key on the master branch Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants