You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the automated ingestion script crashes, tarballs can be reported as non-signed, because the signature is not verified again during the next run (and self.sig_verified is by default set to False). The script should redo this right before opening the staging PR to make sure that it prints the correct message.