Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For bug 716636, revert changes related to bug 709746 #541

Merged

Commits on Apr 8, 2020

  1. Revert "Rename PORTAGE_LOG_FILTER_FILE_CMD from PORTAGE_LOG_FILTER_FILE"

    This reverts commit e24859e.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    17df30b View commit details
    Browse the repository at this point in the history
  2. Revert "SpawnProcess: cancel _main_task in _unregister (bug 711174)"

    This reverts commit 97587a4.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    66c6619 View commit details
    Browse the repository at this point in the history
  3. Revert "_BinpkgFetcherProcess: fix async_lock event loop recursion (b…

    …ug 711178)"
    
    This reverts commit 1681309.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c2ffa94 View commit details
    Browse the repository at this point in the history
  4. Revert "Support PORTAGE_LOG_FILTER_FILE (bug 709746)"

    This reverts commit 73f72f5.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a0148f9 View commit details
    Browse the repository at this point in the history
  5. Revert "EbuildBuildDir: cancel current tasks for CancelledError"

    This reverts commit 899d5e6.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    79a46f6 View commit details
    Browse the repository at this point in the history
  6. Revert "AsyncScheduler: cancel task after _task_coroutine CancelledEr…

    …ror"
    
    This reverts commit 27a6ee3.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4122a1e View commit details
    Browse the repository at this point in the history
  7. Revert "CompositeTask: call self.cancel() for _start_task CancelledEr…

    …ror"
    
    This reverts commit 1c681e0.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    044012f View commit details
    Browse the repository at this point in the history
  8. Revert "SpawnProcess: cancel pipe_logger after async_start CancelledE…

    …rror"
    
    This reverts commit d331f03.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f7e36d1 View commit details
    Browse the repository at this point in the history
  9. Revert "SpawnProcess: make _main cancel pipe_logger when appropriate"

    This reverts commit 6eb6500.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    7e29188 View commit details
    Browse the repository at this point in the history
  10. Revert "SpawnProcess: only cancel self._main_task if it's not done"

    This reverts commit 10cc6fe.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    971124a View commit details
    Browse the repository at this point in the history
  11. Revert "SpawnProcess: add _main coroutine"

    This reverts commit 8074127.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d244390 View commit details
    Browse the repository at this point in the history
  12. Revert "PipeLogger: non-blocking write to pipe (bug 709746)"

    This reverts commit 2771265.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f1e9389 View commit details
    Browse the repository at this point in the history
  13. Revert "SpawnProcess: use async_start method (bug 709746)"

    This reverts commit 5c40c3e.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    28adac2 View commit details
    Browse the repository at this point in the history
  14. Revert "ForkExecutor: use async_start method"

    This reverts commit 4df7a0a.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    174b624 View commit details
    Browse the repository at this point in the history
  15. Revert "EbuildBuildDir: use async_start method"

    This reverts commit 2c596f4.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5f0f1da View commit details
    Browse the repository at this point in the history
  16. Revert "AsyncScheduler: use async_start method"

    This reverts commit 8f47d3f.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bf15057 View commit details
    Browse the repository at this point in the history
  17. Revert "AsynchronousTask: Call _start_hook after _start_async"

    This reverts commit 036c644.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    acd8f3a View commit details
    Browse the repository at this point in the history
  18. Revert "EbuildPhase: add _async_start coroutine"

    This reverts commit c7e52d0.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a070010 View commit details
    Browse the repository at this point in the history
  19. Revert "AbstractEbuildProcess: add _async_start coroutine"

    This reverts commit a287c49.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    62ee9ec View commit details
    Browse the repository at this point in the history
  20. Revert "AsynchronousTask: add coroutine async_start method"

    This reverts commit d66e9ec.
    
    Bug: https://bugs.gentoo.org/716636
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    71ae5a5 View commit details
    Browse the repository at this point in the history