summaryrefslogtreecommitdiffstats
path: root/roles/git
Commit message (Collapse)AuthorAgeFilesLines
...
* Update dist-git fedmsg hook after discussion and review.Ralph Bean2015-02-231-25/+32
| | | | See https://github.com/fedora-infra/fedmsg/pull/322
* Avoid infinite recursion in the dist-git fedmsg hook.Ralph Bean2015-02-221-7/+18
|
* Tag upthe git/hooks role.Ralph Bean2015-02-201-0/+14
|
* Tell fedmsg on dist-git to just ignore pygit2 Tag objects.Ralph Bean2015-02-201-0/+5
|
* Restart is not neededPatrick Uiterwijk2015-02-191-2/+0
|
* A template is a template...Patrick Uiterwijk2015-02-191-0/+0
|
* Make rhel7 use git daemon, and rhel7 use xinetPatrick Uiterwijk2015-02-192-5/+31
|
* Typofix.Ralph Bean2015-01-291-1/+1
|
* Port to the new pygit2 fedmsg git hook.Ralph Bean2015-01-292-41/+101
| | | | See https://github.com/fedora-infra/fedmsg/pull/310
* These misnamed files must be a mistake.Ralph Bean2015-01-292-73/+0
|
* git/hooks: The fedmsg post-receive hook needs GitPythonMathieu Bridon2015-01-271-0/+1
|
* git/check-perms: Adapt the script to the Gitolite3 VREF stuffMathieu Bridon2015-01-231-47/+14
|
* git/hooks: Improve an error messageMathieu Bridon2015-01-231-3/+8
|
* distgit: Remove the update-chained stuffMathieu Bridon2015-01-232-13/+0
| | | | This doesn't work with Gitolite.
* Second fix for the gitolite3 update hookPierre-Yves Chibon2015-01-211-1/+1
|
* Try a trailing / as indication to create the directoryPierre-Yves Chibon2014-12-161-2/+2
|
* 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.
* distgit: Block push of branches named 'origin/*'Mathieu Bridon2014-10-273-0/+24
| | | | | | | | | | | We already use the update hook for gitolite. This introduces a new update hook, which merely chains the gitolite one, and a new one to block pushes to badly named branches. The new hook was written originally by Till Maas. https://fedorahosted.org/rel-eng/ticket/4071
* git/hooks: Express the role dependency properlyMathieu Bridon2014-09-242-1/+3
| | | | | | | This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452
* git/hooks: Add missing package dependencyMathieu Bridon2014-09-241-0/+1
| | | | | | | This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452
* Add another hookKevin Fenzi2014-08-261-0/+8
|
* Add missing hook file.Kevin Fenzi2014-08-261-0/+65
|
* Fix another task with 2 items in it.Kevin Fenzi2014-08-261-0/+2
|
* Add a new git/make_checkout_seed roleMathieu Bridon2014-08-262-0/+60
| | | | This will be needed to migrate Dist Git from puppet to ansible.
* Add a new git/server roleMathieu Bridon2014-08-262-0/+32
| | | | This will be needed to migrate Dist Git from puppet to ansible.
* Add a new git/hooks roleMathieu Bridon2014-08-266-0/+1400
This will be needed to migrate Dist Git from puppet to ansible.