Commit graph

25761 commits

Author SHA1 Message Date
Miroslav Suchý
69e970f254 retrace: fix urls 2019-02-15 11:27:28 +01:00
Miroslav Suchý
cc365c67c6 retrace: store db backups only 14 days
it consume too much disk space, be more aggresive
2019-02-15 11:27:28 +01:00
Miroslav Suchý
3604128d55 copr: we are using python3 now 2019-02-15 11:27:27 +01:00
Michal Konečný
6c197650e0 the-new-hotness: Fix bugzilla configuration
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-15 10:58:31 +01:00
Michal Konečný
35a01848ec the-new-hotness: Fix syntax error in config file
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-15 10:49:40 +01:00
Michal Konečný
1ddafdd816 the-new-hotness: Fix the name of the config file
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-15 10:40:37 +01:00
Michal Konečný
93ca567f5f the-new-hotness: Remove duplicated commands
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-15 10:31:46 +01:00
Michal Konečný
d9fd416a90 the-new-hotness: Add missing dependencies
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-15 10:20:42 +01:00
Clement Verna
ac2fe6398b OSBS: Add aarch64 cluster in production
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-02-15 09:04:21 +01:00
Stephen Smoogen
24e8ef4199 mirrormanager: update the container to the scratch to make 503 better 2019-02-14 22:16:20 +00:00
Stephen Smoogen
b8484f48f8 remove bodhost from all nagios and related files 2019-02-14 21:14:26 +00:00
Stephen Smoogen
06cc8ca030 and we have no bodhost 2019-02-14 21:11:50 +00:00
Randy Barlow
6228e1c148 bodhi: Upgrade staging to 3.13.0-0.2.beta.bf13c70.fc29.infra.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-02-14 21:06:17 +00:00
Kevin Fenzi
741dd95893 buildvm-s390x / varnish: fix missing ;s on 2 statements
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-14 19:03:19 +00:00
Michal Konečný
d7380081da the-new-hotness: Fix indentation
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 17:18:38 +01:00
Michal Konečný
2acfe0134d the-new-hotness: Fix multiline string
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 17:12:05 +01:00
Kevin Fenzi
a4f7c00d0b buildvm-s390x / varnish: increase timeouts to crazy levels.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-14 15:40:51 +00:00
Patrick Uiterwijk
735a5cfc8b Revert "Add cloudfront for s390x kojipkgs"
This reverts commit 0b419087e3.
2019-02-14 16:10:42 +01:00
Michal Konečný
5e0f0380cd the-new-hotness: Bad name of variable
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 15:55:06 +01:00
Michal Konečný
424c762c2e the-new-hotness: Fix indentation
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 15:52:19 +01:00
Michal Konečný
e01f652291 the-new-hotness: Fix indentation
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 15:45:25 +01:00
Michal Konečný
965dd5c962 the-new-hotness: Template to file fix
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-14 15:41:22 +01:00
Patrick Uiterwijk
0b419087e3 Add cloudfront for s390x kojipkgs
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-02-14 14:12:51 +01:00
Patrick Uiterwijk
aa2182550e Fix volume name
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2019-02-14 13:07:18 +00:00
Patrick Uiterwijk
582144097c Use persistent storage for docs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2019-02-14 12:39:39 +00:00
Patrick Uiterwijk
3dd838afe1 Add PVC for docs storage
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-02-14 13:33:46 +01:00
Patrick Uiterwijk
ddd6cc7e98 Add docsbuilding cron job
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-02-14 12:29:24 +01:00
Jakub Kadlčík
4179131929 Revert "Revert "Use "baseurl" property instead of "url" to work with new copr-frontend""
This reverts commit 3684fd0874.

Alright, the release is done and now we need to set "baseurl" on both
devel and production instances.
2019-02-14 12:10:34 +01:00
Kamil Páral
988522a544 taskotron-dev: prevent duplicated buildbot jobs
Some buildbot jobs are duplicated and we don't know why:
https://pagure.io/taskotron/issue/273
This makes sure the first job completes fine, and the duplicated one is
killed as soon as possible.
2019-02-14 11:27:40 +01:00
Kamil Páral
067530130a taskotron-dev: update custom scheduler in line with latest buildbot code
It's not clear whether this changes anything, but it reflects how the
code looks in current buildbot upstream.

Also improve look and feel of tasks in buildbot web view.
2019-02-14 11:27:40 +01:00
Patrick Uiterwijk
9b8ff4aa01 Use the build-scripts dir from the upstream repo for dockerfile
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-02-14 11:00:59 +01:00
Patrick Uiterwijk
6a8e87119c Add initial docsbuilding openshift objects
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-02-14 10:39:55 +01:00
Randy Barlow
171b0e556f bodhi: Upgrade staging to 3.13.0-0.1.beta.2b65b8c.fc29.infra.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-02-13 21:37:16 +00:00
Kevin Fenzi
ebf06b2c8d task2distrepo: drop f25/26/27 repo jobs. We should not be using any of those anymore.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-13 21:23:19 +00:00
Kevin Fenzi
b035dceff5 base/postfix: no need to make a hash here, regexp uses the normal file.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-13 18:21:25 +00:00
Kevin Fenzi
6a0a3994ce base/postfix: fix typo. It's regexp not regex.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-13 17:58:36 +00:00
Kevin Fenzi
8cd9d8750b base/postfix: convert sender map to a regex so we can reject emails with two @'s in From.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-13 17:54:47 +00:00
Michal Konečný
ae91fb8d63 the-new-hotness: Prepare for OpenShift
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-02-13 15:40:38 +01:00
Kevin Fenzi
c257814584 buildvm-s390x varnish: interval has to be more than timeout or things go strange.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 23:13:47 +00:00
Kevin Fenzi
df6ecb8a7d base: do not try and install the global set on rhel8 beta yet.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:25:16 +00:00
Kevin Fenzi
ec716db512 base: do not try and install old policycoreutils name on rhel8 beta
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:21:54 +00:00
Kevin Fenzi
c876bb1fed chrony: ntp doesn't exist in rhel8beta so we don't try and stop and disable it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:18:59 +00:00
Kevin Fenzi
abff8931f9 basessh: adjust for package names in rhel8beta
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:14:49 +00:00
Kevin Fenzi
a45be3147b supybot: ignore freenodes 'frigg' bot that sends privmessages on connect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:07:09 +00:00
Mohan Boddu
787a9b46b1 Install pygobject3 on releng boxes
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2019-02-12 21:48:48 +00:00
Kevin Fenzi
22e1f2747e buildvm-s390x (varnish): increase a bunch of timeouts now in production.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 19:14:43 +00:00
Kevin Fenzi
45c7935adc buildvm-s390x-stg (varnish): increase a bunch of timeouts for varnish in stg to test.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 18:57:42 +00:00
Kamil Páral
28924f8107 taskotron: disabling ansible host key checking no longer needed
Tim Flink no longer remembers why he added it (just to dev), but everything
works fine without it.
2019-02-12 16:13:30 +01:00
Jakub Kadlčík
7e0669a978 Upgrade copr-frontend package 2019-02-12 13:33:56 +01:00
Jakub Kadlčík
3edec0cf25 Install latest copr-selinux 2019-02-12 13:33:56 +01:00