summaryrefslogtreecommitdiffstats
path: root/roles/git/hooks/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Rename the hook post-receive-secondaryarch into post-receive-alternativearchPierre-Yves Chibon2016-10-281-1/+1
|
* Add and install the secondary arch git hookPierre-Yves Chibon2016-10-281-0/+1
| | | | | This hook is meant to notify secondary arch people about changes made to packages that involves: ExclusiveArch or ExcludesArch.
* Tag upthe git/hooks role.Ralph Bean2015-02-201-0/+14
|
* Typofix.Ralph Bean2015-01-291-1/+1
|
* Port to the new pygit2 fedmsg git hook.Ralph Bean2015-01-291-1/+5
| | | | See https://github.com/fedora-infra/fedmsg/pull/310
* git/hooks: The fedmsg post-receive hook needs GitPythonMathieu Bridon2015-01-271-0/+1
|
* distgit: Remove the update-chained stuffMathieu Bridon2015-01-231-1/+0
| | | | This doesn't work with Gitolite.
* Try a trailing / as indication to create the directoryPierre-Yves Chibon2014-12-161-2/+2
|
* distgit: Block push of branches named 'origin/*'Mathieu Bridon2014-10-271-0/+2
| | | | | | | | | | | 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-241-1/+0
| | | | | | | 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 a new git/hooks roleMathieu Bridon2014-08-261-0/+22
This will be needed to migrate Dist Git from puppet to ansible.