summaryrefslogtreecommitdiffstats
path: root/roles/copr
Commit message (Collapse)AuthorAgeFilesLines
...
* Use raw instead of commandJakub Kadlčík2017-01-261-1/+1
|
* Continue running MBS on copr-frontend (pt3)Jakub Kadlčík2017-01-265-43/+176
|
* Add production configJakub Kadlčík2017-01-261-0/+14
|
* Have MBS in same apache config as copr (later, ansible should add it there)Jakub Kadlčík2017-01-262-51/+17
|
* Continue running MBS on copr-frontend (pt2)Jakub Kadlčík2017-01-261-8/+50
|
* Run MBS on copr-frontend instance (unfinished)Jakub Kadlčík2017-01-267-0/+147
|
* copr: remove no longer valid records in hosts fileclime2017-01-231-6/+0
|
* copr-backend: pre-create copr user and group with predefined uid, gidclime2017-01-211-0/+4
|
* copr-backend: provide own patched _nova_compute module (orig taken from ↵clime2017-01-211-0/+599
| | | | ansible 2.2)
* copr-dist-git; create users and groups beforehand with predefined uids and gidsclime2017-01-211-9/+14
| | | | ...so that we don't need to chown huge amount of files after deploy
* copr-dist-git: move non-critical long-running tasks to the playbook endclime2017-01-201-5/+8
| | | | ...so that the machine can operate meanwhile
* copr-dist-git: use directory recurse to set ownership of cgit_pkg_list fileclime2017-01-191-6/+2
|
* copr-keygen: use dnf ansible module instead of yum-deprecated shell cmdclime2017-01-191-1/+3
|
* copr-keygen: let obs-signd be installed as dep of copr-keygenclime2017-01-191-3/+0
|
* copr-dist-git: use dnf ansible module instead of yumclime2017-01-191-2/+2
|
* copr-dist-git: use dnf ansible plugin instead of yum-deprecated shell commandclime2017-01-191-3/+4
|
* copr-frontend: user dnf ansible module instead of yum-deprecated shell commandclime2017-01-191-10/+8
|
* copr-frontend: do not install python2-modulemd from COPR, use fedora ↵clime2017-01-192-17/+0
| | | | official repos
* copr-backend: ensure copr-backend and copr-selinux packages are of the ↵clime2017-01-191-2/+6
| | | | latest versions
* copr: do not install packages that are installed as deps of copr-backendclime2017-01-191-3/+0
|
* copr: stop using yum-deprecated and install python2-modulemd from official ↵clime2017-01-194-33/+21
| | | | | | | | fedora repos Note that copr-backend is installed from @copr/copr repo. That however needs lighttpd to be already running unless package is retrieved from a local filepath. That's why we add additional local-filesystem path repofile for @copr/copr.
* copr: support for python-novaclient 3 in filter plugin for ansibleclime2017-01-121-5/+4
|
* copr: do not patch mock configs of eoled fedorasclime2017-01-091-8/+0
|
* copr: rawhide -> 26 redirectsclime2016-12-014-0/+7
|
* copr: lower builds per user limitclime2016-12-011-1/+1
|
* copr-backend: do not enable tmpfs mock plugin on ppc64le buildersclime2016-11-221-0/+2
| | | | we do not have the same disk space available as on x86_64 builders
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-013-3/+3
|
* copr: use f24 chroot for mock-scmMiroslav Suchý2016-10-311-0/+3
|
* use yum-deprecated in copr-keygen setup atmclime2016-10-121-2/+2
|
* disable usage of testing volume for copr-keygen-devclime2016-10-111-3/+3
|
* mount testing volume for copr-keygen-devclime2016-10-111-0/+4
|
* symlink f26 to rawhide chroots in /etc/mock/ configsclime2016-10-052-0/+6
|
* Copr mock configs should use yum.conf, not dnf.confMikolaj Izdebski2016-10-043-3/+3
| | | | | | | mockchain always appends extra repositories to yum.conf, even if dnf is set as package manager. When both dnf.conf and yum.conf are present, dnf uses only the first one and doesn't use repos added by mockchain.
* Move these to templates as we have some variables to set.Kevin Fenzi2016-09-253-3/+3
|
* Make cgitrc and cgitrc.slow files and copy them over instead of lineinline ↵Kevin Fenzi2016-09-253-49/+172
| | | | and a remote copy that changes every run.
* append to url.redirect, not set over in copr-backend lighttpd.confclime2016-09-211-1/+1
|
* copr-backend lighttpd redirect from mageia i386 to mageia i586clime2016-09-212-0/+4
|
* pre-install python2-modulemd for copr-backend and also copr-frontendclime2016-09-202-0/+6
|
* install modulemd repo on copr-frontendclime2016-09-202-0/+17
|
* get rid of no longer needed fedpkg downgrade for copr-backendclime2016-09-202-7/+4
|
* add copr-service to docker group for copr-dist-git.serviceclime2016-09-191-1/+1
|
* upgrade copr-dist-git if higher version is availableclime2016-09-191-0/+4
|
* fix clone url for copr-dist-gitclime2016-09-151-1/+1
|
* make copr-dist-git compatible with the latest fedpkg versionsclime2016-09-141-0/+1
|
* remove db setup from copr-frontend main.yml for incompatibility with ↵clime2016-09-091-7/+0
| | | | `alembic upgrade head`
* display clone url in copr cgit reposclime2016-09-091-0/+3
|
* added fedora-25-ppc64le.cfg to COPR + updated gpgkey references to use ↵clime2016-09-024-7/+77
| | | | distribution-gpg-key keys
* Fix copr_ssl namingPatrick Uiterwijk2016-08-311-0/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Unify all ssl cipher suite configurationsPatrick Uiterwijk2016-08-312-5/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* copr: distribution-gpg-keys are not yet in ppc64le fedora main repositoriesMiroslav Suchý2016-08-181-0/+4
| | | | | let install it manually for now it can be removed after few days, or weeks.