Reload repositories with skipped content
The skipped content addition was buggy until rDSTO103950b82224. We need to reimport the skipped content that is missing.
We should manage with something along the lines of
select distinct(data->'task'->'args'->>0) from log where message ~~ '%] Skipping content%';
Migrated from T74 (view on Phabricator)