summaryrefslogtreecommitdiffstats
path: root/files/hotfix
Commit message (Collapse)AuthorAgeFilesLines
* Add the hotfix to ignore the new architecturesSayan Chowdhury2017-06-011-1/+7
|
* Add the original consumer file for the hotfixSayan Chowdhury2017-06-011-131/+97
|
* Revert "Add the original models and __init__.py files for hotfix"Sayan Chowdhury2017-06-013-307/+131
| | | | This reverts commit 44d0d33361602b49664a406386077bf34b4a9689.
* Revert "Hotfix for the Autocloud fix"Sayan Chowdhury2017-06-013-9/+2
| | | | This reverts commit 78051dc038373fc0e5608ff215c19296ee90d343.
* Hotfix for the Autocloud fixSayan Chowdhury2017-03-293-2/+9
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* Add the original models and __init__.py files for hotfixSayan Chowdhury2017-03-293-131/+307
| | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
* Revert the fedimg hotfixesSayan Chowdhury2016-09-121-173/+0
|
* Revert "Original autocloud_job.py and consumer file for hotfix"Sayan Chowdhury2016-07-152-439/+131
| | | | This reverts commit f36696a1fd79ec6ee9dfaf596db5947cf10bb150.
* Revert "Hotfix for autocloud"Sayan Chowdhury2016-07-152-6/+7
| | | | This reverts commit 12cace8cda991458517007d646e36b8509068a00.
* Hotfix for autocloudSayan Chowdhury2016-06-282-7/+6
|
* Original autocloud_job.py and consumer file for hotfixSayan Chowdhury2016-06-282-131/+439
|
* Revert "Original autocloud_job.py and consumer file for hotfix"Sayan Chowdhury2016-06-282-439/+131
| | | | This reverts commit aa978492710ead1e9c28921b1a4402df4c867db6.
* Revert "Hotfix for autocloud"Sayan Chowdhury2016-06-282-6/+7
| | | | This reverts commit 79da571b0a1189224daba2a5b8258da95ededa2f.
* Hotfix for autocloudSayan Chowdhury2016-06-282-7/+6
|
* Original autocloud_job.py and consumer file for hotfixSayan Chowdhury2016-06-282-131/+439
|
* Hotfix patch for fedimgSayan Chowdhury2016-05-131-1/+2
|
* Original consumers.py file for the fedimg hotfixSayan Chowdhury2016-05-131-0/+172
|
* Revert "Original consumer.py file for the fedimg hotfix"Sayan Chowdhury2016-05-121-172/+0
| | | | This reverts commit 124d00c1b3a6a9e2b46f7688e6d68baf8f94895a.
* Revert "Hotfix patch for fedimg"Sayan Chowdhury2016-05-121-2/+1
| | | | This reverts commit bbc73de4d9fab7b9a44142339536e864aed084e9.
* Hotfix patch for fedimgSayan Chowdhury2016-05-121-1/+2
|
* Original consumer.py file for the fedimg hotfixSayan Chowdhury2016-05-121-0/+172
|
* Hotfix patch for autocloudKushal Das2016-03-231-2/+47
|
* Original consumer.py for the autocloud hotfixKushal Das2016-03-231-0/+118
|
* Revert mirrorlist_server hotfix which is included in the new releaseAdrian Reber2015-12-161-1130/+0
| | | | Signed-off-by: Adrian Reber <adrian@lisas.de>
* Make mirrorlist not modify the netblock tree in-memoryPatrick Uiterwijk2015-10-201-6/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "mirrorlist: Use a thread-local copy of the tree to prevent changing ↵Patrick Uiterwijk2015-10-201-5/+3
| | | | | | the global one" This reverts commit 738e67c90c6abfdf5030f894c7ef8950ee42c8ae.
* mirrorlist: Use a thread-local copy of the tree to prevent changing the ↵Patrick Uiterwijk2015-10-201-3/+5
| | | | | | | | | global one This makes sure that the global version does not get changed while processing a request, keeping the hostnet check working across requests. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Apply hotfix to make mirrorlist threadPatrick Uiterwijk2015-10-181-15/+12
|
* Increase the number of possible child processesAdrian Reber2015-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The mirrorlist-server is the process which has the mirrorlist data loaded and which is accessed by the public facing mirrorlist_client.wsgi. The mirrorlist-server uses the ForkingUnixStreamServer which has a default of max_children = 40. (https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l516) Looking at the code of ForkingUnixStreamServer it says at https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l523 # If we're above the max number of children, wait and reap them until # we go back below threshold. Note that we use waitpid(-1) below to be # able to collect children in size(<defunct children>) syscalls instead # of size(<children>): the downside is that this might reap children # which we didn't spawn, which is why we only resort to this when we're # above max_children. As we are running the wsgi with processes=45 this sounds like it can lead to situation where it might just hang. This increases max_children to 80 and processes to 60. Signed-off-by: Adrian Reber <adrian@lisas.de>
* Original mirrorlist_server.py which needs to be hotfixedAdrian Reber2015-10-151-0/+1136
| | | | Signed-off-by: Adrian Reber <adrian@lisas.de>
* Try and make proxies not replace files twice and also fix el7 python hash ↵Kevin Fenzi2015-02-021-0/+2
| | | | hotfix.
* Fix this by using lower() before comparePatrick Uiterwijk2014-02-101-1/+1
|
* Add hotfix for python-openidPatrick Uiterwijk2014-02-031-3/+6
|
* Hotfix python-openidPatrick Uiterwijk2014-01-291-1/+1
|
* Prepare for python-openid hotfixPatrick Uiterwijk2014-01-291-0/+427
|
* Remove the files implementing python-fedora hotfixes. They're all in the ↵Toshio くらとみ2014-01-091-496/+0
| | | | latest packages
* Try copying python-fedora hotfix over from puppet.Ralph Bean2013-08-071-0/+496
|
* - add supervisor restart handlerSeth Vidal2013-06-042-0/+161
- add apache tasklist - with hotfixes for hashseed randomization