Commit 03661a49 authored by Michal Čihař's avatar Michal Čihař

Use commiter info from a resource

Issue #507
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b561348f
......@@ -566,8 +566,8 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
self.repository.configure_remote(self.repo, self.push, self.branch)
self.repository.set_committer(
self.project.committer_name,
self.project.committer_email
self.committer_name,
self.committer_email
)
self.update_remote_branch(validate)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment