qwan / fm-orchestrator

Forked from fm-orchestrator 6 years ago
Clone

8f57b4c Allow building modules locally without fedmsg-hub.

4 files Authored by jkaluza 4 years ago, Committed by qwan 4 years ago,
    Allow building modules locally without fedmsg-hub.
    
    We started using `events.scheduler` to plan fake events instead of internal
    queue implemented by fedmsg-hub. Thanks to that, we can stop using fedmsg-hub
    completely for local builds.
    
    In this commit, the `scheduler.local.main` is rewritten to not use fedmsg-hub.
    The original `scheduler.local.main` is still needed by test_build tests and
    therefore it is moved there.
    
        
file modified
+1 -1