Skip to content

Beacon: Allow to skip beacon resources

This merge request allow to skip part of the directory tree to avoid to read this files as config data.

This is needed to store the Daiquiri resources at the same place as the beamline configuration.

This resources are still listed as directories and files and can be edited by the BLISS web application.

A backport to BLISS 1.9 is welcome, else it will be really difficult to deploy it on beamlines properly.


The following flag have to be added the the __init__.yml, which will skip recursively the whole files from this directory tree.

skippedbybliss: True

Merge request reports