Skip to content

Include package name in the error when sync fails

Ron Williams requested to merge rw_van/pkgutils:sync-error into master

If there is a problem when syncing a package, error instead of panic. The package name is now included in the error. This situation can occur if the package was available for download, but no longer is. It can also occur due to a communication error.

Merge request reports