summaryrefslogtreecommitdiffstats
path: root/roles/copr/dist_git
Commit message (Collapse)AuthorAgeFilesLines
...
* disable this for now to shave a few hours off master runsKevin Fenzi2016-05-251-2/+2
|
* copr: add volumes for users logsMiroslav Suchý2016-05-232-3/+12
| | | | so they are persistent
* copr: rename custom mock configsMiroslav Suchý2016-05-161-1/+1
|
* copr: allow custom0 in dist-gitMiroslav Suchý2016-05-161-2/+2
|
* copr: correct ownership for /var/lib/copr-dist-git/Miroslav Suchý2016-05-111-0/+3
|
* copr: correct the pathMiroslav Suchý2016-04-281-1/+1
|
* copr: git 2.0 requires thisMiroslav Suchý2016-04-201-0/+3
| | | | otherwise it emit warning
* copr: /var/lib/copr-dist-git/git is enough rest can be root:rootMiroslav Suchý2016-04-201-1/+1
|
* disable thisMiroslav Suchý2016-04-141-2/+2
| | | | just for devel, but I will clean it up later
* Don't do updates in playbooks (for a number of reasons).Kevin Fenzi2016-03-301-3/+0
| | | | | | | | | | | | | | | | | | 1. We want all playbooks to be idempotent. If we add things like this it means the playbook will change every single time we run it. 2. Things like this mean that if we need to change one config or something to get the service working we may have to wait a long time for it to apply tons of pending updates, which may break more things. 3. On all Fedora machines (that have base role anyhow) we already run dnf-automatic to apply all security updates. We could expand that to apply all updates if you like. Doing them daily is much better for finding regressions 4. We expect updates are applied normally by dnf-automatic or by sysadmins so we can know whats in the updates and be ready for issues or restarting things.
* copr: restart copr-dist-gitMiroslav Suchý2016-03-291-0/+2
|
* copr: upgrade to latest packagesMiroslav Suchý2016-03-241-0/+3
|
* copr-dist-git.conf added to httpd configs and dist-git confs previously in ↵clime2016-03-155-1/+18
| | | | httpd dir moved under httpd/dist-git/
* per_task_logs_dir config option addedclime2016-03-141-0/+3
|
* tag some actions as configMiroslav Suchý2016-02-291-0/+5
|
* add f24 and remove f21 from copr dist-gitMiroslav Suchý2016-02-291-1/+1
|
* add copr-service to mock groupMiroslav Suchý2016-02-251-1/+1
| | | | so it can run mock-scm
* add copr-dist-git more swapMiroslav Suchý2016-02-121-0/+5
|
* fix ownershipMiroslav Suchý2016-02-111-1/+1
|
* fix ownershipMiroslav Suchý2016-02-111-1/+4
|
* add f23 copr-dist-gitMiroslav Suchý2016-02-111-1/+1
|
* make sure directories are owned by copr-service userMiroslav Suchý2016-02-111-0/+3
|
* update repo files and enable gpg keys checksMiroslav Suchý2016-02-091-2/+2
|
* Set this to never changeKevin Fenzi2015-12-141-0/+1
|
* Replace all restart httpd with reload httpdPatrick Uiterwijk2015-11-042-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Make copr-dist-git serve smart-git and backend use itPatrick Uiterwijk2015-10-312-1/+9
|
* ALways run this commend so check and diff runs don't fail.Kevin Fenzi2015-09-271-0/+1
|
* [copr] configuring backup for dist-git: backup directly git and lookaside cacheValentin Gologuzov2015-09-153-23/+0
|
* [copr][dist-git] adding backupValentin Gologuzov2015-09-141-1/+3
|
* [copr][dist-git] install rdiff-backupValentin Gologuzov2015-09-141-0/+1
|
* [copr] typoValentin Gologuzov2015-09-141-1/+1
|
* [copr][dist-git] adding backup for copr-dist-gitValentin Gologuzov2015-09-143-0/+21
|
* [copr][dist-git] remove obsolete service fileValentin Gologuzov2015-08-311-13/+0
|
* [copr][dist-git] Removed systemd unit, use one for rpm package.Valentin Gologuzov2015-08-141-5/+1
|
* [copr][dist-git] make sure that cgitrc doesn't have cache-sizeValentin Gologuzov2015-08-111-0/+1
|
* [copr][dist-git] re-order tasksValentin Gologuzov2015-08-061-4/+5
|
* [copr][dist-git] updated location of copr-dist-git moduleValentin Gologuzov2015-07-311-1/+1
|
* typoValentin Gologuzov2015-07-281-1/+1
|
* [copr][dist-git] Alias /repo/ /var/lib/dist-git/cache/lookaside/Valentin Gologuzov2015-07-282-1/+5
|
* [copr][dist-git] fix location of package listing for cgitValentin Gologuzov2015-07-281-2/+2
|
* typoValentin Gologuzov2015-07-231-2/+1
|
* [copr][dist-git] custom dist-git config, running dist-git init script; ssh ↵Valentin Gologuzov2015-07-233-1/+72
| | | | config for copr-service
* [copr][dist-git] change mode for /etc/copr/copr-dist-git.confValentin Gologuzov2015-07-231-1/+1
|
* [copr][dist-git] chmod to 0775 for /var/lib/dist-git/gitValentin Gologuzov2015-07-231-1/+1
|
* typoValentin Gologuzov2015-07-231-1/+1
|
* [copr][dist-git] add gitconfig for copr-service; change group of ↵Valentin Gologuzov2015-07-232-3/+11
| | | | /var/lib/dist-git/git/ to packager
* [copr][dist-git] install config for copr-dist-gitValentin Gologuzov2015-07-232-0/+11
|
* [copr][dist-git] mount data volumeValentin Gologuzov2015-07-232-0/+7
|
* [copr][base] include global handlers, add meta to copr/dist-git that ↵Valentin Gologuzov2015-07-211-0/+3
| | | | requires copr/base role.
* [copr][dist-git] implementing dist-git roleValentin Gologuzov2015-07-205-0/+103