elementary / os

The OS build system
https://elementary.io
GNU General Public License v3.0
966 stars 129 forks source link

Build using wrong branch names #646

Closed Sean-StarLabs closed 1 year ago

Sean-StarLabs commented 1 year ago

The build script seems to use the values from lsb-release and these don't match the branch names in other repositories

i.e. It tries to clone branch jolnir from https://github.com/elementary/seeds which doesn't exist

tintou commented 1 year ago

Thanks for catching it, we've had one last minute change with lsb-release, it should be sorted with https://github.com/elementary/os/commit/ca27d3aadd536d0abaf588f4433df6ef07a4500c

Sean-StarLabs commented 1 year ago

That does the trick, thanks :)