summaryrefslogtreecommitdiffstats
path: root/roles/distgit/files/setup_git_package
Commit message (Collapse)AuthorAgeFilesLines
* remove unused setup_git_package from distgit roleBrandon Gray2017-07-131-130/+0
|
* Rename the hook post-receive-secondaryarch into post-receive-alternativearchPierre-Yves Chibon2016-10-281-2/+2
|
* Add and install the secondary arch git hookPierre-Yves Chibon2016-10-281-0/+2
| | | | | This hook is meant to notify secondary arch people about changes made to packages that involves: ExclusiveArch or ExcludesArch.
* Point to /srv/git/repositories as this is both backward and forward compatiblePierre-Yves Chibon2015-12-111-1/+1
| | | | And adjust the documentation to mkbranch
* Fix setup_git_package to handle setting up after gitolite setup a broken repoPatrick Uiterwijk2015-02-271-2/+8
| | | | | | | | | | | | | setup_git_package did the same check as pkgdb_sync did [1]. Also, if gitolite already came by, it will have created an update hook, which blocks us from pushing the initial commit (since gitolite has no idea who we are). So in that case, we will just remove the update hook: gitolite will recreate it when it comes by the repo with genacls.sh. The change to mkdir -p is just synto make it not print an error in case the directory already existed. [1]: https://lists.fedoraproject.org/pipermail/infrastructure/2015-February/015600.html Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Feel free to run this as root, mmkey?Patrick Uiterwijk2015-02-231-6/+0
|
* When a bare repo is created, HEAD is invalid, so cloning won't work.Patrick Uiterwijk2015-02-191-1/+2
|
* distgit: Remove the update-chained stuffMathieu Bridon2015-01-231-10/+0
| | | | This doesn't work with Gitolite.
* Add the gitolite update hookPierre-Yves Chibon2015-01-231-0/+4
|
* No need to install our hook ourself anymorePierre-Yves Chibon2015-01-221-6/+6
|
* Fix path to the gitolite update hookPierre-Yves Chibon2015-01-211-1/+1
|
* distgit: Block push of branches named 'origin/*'Mathieu Bridon2014-10-271-2/+10
| | | | | | | | | | | 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
* Add a new distgit roleMathieu Bridon2014-08-261-0/+125
This is the meat of Dist Git, but it requires quite a few of the roles previously created.