Skip to content
Snippets Groups Projects
Select Git revision
  • d0d7c302c4789041e26e02c16b3fae29cf34e498
  • master default protected
  • deploy-components-in-1-job
  • fix-exit-code-dsconfig
  • L2SS-2347-dithering-is-global-setting
  • refactor-control-power-properties
  • update-lcu-rollout-procedure
  • test-pytango-10.0.3
  • deploy-components-parallel
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • v0.56.0 protected
  • 0.53.0rc2
  • 0.53.0rc1
  • last-working-mapper-refactor
  • v0.52.9 protected
  • v0.52.8 protected
  • v0.52.7 protected
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
41 results

boot.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    CMakeLists.txt 461 B
    # $Id$
    
    lofar_package(ResourceAssignmentDatabase 1.0 DEPENDS PyMessaging PyCommon)
    
    lofar_find_package(Python 2.6 REQUIRED)
    include(PythonInstall)
    
    set(_py_files
      __init__.py
      config.py
      radb.py
      radbpglistener.py
    )
    
    python_install(${_py_files} DESTINATION lofar/sas/resourceassignment/database)
    
    lofar_add_bin_scripts(radbpglistener)
    
    # supervisord config files
    install(FILES
      radbpglistener.ini
      DESTINATION etc/supervisord.d)
    
    # add_subdirectory(test)