Retry packages that failed to build because of network errors #250
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure if there already is a mechanism in place to retry packages that failed, but looking at the current failure logs (of which there are 1075)
205 logs contain "==> ERROR: Could not download sources."
70 logs contain "==> ERROR: Failure while downloading"
41 logs contain "==> ERROR: One or more files did not pass the validity check!"
(duplicates not removed)
Since these should be somewhat "cheap" to retry (as nothing was built), maybe it's worth it to give them some more attempts?
I retried these ones just a few days ago (should be visible from the build-date in the logs), so that should be a pretty accurate status quo and not worth retrying just now.
I'll have a look at those.
I requeued what I could find.
Closing this as completed.