Page MenuHomePhabricator

Post-commit hooks failing to ping CodeReview
Closed, ResolvedPublic

Description

After today's outage it had stopped updating, makes development kinda hard.


Version: unspecified
Severity: blocker

Details

Reference
bz24270

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:00 PM
bzimport set Reference to bz24270.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 24273 has been marked as a duplicate of this bug. ***

commits are availlable again

After committing I got this error:
post-commit hook failed (exit code 8) with no output

I found the last 4 commits (r8776-r8779) are lost

The exit code 8 is probably coming from the call wget call to the Code Review proxy in deferred-updates.sh.

Now whether that's wget's fault or CR, I haven't figured out yet.

It was CodeReview's fault, specifically r70588 which broke it.

Merged the fix from trunk and deployed it, also imported the missing 4 commits.

The last 3 commits (r9019-r9021 of pywikipedia) are still lost in the code
review. See http://svn.wikimedia.org/viewvc/pywikipedia/trunk/?view=log and
http://www.mediawiki.org/wiki/Special:Code/pywikipedia. After committing I got this error:
post-commit hook failed (exit code 8) with no output

Just got another post-commit hook error on pywikipedia.

The last 3 commits (r9026-9028) are still missing

Lewis Cawte wrote me:

All commits up to date and added.

I poked Reedy last night on IRC, they didn't know about 3 newer commits,
so they were missed, and poked him a minute ago, and now everything is
sorted ;)

  • Lewis Cawte

Thanks