Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the hotfix to ignore the new architectures | Sayan Chowdhury | 2017-06-01 | 1 | -1/+7 |
| | |||||
* | Add the original consumer file for the hotfix | Sayan Chowdhury | 2017-06-01 | 1 | -131/+97 |
| | |||||
* | Revert "Add the original models and __init__.py files for hotfix" | Sayan Chowdhury | 2017-06-01 | 3 | -307/+131 |
| | | | | This reverts commit 44d0d33361602b49664a406386077bf34b4a9689. | ||||
* | Revert "Hotfix for the Autocloud fix" | Sayan Chowdhury | 2017-06-01 | 3 | -9/+2 |
| | | | | This reverts commit 78051dc038373fc0e5608ff215c19296ee90d343. | ||||
* | Hotfix for the Autocloud fix | Sayan Chowdhury | 2017-03-29 | 3 | -2/+9 |
| | | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org> | ||||
* | Add the original models and __init__.py files for hotfix | Sayan Chowdhury | 2017-03-29 | 3 | -131/+307 |
| | | | | Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org> | ||||
* | Revert the fedimg hotfixes | Sayan Chowdhury | 2016-09-12 | 1 | -173/+0 |
| | |||||
* | Revert "Original autocloud_job.py and consumer file for hotfix" | Sayan Chowdhury | 2016-07-15 | 2 | -439/+131 |
| | | | | This reverts commit f36696a1fd79ec6ee9dfaf596db5947cf10bb150. | ||||
* | Revert "Hotfix for autocloud" | Sayan Chowdhury | 2016-07-15 | 2 | -6/+7 |
| | | | | This reverts commit 12cace8cda991458517007d646e36b8509068a00. | ||||
* | Hotfix for autocloud | Sayan Chowdhury | 2016-06-28 | 2 | -7/+6 |
| | |||||
* | Original autocloud_job.py and consumer file for hotfix | Sayan Chowdhury | 2016-06-28 | 2 | -131/+439 |
| | |||||
* | Revert "Original autocloud_job.py and consumer file for hotfix" | Sayan Chowdhury | 2016-06-28 | 2 | -439/+131 |
| | | | | This reverts commit aa978492710ead1e9c28921b1a4402df4c867db6. | ||||
* | Revert "Hotfix for autocloud" | Sayan Chowdhury | 2016-06-28 | 2 | -6/+7 |
| | | | | This reverts commit 79da571b0a1189224daba2a5b8258da95ededa2f. | ||||
* | Hotfix for autocloud | Sayan Chowdhury | 2016-06-28 | 2 | -7/+6 |
| | |||||
* | Original autocloud_job.py and consumer file for hotfix | Sayan Chowdhury | 2016-06-28 | 2 | -131/+439 |
| | |||||
* | Hotfix patch for fedimg | Sayan Chowdhury | 2016-05-13 | 1 | -1/+2 |
| | |||||
* | Original consumers.py file for the fedimg hotfix | Sayan Chowdhury | 2016-05-13 | 1 | -0/+172 |
| | |||||
* | Revert "Original consumer.py file for the fedimg hotfix" | Sayan Chowdhury | 2016-05-12 | 1 | -172/+0 |
| | | | | This reverts commit 124d00c1b3a6a9e2b46f7688e6d68baf8f94895a. | ||||
* | Revert "Hotfix patch for fedimg" | Sayan Chowdhury | 2016-05-12 | 1 | -2/+1 |
| | | | | This reverts commit bbc73de4d9fab7b9a44142339536e864aed084e9. | ||||
* | Hotfix patch for fedimg | Sayan Chowdhury | 2016-05-12 | 1 | -1/+2 |
| | |||||
* | Original consumer.py file for the fedimg hotfix | Sayan Chowdhury | 2016-05-12 | 1 | -0/+172 |
| | |||||
* | Hotfix patch for autocloud | Kushal Das | 2016-03-23 | 1 | -2/+47 |
| | |||||
* | Original consumer.py for the autocloud hotfix | Kushal Das | 2016-03-23 | 1 | -0/+118 |
| | |||||
* | Revert mirrorlist_server hotfix which is included in the new release | Adrian Reber | 2015-12-16 | 1 | -1130/+0 |
| | | | | Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | Make mirrorlist not modify the netblock tree in-memory | Patrick Uiterwijk | 2015-10-20 | 1 | -6/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Revert "mirrorlist: Use a thread-local copy of the tree to prevent changing ↵ | Patrick Uiterwijk | 2015-10-20 | 1 | -5/+3 |
| | | | | | | the global one" This reverts commit 738e67c90c6abfdf5030f894c7ef8950ee42c8ae. | ||||
* | mirrorlist: Use a thread-local copy of the tree to prevent changing the ↵ | Patrick Uiterwijk | 2015-10-20 | 1 | -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 thread | Patrick Uiterwijk | 2015-10-18 | 1 | -15/+12 |
| | |||||
* | Increase the number of possible child processes | Adrian Reber | 2015-10-15 | 1 | -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 hotfixed | Adrian Reber | 2015-10-15 | 1 | -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 Fenzi | 2015-02-02 | 1 | -0/+2 |
| | | | | hotfix. | ||||
* | Fix this by using lower() before compare | Patrick Uiterwijk | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Add hotfix for python-openid | Patrick Uiterwijk | 2014-02-03 | 1 | -3/+6 |
| | |||||
* | Hotfix python-openid | Patrick Uiterwijk | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Prepare for python-openid hotfix | Patrick Uiterwijk | 2014-01-29 | 1 | -0/+427 |
| | |||||
* | Remove the files implementing python-fedora hotfixes. They're all in the ↵ | Toshio くらとみ | 2014-01-09 | 1 | -496/+0 |
| | | | | latest packages | ||||
* | Try copying python-fedora hotfix over from puppet. | Ralph Bean | 2013-08-07 | 1 | -0/+496 |
| | |||||
* | - add supervisor restart handler | Seth Vidal | 2013-06-04 | 2 | -0/+161 |
- add apache tasklist - with hotfixes for hashseed randomization |