GitLab acquires Gitorious
GitLab acquires Gitorious
Posted Mar 4, 2015 23:29 UTC (Wed) by mathstuf (subscriber, #69389)In reply to: GitLab acquires Gitorious by ejr
Parent article: GitLab acquires Gitorious
Well, we're using git hooks as well, but we are doing it by basically making the merge button inert (only select few have Master permissions; mainly the release team(s)). Instead, we have a bot which is controlled using commands (similar to bors for Rust) which does checks and the actual merge (with smarts to do submodule merging properly). As for git hooks we actually are using server-side, we have one which is implemented globally to deny *all* new branches on the main repos (to enforce a fork->merge request workflow).
Annex support would be NTH for our testing data, but getting all users to have git annex is the main hurdle there (we would need a bot to sync the data down and publish it somewhere *anyways* since git-annex on Windows is a PITA last I checked). The main hurdle for me implementing git-annex support if it came to that would be the fact that my Ruby skills are quite awful (I've set it up at home with gitolite already).
