summaryrefslogtreecommitdiffstats
path: root/roles/gitolite/check_fedmsg_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Brute force.Kevin Fenzi2015-01-101-1/+1
|
* See if the job is confusing it.Kevin Fenzi2015-01-101-1/+1
|
* Possibly this, but i doubt it.Kevin Fenzi2015-01-101-1/+3
|
* Try this.Kevin Fenzi2015-01-101-2/+2
|
* Fix syntaxKevin Fenzi2015-01-101-1/+2
|
* Rearrange some tasksMathieu Bridon2014-10-273-428/+4
| | | | | | | | | | | | | | | 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.
* Add check-perms scriptKevin Fenzi2014-08-261-0/+419
|
* Fix another 2 task itemKevin Fenzi2014-08-261-1/+3
|
* Add a new gitolite/check_fedmsg_hooks roleMathieu Bridon2014-08-261-0/+15
This will be needed to migrate Dist Git from puppet to ansible.