| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change all instances of ansible_distribution_major_version to filter to int ↵ | Kevin Fenzi | 2015-05-27 | 1 | -4/+4 |
| | | | | | for comparisons. | ||||
| * | Move the user used by the git-daemon service to be a variable | Pierre-Yves Chibon | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | (fedmsg) Publish git commits in chronological order. | Ralph Bean | 2015-03-29 | 1 | -1/+1 |
| | | | | | | | | | We currently publish them newest to oldest which can be really confusing if you receive them over email. @remicollet pointed this out in ``#fedora-devel`` last week. See https://github.com/fedora-infra/fedmsg/pull/328 | ||||
| * | Obviously, this should come first. | Ralph Bean | 2015-03-25 | 1 | -3/+3 |
| | | |||||
| * | Remove the email-sending git hook. | Ralph Bean | 2015-03-24 | 1 | -1/+4 |
| | | |||||
| * | Update our git hook. | Ralph Bean | 2015-03-20 | 1 | -6/+23 |
| | | | | | | With the changes from here: https://github.com/fedora-infra/fedmsg/pull/327 | ||||
| * | No more inifinite loops, please. | Ralph Bean | 2015-03-12 | 1 | -14/+9 |
| | | | | | See https://github.com/fedora-infra/fedmsg/pull/326 | ||||
| * | Avoid recursively expanding the entire git history. | Ralph Bean | 2015-02-23 | 1 | -17/+1 |
| | | |||||
| * | Update dist-git fedmsg hook after discussion and review. | Ralph Bean | 2015-02-23 | 1 | -25/+32 |
| | | | | | See https://github.com/fedora-infra/fedmsg/pull/322 | ||||
| * | Avoid infinite recursion in the dist-git fedmsg hook. | Ralph Bean | 2015-02-22 | 1 | -7/+18 |
| | | |||||
| * | Tag upthe git/hooks role. | Ralph Bean | 2015-02-20 | 1 | -0/+14 |
| | | |||||
| * | Tell fedmsg on dist-git to just ignore pygit2 Tag objects. | Ralph Bean | 2015-02-20 | 1 | -0/+5 |
| | | |||||
| * | Restart is not needed | Patrick Uiterwijk | 2015-02-19 | 1 | -2/+0 |
| | | |||||
| * | A template is a template... | Patrick Uiterwijk | 2015-02-19 | 1 | -0/+0 |
| | | |||||
| * | Make rhel7 use git daemon, and rhel7 use xinet | Patrick Uiterwijk | 2015-02-19 | 2 | -5/+31 |
| | | |||||
| * | Typofix. | Ralph Bean | 2015-01-29 | 1 | -1/+1 |
| | | |||||
| * | Port to the new pygit2 fedmsg git hook. | Ralph Bean | 2015-01-29 | 2 | -41/+101 |
| | | | | | See https://github.com/fedora-infra/fedmsg/pull/310 | ||||
| * | These misnamed files must be a mistake. | Ralph Bean | 2015-01-29 | 2 | -73/+0 |
| | | |||||
| * | git/hooks: The fedmsg post-receive hook needs GitPython | Mathieu Bridon | 2015-01-27 | 1 | -0/+1 |
| | | |||||
| * | git/check-perms: Adapt the script to the Gitolite3 VREF stuff | Mathieu Bridon | 2015-01-23 | 1 | -47/+14 |
| | | |||||
| * | git/hooks: Improve an error message | Mathieu Bridon | 2015-01-23 | 1 | -3/+8 |
| | | |||||
| * | distgit: Remove the update-chained stuff | Mathieu Bridon | 2015-01-23 | 2 | -13/+0 |
| | | | | | This doesn't work with Gitolite. | ||||
| * | Second fix for the gitolite3 update hook | Pierre-Yves Chibon | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Try a trailing / as indication to create the directory | Pierre-Yves Chibon | 2014-12-16 | 1 | -2/+2 |
| | | |||||
| * | git/checks: Check for the update hooks | Mathieu Bridon | 2014-10-27 | 1 | -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 tasks | Mathieu Bridon | 2014-10-27 | 2 | -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 Bridon | 2014-10-27 | 3 | -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 properly | Mathieu Bridon | 2014-09-24 | 2 | -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 dependency | Mathieu Bridon | 2014-09-24 | 1 | -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 hook | Kevin Fenzi | 2014-08-26 | 1 | -0/+8 |
| | | |||||
| * | Add missing hook file. | Kevin Fenzi | 2014-08-26 | 1 | -0/+65 |
| | | |||||
| * | Fix another task with 2 items in it. | Kevin Fenzi | 2014-08-26 | 1 | -0/+2 |
| | | |||||
| * | Add a new git/make_checkout_seed role | Mathieu Bridon | 2014-08-26 | 2 | -0/+60 |
| | | | | | This will be needed to migrate Dist Git from puppet to ansible. | ||||
| * | Add a new git/server role | Mathieu Bridon | 2014-08-26 | 2 | -0/+32 |
| | | | | | This will be needed to migrate Dist Git from puppet to ansible. | ||||
| * | Add a new git/hooks role | Mathieu Bridon | 2014-08-26 | 6 | -0/+1400 |
| This will be needed to migrate Dist Git from puppet to ansible. | |||||
