Fix preprocessing for ref-updated events

The conditional that did a 'git remote update' for ref-updated
events (which otherwise don't affect the Merger) was wrong.

Change-Id: Icb2596df023279442613e10e13104a3621d867d9
This commit is contained in:
James E. Blair 2013-08-27 17:17:02 -07:00
parent b34e9261fe
commit 312df9a7e8
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ class Scheduler(threading.Thread):
return
# Preprocessing for ref-update events
if hasattr(event, 'refspec'):
if event.ref:
# Make sure the local git repo is up-to-date with the remote one.
# We better have the new ref before enqueuing the changes.
# This is done before enqueuing the changes to avoid calling an