summaryrefslogtreecommitdiffstats
path: root/roles/git/checks
Commit message (Collapse)AuthorAgeFilesLines
* Rework the fedmsg-hook check so that it actually works and give some space ↵Pierre-Yves Chibon2016-11-011-9/+17
| | | | to the code
* Add the git tag while at itPierre-Yves Chibon2016-11-011-0/+2
|
* Tag the git/checks rolePierre-Yves Chibon2016-11-011-0/+4
|
* Add the alternativearch hook to the check-perms scriptPierre-Yves Chibon2016-11-011-0/+2
|
* git/check-perms: Adapt the script to the Gitolite3 VREF stuffMathieu Bridon2015-01-231-47/+14
|
* Second fix for the gitolite3 update hookPierre-Yves Chibon2015-01-211-1/+1
|
* git/checks: Check for the update hooksMathieu Bridon2014-10-271-1/+70
| | | | | | | | We are now setting up distgit (and possibily other things like Fedora Hosted) to use a more elaborate system of update hooks. This updates the checking script so it is capable of ensuring this set up.
* Rearrange some tasksMathieu Bridon2014-10-272-0/+433
We have a gitolite/check_fedmsg_hooks role, which installs a script and schedules it. Turns out, this script does more than just checking the fedmsg hooks, depending on the command-line arguments used when running it. As such, it makes sense to separate it out into its own role, and make the gitolite/check_fedmsg_hooks role (and any other one using the script) depend on it. For example, this script is used for Fedora Hosted (still in Puppet), and will soon be used for a new distgit hook check.