summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix ip address whoopsieKevin Fenzi2016-10-051-1/+1
|
* texlive src.rpm is over 2GB now, bump signing size to 4GB until it passes thatKevin Fenzi2016-10-051-1/+1
|
* Add db-koji01 and db-koji02 in staging to use for testing bdr out.Kevin Fenzi2016-10-054-2/+80
|
* add in base variables for each dell fx bladeStephen Smoogen2016-10-0517-0/+80
|
* do not use the same ipv6 address as ns02 on download-ib01Kevin Fenzi2016-10-051-1/+1
|
* symlink f26 to rawhide chroots in /etc/mock/ configsclime2016-10-052-0/+6
|
* Hotfix for nova_compute bugPatrick Uiterwijk2016-10-052-0/+46
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* taskotron-client: hotfix domain template to add graphicsMartin Krizek2016-10-052-0/+70
|
* Revert "grant frostyx root access on copr machines"clime2016-10-044-4/+4
| | | | This reverts commit 3029ca2a198536f389d106b498cd581b54407920.
* Typofix.Ralph Bean2016-10-041-1/+1
|
* Add a manual playbook to sync the specified DB from prod to stgPierre-Yves Chibon2016-10-041-0/+122
|
* 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.
* pkgs02 should hopefully be ok to readd to backupsKevin Fenzi2016-10-031-1/+1
|
* this is now just public_ip, not public_ip[0]Kevin Fenzi2016-10-031-6/+6
|
* build stg websites with f25-beta branchRobert Mayr2016-10-031-7/+2
|
* couple of fixes to that scriptAdam Williamson2016-10-031-1/+3
|
* openqa/dispatcher: add an ugly workaround for openQA #673Adam Williamson2016-10-032-0/+52
| | | | | | | | | | | | | We currently can't tell openQA to download the ARM kernel and initramfs with a filename unique to the build being tested, so they just get downloaded as `vmlinuz` and `initrd.img`, which means that when the next compose is tested, we won't download them again, we'll just use the existing copies (which are no longer the right ones). Because of this our current 'F25' and 'Rawhide' ARM tests are actually still using some F24 kernel image. Until the openQA bug which prevents us giving the files unique names is resolved, here's a hacky workaround: a script which wipes the files every hour if no openQA jobs are pending.
* Mailman: don't log disallowed host errorsAurélien Bompard2016-10-032-10/+6
|
* use a lock file for the atomic continuous composes.Dennis Gilmore2016-10-031-1/+1
| | | | | | | with the lockfile if a compose runs over five minutes the new one stomps on the old and things are unhappy Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* One too many m's.Ralph Bean2016-10-031-1/+1
|
* Add more debug information to this sanity check.Ralph Bean2016-10-031-1/+2
|
* we do not need the -n in the git cloneDennis Gilmore2016-10-021-1/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* make /atomic-cd available on kojipkgs.fp.oDennis Gilmore2016-10-021-0/+9
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* add crontab file and install it for running atomic host continuous deliveryDennis Gilmore2016-10-022-0/+9
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* allow /mnt/koji/atomic-cd to be mounted rw inside of runrootDennis Gilmore2016-10-021-1/+1
| | | | | | | | As part fo the process to enable continuous delivery of atomic host we need to allow /mnt/koji/atomic-cd/ to be mounted rw inside of the runroot tasks so that the testing ostree repo can be written to Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* set packager as primary group here to avoid change everytimeKevin Fenzi2016-10-021-1/+1
|
* only start bugyou-cntl in production. in staging its run manuallyKevin Fenzi2016-10-021-0/+1
|
* merge non overlapping mod_ssl role bits into people role so config does not ↵Kevin Fenzi2016-10-022-2/+14
| | | | flip flop every time the playbook is run
* and a typo, just cannot win today.Kevin Fenzi2016-10-021-1/+1
|
* messed up the conditional hereKevin Fenzi2016-10-021-1/+1
|
* try and fix mdapi01.stg trying to start/restart apache when it does not need ↵Kevin Fenzi2016-10-023-0/+11
| | | | it at all
* disable this ask cron job, it is not working and causes problemsKevin Fenzi2016-10-011-1/+1
|
* adjust some bot names for freenode limitsKevin Fenzi2016-10-011-6/+6
|
* add diversity and magazine fedmsg bots. issues 5506, 5507Kevin Fenzi2016-10-011-0/+38
|
* each host needed a pxelinux.0Stephen Smoogen2016-09-301-0/+16
|
* try and get dhcp up and going for the build boxesStephen Smoogen2016-09-301-0/+106
|
* try and get dhcp up and going for the boxesStephen Smoogen2016-09-302-1/+105
|
* put in ips for fx mac addressesStephen Smoogen2016-09-301-0/+14
|
* Badges: Oldschool mapping for Summer Coder badge to groupJustin W. Flory2016-09-301-0/+1
|
* remove the entries to noc02 that wont work because that hostnmae doesnt existStephen Smoogen2016-09-301-3/+0
|
* drop unneeded name argumentKevin Fenzi2016-09-291-1/+1
|
* add fedmsg bot for #fedora-admin for pagure issues changesKevin Fenzi2016-09-291-0/+23
|
* Keep the systemd memory limitMichael Simacek2016-09-292-0/+14
|
* Use koschei's built-in memory limitMichael Simacek2016-09-293-14/+3
|
* Remove non-used plays from teh playbook:Patrick Uiterwijk2016-09-291-80/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* updated the theme, and removed all unused filesRyan Lerch2016-09-29252-7499/+51
| | | | | | | With the change to the new theme, we are now using a single template for all sub-planets too This commit removes all the files we dont need. and updates the theme to version 0.02
* Reduce koschei's cache capacity againMikolaj Izdebski2016-09-291-1/+1
|
* Mailman: handle Django security logs like request logsAurélien Bompard2016-09-281-1/+9
|
* allow fileinfo on getfedora.org directory to allow .htaccess to work for ↵Kevin Fenzi2016-09-281-0/+4
| | | | issue 5502
* Mailman: fix typoAurélien Bompard2016-09-281-1/+1
|