Skip to content

Generate script with the release for quick loading of the running environment for DAQ application #167

@dingp

Description

@dingp

This script is intended to be sourced in docker containers. It will have all the necessary ENV and bash functions (if any is needed) so that daq_application can be started without going through setup_dbt and dbt-setup-release, which may takes minutes in some case.

The first version of this script has been generated and deployed to cvmfs. However, it might be an overkill. It currently contains the outputs of declare -x (for all the exported ENVs) and declare -f (for all the bash functions) found after dbt-setup-release. The file is located at: <cvmfs_release_dir>/<release_name>/dbt-setup-release-env.sh.

The lines in the nightly CI workflow for generating the script is around here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions