summaryrefslogtreecommitdiffstats
path: root/roles/git/checks/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Add the git tag while at itPierre-Yves Chibon2016-11-011-0/+2
|
* Tag the git/checks rolePierre-Yves Chibon2016-11-011-0/+4
|
* Rearrange some tasksMathieu Bridon2014-10-271-0/+14
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.