fast automerge: base implementation

This commit is contained in:
Valery Sizov 2012-04-22 15:19:09 +03:00
parent ae565d24ee
commit dcbb875c46
4 changed files with 36 additions and 11 deletions

View file

@ -101,6 +101,9 @@ module Project::HooksTrait
# Execute web hooks
self.execute_web_hooks(oldrev, newrev, ref, user)
# Create repo satellite
self.create_repo_satellite unless self.satellite_exists?
end
end
end