freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
74 stars 34 forks source link

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

Open pmelange opened 4 years ago

pmelange commented 4 years ago

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 commented 4 years ago

This is also caused by the "glue-code" to create the modules-file from our feeds.conf, as written in https://github.com/freifunk-berlin/firmware/issues/780#issuecomment-611788382.

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.