Hi all,

Gerrit decided to crap itself this morning while doing garbage collection
on the repositories. As a result, you may have some issues when fetching
the latest objects from the repo. Right now MediaWiki core seems to be the
only repo noticeably affected, but I'm currently checking into the status
for all repositories.

Fresh clones are not affected. If you end up hitting a problem in fetching,
the following workaround should get you back in shape:

  cp .git/config .git/config.backup
  git remote remove origin
  mv .git/config.backup .git/config
  git fetch

Investigation is ongoing. If you hit any other repos than MW that seem to
be having issues, please chime in on
https://phabricator.wikimedia.org/T151676

Have a good weekend!

-Chad
_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to