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

buildenv: using HEAD of a feed will not work #777

Open
pmelange opened this issue Apr 7, 2020 · 1 comment
Open

buildenv: using HEAD of a feed will not work #777

pmelange opened this issue Apr 7, 2020 · 1 comment

Comments

@pmelange
Copy link
Contributor

pmelange commented Apr 7, 2020

One of the supported ways to use feeds.conf includes formatting in the following way:

src-git local_feed_name https://example.com/repo_name/something.git;branch_name

This, unfortunately, is not working. The resulting error is:

fatal: unable to access 'https://github.com/openwrt/packages.git;master/': The requested URL returned error: 400

see https://openwrt.org/docs/guide-developer/feeds#feed_configuration

@SvenRoederer
Copy link
Contributor

SvenRoederer commented Apr 10, 2020

This is also caused by the "glue-code" to create the modules-file from our feeds.conf, as written in #780 (comment).

PR #781 solves issue #780, but not sure if this will also handle the idea of the issue to use the HEAD of a repo.

@SvenRoederer SvenRoederer added this to the 2020.02 - Release milestone Apr 10, 2020
@SvenRoederer SvenRoederer changed the title buildenv: using src-git local_feed_name https://example.com/repo_name/something.git;branch_name broken buildenv: using HEAD of a feed will not work Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants