I now also added a simple edit command to fix the metadata. All is now merged in v0.10.4
. With the new code, entries should get published automatically (see last comment). For the uploads that you reprocessed with the old build, you can nomad admin uploads edit --publish no-embargo -- <upload_ids>
to fix the metadata. If the upload is already published, you have to re-pack the published files. This is for both versions, the re-process won’t do it on its own. You can do nomad admin uploads re-pack -- <upload_ids>
. The commands edit
and re-pack
work like the re-process
command, if you give no <upload_ids>
, the command will be applied to all uploads. There are no checks on the edit command. It is supposed to fix inconsistencies, like the one we created. Be careful to only apply it to uploads that are already published.