cockpit-project / cockpit-ostree

Cockpit component for managing software updates for OSTree based systems
GNU Lesser General Public License v2.1
26 stars 17 forks source link

build.js: write metafile in a normal build #638

Closed jelly closed 1 month ago

jelly commented 1 month ago

In the introduction of the metafile argument accidentally it was added to the watch mode instead of the normal build.


Don't hack in the airport lobby :grin:

jelly commented 1 month ago

Ah, ok! But that means that metafiles will not be produced during watch mode? Don't we want both?

They don't, we could add it but it feels unneeded. Usually the builds are quick enough and you need to upload a file so getting new metadata is already a separate "step".

jelly commented 1 month ago

OK, fair enough. Do we need to copy this fix to all the other projects?

This was a mistaken introduced by failing to handle conflicts from git am all other projects are fine.

jelly commented 1 month ago

Second bootc failure in a row, retrying one more time.