Tips: Switching from a Global configuration to a Committed configuration
Last updated
Last updated
All examples in this section can be replayed with our repository, used for our . Feel free to fork this repository to try it by yourself.
The only difference between the two kind of configurations for the Build preparation script is the current working directory (the root of the repository for a Global configuration and the .trustinsoft
directory for a Committed configuration).
Hence adding a cd ..
at the beginning of the script is enough to switch to a Committed configuration.
The only difference between the two kind of configurations for the Analyses configuration is the paths of files which are relative to the root of the repository for a Global configuration and to the .trustinsoft
directory for a Committed configuration.
Hence using the for each analysis configuration object allows to switch from a Global configuration to a Committed configuration.
See also to learn how to efficiently add the "prefix_path"
option to all your analysis configuration objects.