mirror of
https://github.com/odoo/runbot.git
synced 2025-04-02 16:25:45 +07:00
parent
0542b68b92
commit
3915f3d7ae
@ -143,8 +143,7 @@ class runbot_repo(models.Model):
|
|||||||
repo.name, int(t0 - fetch_time), int(t0 - dt2time(repo.hook_time)))
|
repo.name, int(t0 - fetch_time), int(t0 - dt2time(repo.hook_time)))
|
||||||
return
|
return
|
||||||
|
|
||||||
repo._git(['fetch', '-p', 'origin', '+refs/heads/*:refs/heads/*'])
|
repo._git(['fetch', '-p', 'origin', '+refs/heads/*:refs/heads/*', '+refs/pull/*/head:refs/pull/*'])
|
||||||
repo._git(['fetch', '-p', 'origin', '+refs/pull/*/head:refs/pull/*'])
|
|
||||||
|
|
||||||
fields = ['refname', 'objectname', 'committerdate:iso8601', 'authorname', 'authoremail', 'subject', 'committername', 'committeremail']
|
fields = ['refname', 'objectname', 'committerdate:iso8601', 'authorname', 'authoremail', 'subject', 'committername', 'committeremail']
|
||||||
fmt = "%00".join(["%(" + field + ")" for field in fields])
|
fmt = "%00".join(["%(" + field + ")" for field in fields])
|
||||||
|
Loading…
Reference in New Issue
Block a user