Skip to content
Snippets Groups Projects

Draft: config to replace FakeHLT2

Closed Marian Stahl requested to merge mstahl_passthrough into master
2 unresolved threads
Edited by Marian Stahl

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
5 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
6 # #
7 # In applying this licence, CERN does not waive the privileges and immunities #
8 # granted to it by virtue of its status as an Intergovernmental Organization #
9 # or submit itself to any jurisdiction. #
10 ###############################################################################
11 from Moore import options, run_moore
12 from PyConf.application import (metainfo_repos, retrieve_encoding_dictionary)
13 from Moore.monitoring import run_default_monitoring
14 from Moore import streams_hlt2 as streaming_settings
15 from Hlt2Conf.settings.hlt2_passthrough import make_streams
16
17 options.lines_maker = make_streams
18
19 # for running online, we need to make sure that the keys already exist on cvmfs
20 # options.write_decoding_keys_to_git = False
  • Marian Stahl added 1 commit

    added 1 commit

    Compare with previous version

  • added 1 commit

    • 4c073129 - Change CondDDB tags to master

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading