summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | osbs: add openshift koji secret name to osbs.confAdam Miller2016-03-314-0/+6
| | | | | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * | Bump nrpe limits for fedmsg backlog stuff way up.Ralph Bean2016-03-311-2/+2
| | |
| * | PDC can send two new message types now.Ralph Bean2016-03-312-0/+4
| | |
| * | Use package module instead of yum in koschei playbooksMichael Simacek2016-03-312-3/+3
| | |
| * | Move koschei01.stg to Fedora 23Michael Simacek2016-03-311-2/+2
| | |
| * | openqa/server: try enabling disk image generation, reduxAdam Williamson2016-03-311-7/+7
| | | | | | | | | | | | | | | rwmj has refreshed the i686 base image now, so let's try this again.
* | | speed up the script a bit. changed the sleeps..aikidouke2016-03-311-2/+1
|\ \ \ | |/ / |/| | | | | Merge branch 'lifecycle-fix'
| * | speed up the sleep a bitaikidouke2016-03-311-2/+1
| | |
* | | fixes for award-lifecycle-badgesaikidouke2016-03-3148-912/+182
|\ \ \ | | | | | | | | | | | | Merge branch 'master' of /git/ansible
| * | | Enable src.fp.o for productionPatrick Uiterwijk2016-03-312-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| * | | Merge varnish patch to productionPatrick Uiterwijk2016-03-313-436/+53
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| * | | openqa/dispatcher: stupid typo template fixAdam Williamson2016-03-301-1/+1
| | | |
| * | | openqa: u-t not needed, more generic compatibilityAdam Williamson2016-03-303-25/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary updates for openqa roles have gone stable for now, so disable updates-testing usage (keep the plays around commented, though, since we'll likely need them again in future). Also, a bit more attempted support for non-infra use: make the monkey patching of the repo URLs in the test templates only happen if deployment_type is defined, actually respect the openqa_consumer var (don't enable the job scheduling consumer unless it's truey) and only enable any wiki reporting consumer if deployment_type is defined.
| * | | Revert "openqa/server: try turning disk image generation back on"Adam Williamson2016-03-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9872fe3fc8e7b03b345a278b58a58982b0ccb266. Looks like the i686 base image hasn't been refreshed yet, so i686 image generation still fails. Curses!
| * | | openqa/server: try turning disk image generation back onAdam Williamson2016-03-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rwmjones says the guestfs / rpm bug has been fixed (a new base fedora-23 image has been uploaded which should avoid it, anyway) so let's try turning disk image generation back on and see how it flies.
| * | | Add fedmsg bot for mktg pagure changes in #fedora-mktg. Ticket 5197Kevin Fenzi2016-03-301-0/+22
| | | |
| * | | Re-add beaker-stg to master playbookKevin Fenzi2016-03-301-1/+1
| | | |
| * | | dopr discontinuedKevin Fenzi2016-03-3014-333/+0
| | | |
| * | | Fix faitout URL in apps-fp-oMikolaj Izdebski2016-03-301-1/+1
| | | |
| * | | Update ssh known hostsKevin Fenzi2016-03-301-12/+17
| | | |
| * | | Tweak epylog weed rules some more. Add a few and make some more general.Kevin Fenzi2016-03-301-1/+3
| | | |
| * | | Move some handlers around. Some to just base but some also to base.Kevin Fenzi2016-03-302-14/+24
| | | |
| * | | ppc-composer is no morePatrick Uiterwijk2016-03-3013-65/+6
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| * | | Don't do updates in playbooks (for a number of reasons).Kevin Fenzi2016-03-303-9/+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.
| * | | (no commit message)Michael Scherer2016-03-303-9/+4
| | | |
| * | | It's ok if this file is missing as it often is in stg (since there are 0 ↵Kevin Fenzi2016-03-301-0/+1
| | | | | | | | | | | | | | | | requests).
| * | | We also don't want to track the torrent connections the other direction either.Kevin Fenzi2016-03-301-0/+1
| | | |
* | | | Adds a loop to allow pulling down the FAS database.aikidouke2016-03-312-11/+158
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | Adds a sleep step after awarding a badge to allow frontend/tahrir to keep up. Merge branch 'lifecycle-fix'
| * | This is my fix for award-lifecycle-badges. Changes;aikidouke2016-03-302-29/+160
| | | | | | | | | | | | | | | - Pulling the userlist from fas now loops over each letter of the alphabet to avoid time out issues - I call time.sleep(60) after awarding a badge to help avoid overwhelming the frontend
| * | added a loop to bring in userlistaikidouke2016-03-231-8/+24
| | |
* | | Koji arm is at arm.koji.fp.o, not arm.fp.oPatrick Uiterwijk2016-03-301-2/+2
| | | | | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* | | GNOME Backups: remove drawable.gnome.org from ssh_configAndrea Veri2016-03-301-1/+1
| | |
* | | GNOME Backups: extra -Andrea Veri2016-03-301-1/+1
| | |
* | | GNOME Backups: make sure the MAILTO environment variable gets populatedAndrea Veri2016-03-301-0/+3
| | |
* | | taskotron-trigger: add dockerautotest checkMartin Krizek2016-03-302-0/+2
| | |
* | | While /tmp is likely cleaned automatically, any crash in the shell scriptMichael Scherer2016-03-291-1/+7
| | | | | | | | | | | | would have left over. Using trap should prevent that.
* | | Since the job is running as root, and on people.fedoraproject.org, itMichael Scherer2016-03-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can be abused by a non admin user using a symlink in /tmp (just a simple for loop over the pid space would be enough). Then we can at best erase a almost arbitrary file (using a creative symlink), or at worst, maybe inject data that could be parsed by a software (since the content would be under the control of a attacker, since that's the list of file in a user home directories.
* | | copr: restart copr-dist-gitMiroslav Suchý2016-03-291-0/+2
| | |
* | | Fix typo in apps-fp-o that broke proxy playbook runKevin Fenzi2016-03-291-1/+1
| | |
* | | Drop production redirects for prerelease to prep for alpha website.Kevin Fenzi2016-03-292-58/+48
| | |
* | | copr: we need yum, since dnf still cannot handle priority failoverMiroslav Suchý2016-03-291-1/+1
| | |
* | | copr: we need yum, since dnf still cannot handle priority failoverMiroslav Suchý2016-03-291-1/+4
| | |
* | | copr: this should not be needed anymoreMiroslav Suchý2016-03-291-8/+8
| | |
* | | Give bugzilla2fedmsg two more threads.Ralph Bean2016-03-292-1/+3
| | |
* | | Use the full name here.Ralph Bean2016-03-291-1/+1
| | |
* | | Add selinux rule to allow git repos to work on fedorapeople. Ticket #5107Kevin Fenzi2016-03-281-0/+1
| | |
* | | add aikidouke to tahrir.adminaikidouke2016-03-281-1/+2
| | |
* | | and we have some ips cleaned up and some ips notStephen Smoogen2016-03-251-1/+1
| | |
* | | add ips to the block list.Stephen Smoogen2016-03-251-1/+1
| | |
* | | need to add a list of ips to over use of rsyncStephen Smoogen2016-03-251-2/+1
| | |