summaryrefslogtreecommitdiffstats
path: root/roles/distgit/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the correct copy of gitolite.conf.Ralph Bean2015-12-221-1/+1
|
* Fix one conditional.Ralph Bean2015-12-221-2/+2
|
* Use the gitolite Alias feature in staging.Ralph Bean2015-12-222-1/+31
|
* Don't do the magic dist-git map in staging. Work towards phasing it out.Ralph Bean2015-12-222-0/+4
|
* Make gitolite.rc a template.Ralph Bean2015-12-221-0/+196
|
* Switch the order of our two big pkgdb calls to resolve a race condition.Ralph Bean2015-12-181-31/+32
|
* Only symlink if there isn't already onePierre-Yves Chibon2015-12-181-1/+2
|
* Map one way, or the other.Ralph Bean2015-12-181-4/+14
|
* Exit if genacls.sh encounters an error.Ralph Bean2015-12-181-1/+1
|
* Do it live.Ralph Bean2015-12-182-5/+0
|
* Modify gl-conf in staging for dist-git acls.Ralph Bean2015-12-171-0/+15
|
* Make genacls.sh a template.Ralph Bean2015-12-171-0/+18
|
* Conditionalize that so I can debug in stg.Ralph Bean2015-12-171-9/+11
|
* Turn off namespacing in gitolite for the momentPierre-Yves Chibon2015-12-171-8/+9
|
* Needs some space otherwise endup in the same linePierre-Yves Chibon2015-12-171-0/+1
|
* StylePierre-Yves Chibon2015-12-171-2/+1
|
* Fix symlinking the new repo to the old locationPierre-Yves Chibon2015-12-171-4/+5
|
* Fix GIT_FOLDER for prod.Ralph Bean2015-12-171-2/+1
|
* Upon new package git creation, create symlink to old locationPierre-Yves Chibon2015-12-151-0/+4
|
* Invoke mkbranch and setup_git_package with ns/pkgname as package namePierre-Yves Chibon2015-12-111-6/+10
|
* Update pkgdb_sync_git_branches to the new pkgdb API while remaining backward ↵Pierre-Yves Chibon2015-12-111-83/+112
| | | | | | | compatible This commit also adds a TEST_ONLY global boolean useful if you want to test the script without modifying anything on the filesystem.
* Fix indentation in genacls.pkgdbPierre-Yves Chibon2015-12-111-4/+4
|
* Port genacls.pkgdb to the new pkgdb API while being backward compatible with ↵Pierre-Yves Chibon2015-12-111-85/+104
| | | | the old one
* Store the key in a variablePierre-Yves Chibon2015-11-201-3/+4
|
* changes for branchingDennis Gilmore2015-07-151-1/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* (fedmenu) extract the package name from the url.Ralph Bean2015-04-241-5/+11
|
* Add forgotten slash.Ralph Bean2015-04-241-1/+1
|
* Try the fedmenu header for stg cgit.Ralph Bean2015-04-241-1/+20
|
* Try adding a custom cgit header for staging.Ralph Bean2015-04-241-0/+1
|
* Try and fix git branches sync to work with git packed refs.Kevin Fenzi2015-03-061-63/+91
|
* Make pkgdb_sync more resilient by always calling SETUP_PACKAGE if master ↵Patrick Uiterwijk2015-02-271-1/+1
| | | | | | | | | | | | | | | | | does not exist This should make it recover in case there are any repos in a weird state (aka, no master branch). This could for example happen if the package was created in pkgdb after pkgdb_sync ran, but before genacls.pkgdb runs, because then gitolite will see it as a new repo, and create a totally blank repo. Especially since pkgdb_sync will abort after the first error, it would then leave all later created repos broken as well. Calling setup_git_package in a repo without master branch has no ill effect: - Running git init on a pre-initialized repo is a no-op (or at least doesn't destroy current git data) - Since it doesn't have master, it didn't run the script, so adding the first commit and hooks etc are what we want the script to do Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Only remove master from request if it was requestedPatrick Uiterwijk2015-02-251-10/+11
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Publish master creationPatrick Uiterwijk2015-02-241-0/+9
|
* Creating branches is now started by genacls.sh.Patrick Uiterwijk2015-02-241-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* setup_git_repo creates masterPatrick Uiterwijk2015-02-191-0/+1
|
* Remove source_branch stuff, and refuse to create master branch to ↵Patrick Uiterwijk2015-02-191-18/+5
| | | | pre-existing repo
* Formatting and add the f22 branchPierre-Yves Chibon2015-02-191-6/+6
|
* Drop the fas.conf specific to distgitPierre-Yves Chibon2015-01-231-96/+0
|
* Let distgit install its own fas.conf after the first run of fas_clientPierre-Yves Chibon2015-01-231-0/+96
|
* Use the stg pkgdb when retrieving the groupsPierre-Yves Chibon2015-01-231-0/+4
|
* Oupsy forgot the templatePierre-Yves Chibon2015-01-221-0/+4
|
* Adjust genacls.pkgdb to mention running our hookPierre-Yves Chibon2015-01-221-0/+1
|
* Setup for F21 branchingMathieu Bridon2014-09-241-1/+2
| | | | | This change had been made by Dennis Gilmore in puppet (commit 8dc43c), I'm just porting it here to Ansible so we don't miss it.
* Add support for packaging groupsMathieu Bridon2014-09-241-2/+9
| | | | | | This had already been done by Pierre-Yves Chibon in puppet (commits 4cc2ef and 47f29f), I'm just porting it here in Ansible so we don't miss it.
* Try fixing indentationPierre-Yves Chibon2014-09-101-3/+3
|
* Print the error message if there is onePierre-Yves Chibon2014-09-091-0/+1
|
* Accesss stdout in VERBOSE we do not need it otherwisePierre-Yves Chibon2014-09-091-2/+2
|
* Let genacls.pkgdb use the pkgdb.stg instance in stgPierre-Yves Chibon2014-09-091-1/+6
|
* Move the genacls.pkgdb script to the template directoryPierre-Yves Chibon2014-09-091-0/+118
|
* Use pkgdb.stg in stgPierre-Yves Chibon2014-08-281-0/+5
|