@@ -6,7 +6,8 @@ Runs the SAREF pipeline as specified in Technical Specification:
<mode> can take the following values:
develop Run the SAREF pipeline in relax mode in the target SAREF project
release Run the SAREF pipeline in strict mode in the target SAREF project
portal Run the SAREF pipeline in strict mode in all the SAREF projects listed in the `.saref-repositories.yml` file
prerelease-portal Operate a strict check and generate the portal for pre-release or release branches of each source in the configuration file `.saref-repositories.yml`
release-portal Operate a strict check generate the portal for release branches of each source in the configuration file `.saref-repositories.yml`
clean Remove all files generated by the previous executions
develop_tooltip=Check a SAREF project under development
release=release
release_tooltip=Operate a strict check on a SAREF project on branches develop-vx.y.z, prerelease-vx.y.z, or release-vx.y.z
portal=portal
portal_tooltip=Operate a strict check for each source reference in the configuration file .saref-repositories.yml
prerelease_portal=portal prerelease
prerelease_portal_tooltip=Operate a strict check and generate the portal for pre-release or release branches of each source in the configuration file .saref-repositories.yml
release_portal=portal release
release_portal_tooltip=Operate a strict check generate the portal for release branches of each source in the configuration file .saref-repositories.yml
modes=2. Select the execution mode
ignoreSite=do not generate the website
ignoreSite_tooltip=Only generates the report, not the HTML documentation
prepare_error=Failed to clone or pull site repository %s
\ No newline at end of file
prepare_target_error=Failed to clone or pull site repository %s
prepare_portal_error=When run in `prerelease-portal` or `release-portal` mode, the pipeline must be run in a directory that contains a directory named `portal`