genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
19 stars 18 forks source link

Extend `goa archive-versions` for index projects #74

Closed jschlatow closed 5 months ago

jschlatow commented 6 months ago

goa archive-versions --versions-from-genode-dir <path> is a useful command for capturing the versions from all used archives in order to update a goarc file. However, it only covers the archives referenced in a pkg//archives file.

In order to allow updating a goa-managed index project without the need to switch all genode and sub-repo branches, it would be handy to extend the goa archive-versions command to the pkg's referenced in an index project. This way one could easily capture the versions in a local goarc file once.