-
Notifications
You must be signed in to change notification settings - Fork 3
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
The update command does not work with http clone #27
Comments
Currently I think it mostly works for repos cloned over ssh. |
Here is the clone's .git/config:
|
I would recommend though to use You are correct that https does work too apparently - whereas I was simplifying/assuming a https repo to be an anonymous checkout. |
Maybe some user config could be added: like "prefer-https-to-ssh". It is also useful to have support for "anonymous checkouts" (eg if you are working on a host without your ssh keys or not a Fedora packager), and https: is probably the main way to do that currently (maybe git: also works). |
(You mean
and But I do like your idea of suggesting next steps... that would be friendly - let me see later... |
Just noting this page here: https://fedoraproject.org/wiki/Infrastructure/HTTPS-commits |
Hi, it seems like the update command does not work with package cloned over http.
Here is what I did:
fbrnch update
Here is what I got:
Here is what I expected:
And perhaps the tool could have reminded me that:
fedpkg scratch-build --srpm
to build in kojifedpkg push
to submit the updateThe text was updated successfully, but these errors were encountered: