revng / revng-orchestra

rev.ng's package manager
4 stars 6 forks source link

`orc update` should fail when none of the remotes have a given repository #28

Closed fcremo closed 3 years ago

fcremo commented 3 years ago

orc update does not throw an error if none of the configured remotes know about a given repo name. This also causes orchestra to search for binary archives named none_<recursive_hash>.tar.gz, because orchestra incorrectly assumes that the component does not have a HEAD commit. Orchestra shuld:

fcremo commented 3 years ago

Addressed by https://github.com/revng/revng-orchestra/pull/30, closing