Note about why dependency calculations were broken
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 5 Oct 2023 13:04:26 +0000 (14:04 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 5 Oct 2023 13:04:26 +0000 (14:04 +0100)
commite192328396b78f8d292507bf45004bb4890e89fd
tree40581d3a2b9eada8f4f3d88a978193524b80d9d3
parent87cfd2eaa3f190373d48baf4c4b706be99df2348
Note about why dependency calculations were broken

Dependency calculation was only being done partially as the list of
fedora source packages was incomplete.  After examination of the log I
saw:

  + echo 'ocaml-pcre2: package is not checked out locally'
  ocaml-pcre2: package is not checked out locally
  + exit 1

For some reason this did not cause the function (and goals) to exit.
Is it a bug in goals?  Anyway make the error more prominent at least.
Goalfile