Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the overriding of static files in dist-git | Pierre-Yves Chibon | 2017-09-05 | 1 | -0/+15 |
| | |||||
* | Let's not crash the entire script if the repo is present but empty | Pierre-Yves Chibon | 2017-08-17 | 1 | -1/+4 |
| | | | | | | This is the case with : https://src.fedoraproject.org/rpms/ntetris https://src.fedoraproject.org/rpms/python-yubikey-manager | ||||
* | More fixes to make the mass-branching script work (was done yesterday) | Pierre-Yves Chibon | 2017-08-16 | 1 | -11/+11 |
| | |||||
* | Start porting pkgdb_sync_git_branches to a world w/o pkgdb | Pierre-Yves Chibon | 2017-08-15 | 1 | -81/+11 |
| | |||||
* | Forward main page requests and login requests to src.fp.o | Patrick Uiterwijk | 2017-08-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org> | ||||
* | Actually we need python-fedmsg-genacls and its config file | Pierre-Yves Chibon | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Let fedmsg-genacls piles up on the blockerbug FAS account | Pierre-Yves Chibon | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | Somehow string needs quotes... | Pierre-Yves Chibon | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | Move fedmsg-genacls-config.py to a template and configure it for the new world | Pierre-Yves Chibon | 2017-07-25 | 1 | -0/+12 |
| | |||||
* | Make the hostname valid pkgs..stgfedoraproject.org is not valid somehow | Patrick Uiterwijk | 2017-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Drop genacls.pkgdb in stg | Pierre-Yves Chibon | 2017-07-13 | 1 | -465/+0 |
| | |||||
* | dist-git: setup for production | clime | 2017-05-31 | 4 | -81/+2 |
| | |||||
* | pkgs-stg: employ the dist-git package setup_git_package and mkbranch scripts | clime | 2017-05-22 | 2 | -0/+180 |
| | |||||
* | pkgs-stg: use the new dist-git package | clime | 2017-05-09 | 1 | -0/+66 |
| | | | | only upload.cgi script is used for now | ||||
* | Make all the maintainers, groups and users have commit access | Pierre-Yves Chibon | 2017-04-21 | 1 | -1/+2 |
| | |||||
* | Instantiate the variable and properly pass on the DB session | Pierre-Yves Chibon | 2017-04-21 | 1 | -1/+2 |
| | |||||
* | Make all the creation (group and project) be done by the releng user | Pierre-Yves Chibon | 2017-04-21 | 1 | -8/+21 |
| | | | | Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> | ||||
* | Drop the test-* namespaces | Pierre-Yves Chibon | 2017-03-27 | 1 | -15/+0 |
| | |||||
* | Undo the changes for pkgdb syncing git branches | Mohan Boddu | 2017-03-01 | 1 | -2/+1 |
| | | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com> | ||||
* | Fedora 26 Branching | Mohan Boddu | 2017-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com> | ||||
* | Use mkbranch_branching for branching | Mohan Boddu | 2017-02-28 | 1 | -1/+2 |
| | | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com> | ||||
* | Make updating gitolite and pagure multi-threaded | Pierre-Yves Chibon | 2017-02-24 | 1 | -91/+116 |
| | | | | | This speeds up the process a little bit but not enough for what we want we'll still need to optimize this. | ||||
* | Include the forks in the gitolite configuration | Pierre-Yves Chibon | 2017-02-21 | 1 | -0/+12 |
| | |||||
* | Ignore existing git repo on disk when creating projects in the DB | Pierre-Yves Chibon | 2017-02-13 | 1 | -0/+2 |
| | |||||
* | Only print the config file used in testing mode | Pierre-Yves Chibon | 2017-02-13 | 1 | -3/+4 |
| | |||||
* | More fixes for pagure on dist-git stg | Pierre-Yves Chibon | 2017-02-13 | 1 | -3/+4 |
| | | | | | | - Expand the list of allowed prefix so we can include the test namespaces - Be compatible with pagure 2.12 that does not know about ACLs yet - Update forgotten variable | ||||
* | Update the script syncing ACLs from pkgdb to dist-git and pagure to the ↵ | Pierre-Yves Chibon | 2017-02-13 | 1 | -84/+126 |
| | | | | recent changes made to pagure | ||||
* | Fix package injected to fedmenu on pkgs.fp.o | Marian Csontos | 2016-12-20 | 1 | -2/+2 |
| | | | | | | | Fedmenu is used to link other package related services. On pkgs.fp.o constant "rpms" is used instead of package name. Signed-off-by: Marian Csontos <mcsontos@redhat.com> | ||||
* | Fix kojid | Patrick Uiterwijk | 2016-12-12 | 1 | -1/+3 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | src.stg is just fine | Patrick Uiterwijk | 2016-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Fix typo | Patrick Uiterwijk | 2016-12-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Redirect for pkgs | Patrick Uiterwijk | 2016-12-12 | 1 | -52/+7 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | This is proxied https | Patrick Uiterwijk | 2016-12-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Allow upload lookaside via src | Patrick Uiterwijk | 2016-12-10 | 1 | -0/+24 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Add test-docker/ in addition to test-modules/, etc.. | Ralph Bean | 2016-12-02 | 3 | -0/+6 |
| | |||||
* | Only perform the copy if the original namespace is present. | Ralph Bean | 2016-12-01 | 3 | -6/+12 |
| | |||||
* | Rename rpms-checks to test-rpms, and create test-modules. | Ralph Bean | 2016-12-01 | 3 | -9/+24 |
| | |||||
* | Disable SSL auth for stg distgit | Patrick Uiterwijk | 2016-11-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Get rid of require all granted | Patrick Uiterwijk | 2016-10-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Allow GSSAPI for lookaside | Patrick Uiterwijk | 2016-10-14 | 1 | -13/+20 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Unify all ssl cipher suite configurations | Patrick Uiterwijk | 2016-08-31 | 2 | -0/+80 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Add missing import | Pierre-Yves Chibon | 2016-07-31 | 1 | -0/+1 |
| | |||||
* | Use space and not a tab | Pierre-Yves Chibon | 2016-07-30 | 2 | -2/+2 |
| | |||||
* | Point pagure to its proper config file | Pierre-Yves Chibon | 2016-07-30 | 1 | -0/+6 |
| | |||||
* | Install a different genacls.pkgdb in stg vs prod now that stg has pagure | Pierre-Yves Chibon | 2016-07-30 | 1 | -0/+366 |
| | |||||
* | Setup for Rawhide being 26 | Mohan Boddu | 2016-07-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com> | ||||
* | Do the rpms-checks virtual distgit namespace in prod. | Ralph Bean | 2016-04-08 | 2 | -4/+0 |
| | |||||
* | Create an artificial rpms-checks/ dist-git namespace (in staging). | Ralph Bean | 2016-04-07 | 2 | -0/+18 |
| | |||||
* | chnages neede for mass branching | Dennis Gilmore | 2016-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org> | ||||
* | Flip pkgs/dist-git over to use the gitolite Alias feature. | Ralph Bean | 2016-01-04 | 3 | -47/+0 |
| |