Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use the correct copy of gitolite.conf. | Ralph Bean | 2015-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fix one conditional. | Ralph Bean | 2015-12-22 | 1 | -2/+2 | |
| | ||||||
* | Use the gitolite Alias feature in staging. | Ralph Bean | 2015-12-22 | 2 | -1/+31 | |
| | ||||||
* | Don't do the magic dist-git map in staging. Work towards phasing it out. | Ralph Bean | 2015-12-22 | 2 | -0/+4 | |
| | ||||||
* | Make gitolite.rc a template. | Ralph Bean | 2015-12-22 | 1 | -0/+196 | |
| | ||||||
* | Switch the order of our two big pkgdb calls to resolve a race condition. | Ralph Bean | 2015-12-18 | 1 | -31/+32 | |
| | ||||||
* | Only symlink if there isn't already one | Pierre-Yves Chibon | 2015-12-18 | 1 | -1/+2 | |
| | ||||||
* | Map one way, or the other. | Ralph Bean | 2015-12-18 | 1 | -4/+14 | |
| | ||||||
* | Exit if genacls.sh encounters an error. | Ralph Bean | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Do it live. | Ralph Bean | 2015-12-18 | 2 | -5/+0 | |
| | ||||||
* | Modify gl-conf in staging for dist-git acls. | Ralph Bean | 2015-12-17 | 1 | -0/+15 | |
| | ||||||
* | Make genacls.sh a template. | Ralph Bean | 2015-12-17 | 1 | -0/+18 | |
| | ||||||
* | Conditionalize that so I can debug in stg. | Ralph Bean | 2015-12-17 | 1 | -9/+11 | |
| | ||||||
* | Turn off namespacing in gitolite for the moment | Pierre-Yves Chibon | 2015-12-17 | 1 | -8/+9 | |
| | ||||||
* | Needs some space otherwise endup in the same line | Pierre-Yves Chibon | 2015-12-17 | 1 | -0/+1 | |
| | ||||||
* | Style | Pierre-Yves Chibon | 2015-12-17 | 1 | -2/+1 | |
| | ||||||
* | Fix symlinking the new repo to the old location | Pierre-Yves Chibon | 2015-12-17 | 1 | -4/+5 | |
| | ||||||
* | Fix GIT_FOLDER for prod. | Ralph Bean | 2015-12-17 | 1 | -2/+1 | |
| | ||||||
* | Upon new package git creation, create symlink to old location | Pierre-Yves Chibon | 2015-12-15 | 1 | -0/+4 | |
| | ||||||
* | Invoke mkbranch and setup_git_package with ns/pkgname as package name | Pierre-Yves Chibon | 2015-12-11 | 1 | -6/+10 | |
| | ||||||
* | Update pkgdb_sync_git_branches to the new pkgdb API while remaining backward ↵ | Pierre-Yves Chibon | 2015-12-11 | 1 | -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.pkgdb | Pierre-Yves Chibon | 2015-12-11 | 1 | -4/+4 | |
| | ||||||
* | Port genacls.pkgdb to the new pkgdb API while being backward compatible with ↵ | Pierre-Yves Chibon | 2015-12-11 | 1 | -85/+104 | |
| | | | | the old one | |||||
* | Store the key in a variable | Pierre-Yves Chibon | 2015-11-20 | 1 | -3/+4 | |
| | ||||||
* | changes for branching | Dennis Gilmore | 2015-07-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org> | |||||
* | (fedmenu) extract the package name from the url. | Ralph Bean | 2015-04-24 | 1 | -5/+11 | |
| | ||||||
* | Add forgotten slash. | Ralph Bean | 2015-04-24 | 1 | -1/+1 | |
| | ||||||
* | Try the fedmenu header for stg cgit. | Ralph Bean | 2015-04-24 | 1 | -1/+20 | |
| | ||||||
* | Try adding a custom cgit header for staging. | Ralph Bean | 2015-04-24 | 1 | -0/+1 | |
| | ||||||
* | Try and fix git branches sync to work with git packed refs. | Kevin Fenzi | 2015-03-06 | 1 | -63/+91 | |
| | ||||||
* | Make pkgdb_sync more resilient by always calling SETUP_PACKAGE if master ↵ | Patrick Uiterwijk | 2015-02-27 | 1 | -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 requested | Patrick Uiterwijk | 2015-02-25 | 1 | -10/+11 | |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | Publish master creation | Patrick Uiterwijk | 2015-02-24 | 1 | -0/+9 | |
| | ||||||
* | Creating branches is now started by genacls.sh. | Patrick Uiterwijk | 2015-02-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | setup_git_repo creates master | Patrick Uiterwijk | 2015-02-19 | 1 | -0/+1 | |
| | ||||||
* | Remove source_branch stuff, and refuse to create master branch to ↵ | Patrick Uiterwijk | 2015-02-19 | 1 | -18/+5 | |
| | | | | pre-existing repo | |||||
* | Formatting and add the f22 branch | Pierre-Yves Chibon | 2015-02-19 | 1 | -6/+6 | |
| | ||||||
* | Drop the fas.conf specific to distgit | Pierre-Yves Chibon | 2015-01-23 | 1 | -96/+0 | |
| | ||||||
* | Let distgit install its own fas.conf after the first run of fas_client | Pierre-Yves Chibon | 2015-01-23 | 1 | -0/+96 | |
| | ||||||
* | Use the stg pkgdb when retrieving the groups | Pierre-Yves Chibon | 2015-01-23 | 1 | -0/+4 | |
| | ||||||
* | Oupsy forgot the template | Pierre-Yves Chibon | 2015-01-22 | 1 | -0/+4 | |
| | ||||||
* | Adjust genacls.pkgdb to mention running our hook | Pierre-Yves Chibon | 2015-01-22 | 1 | -0/+1 | |
| | ||||||
* | Setup for F21 branching | Mathieu Bridon | 2014-09-24 | 1 | -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 groups | Mathieu Bridon | 2014-09-24 | 1 | -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 indentation | Pierre-Yves Chibon | 2014-09-10 | 1 | -3/+3 | |
| | ||||||
* | Print the error message if there is one | Pierre-Yves Chibon | 2014-09-09 | 1 | -0/+1 | |
| | ||||||
* | Accesss stdout in VERBOSE we do not need it otherwise | Pierre-Yves Chibon | 2014-09-09 | 1 | -2/+2 | |
| | ||||||
* | Let genacls.pkgdb use the pkgdb.stg instance in stg | Pierre-Yves Chibon | 2014-09-09 | 1 | -1/+6 | |
| | ||||||
* | Move the genacls.pkgdb script to the template directory | Pierre-Yves Chibon | 2014-09-09 | 1 | -0/+118 | |
| | ||||||
* | Use pkgdb.stg in stg | Pierre-Yves Chibon | 2014-08-28 | 1 | -0/+5 | |
| |