summaryrefslogtreecommitdiffstats
path: root/roles/copr/dist_git
Commit message (Collapse)AuthorAgeFilesLines
* copr-dist-git: switch selinux to enforcingclime2017-07-311-2/+2
|
* copr-dist-git: remove no longer needed groupsclime2017-07-191-3/+1
|
* copr-dist-git: install scl-utils-build to able to parse scl-enabled specfilesclime2017-07-181-0/+1
|
* copr-dist-git: pre-create some more groupsclime2017-06-271-0/+3
|
* copr-dist-git: raise number of inodes for the mounted tmpfs volumeclime2017-06-091-1/+1
|
* copr-dist-git: make /tmp tmpfs mount larger in sizeclime2017-05-231-1/+1
|
* copr-dist-git: logrotate fixclime2017-04-112-0/+14
|
* copr-dist-git: adjust cron script to new Git repo pathclime2017-04-111-1/+1
|
* copr-dist-git: remove unnecessary chown on /var/lib/copr-dist-gitclime2017-04-111-1/+0
|
* copr-dist-git: use now what is built in @copr/copr-dev and @copr/copr reposclime2017-04-101-3/+0
|
* copr-dist-git: compatibility fixes for the latest dist-git and copr-dist-git ↵clime2017-04-107-160/+20
| | | | upstream
* copr-dist-git: basically the current copr-dist-git user is no longer neededclime2017-03-051-16/+0
| | | | only copr-service is (user under which copr-dist-git service currently runs)
* enable syntax highlight on copr-dist-gitKevin Fenzi2017-03-052-1/+2
|
* copr-dist-git: adjust devel setup according to the current state of dist-git ↵clime2017-03-046-26/+10
| | | | upstream
* copr-dist-git: set groups for copr-service user at the point of its creationclime2017-02-231-3/+1
|
* copr: prepare deploy of new dist-git upstream package to copr-dist-git-devclime2017-02-136-9/+52
|
* 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-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
|
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-011-1/+1
|
* copr: use f24 chroot for mock-scmMiroslav Suchý2016-10-311-0/+3
|
* 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.
* 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
|
* display clone url in copr cgit reposclime2016-09-091-0/+3
|
* comment duplicate scan-path lineinfile that was making 2 tasks change every runKevin Fenzi2016-07-211-3/+3
|
* copr: clean /tmp periodicalyMiroslav Suchý2016-07-141-0/+3
| | | | | | this is needed mainly due rpm2gem which left files behind See: https://github.com/fedora-ruby/gem2rpm/issues/85
* typoMiroslav Suchý2016-07-131-1/+1
|
* copr: switch copr-dist-git to permissiveMiroslav Suchý2016-07-121-0/+3
|
* copr: restore some sane value for copr-dist-git httpdMiroslav Suchý2016-07-111-4/+2
|
* copr: check if previous cronjob already finishedMiroslav Suchý2016-07-111-1/+6
|
* copr: performance tunning of cgitMiroslav Suchý2016-07-112-8/+37
| | | | | | | | | See https://lists.zx2c4.com/pipermail/cgit/2016-July/003153.html Lets make cron job, which generate the cgitrc file. Generate the cgitrc every hours and set TTL to 2 hours.
* tune copr-dist-git.confMiroslav Suchý2016-07-051-0/+10
| | | | | | | | | cgit can take up to 10 minutes - rarely even longer Once run, it will create cache, but initial run is long. So I increased timeout a lot. But to not take down the server with lots of processes, I limited concurent processes. In normal situation it is more than enough. And when cgit creates cache, it can lock down few users. But it will create the cache and next run will be fast.
* copr: configure cgit cacheMiroslav Suchý2016-06-301-1/+26
|
* Replace command with idempotent seboolean moduleKevin Fenzi2016-06-291-1/+1
|
* copr: use robots.txt for dist-gitMiroslav Suchý2016-06-292-0/+7
|
* copr: allow httpd to run cgitMiroslav Suchý2016-06-291-0/+3
|
* Shouldn't need to restart everytime the playbook runs.Kevin Fenzi2016-06-281-3/+0
|
* Switch this command to a git_config module callKevin Fenzi2016-06-271-2/+2
|
* Fix tmp tmpfs mount to be idempotent and actually work.Kevin Fenzi2016-06-271-4/+2
|
* Drop this recurse for a whileKevin Fenzi2016-06-261-1/+1
|
* Switch some shell commands to file for idempotencyKevin Fenzi2016-06-251-2/+2
|
* Fix incorrect path in checkKevin Fenzi2016-06-251-1/+1
|
* copr: own /var/log/copr-dist-gitMiroslav Suchý2016-05-271-0/+1
|
* copr: mount this only on productionMiroslav Suchý2016-05-271-0/+1
|