Skip to content
Snippets Groups Projects
Commit b9d38273 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 4 Jan 2022: PHYEX2IAL.sh small update

parent 4a7e4739
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
set -e set -e
set -x #set -x
################################ ################################
#Command line arguments and help #Command line arguments and help
...@@ -19,6 +19,7 @@ function usage { ...@@ -19,6 +19,7 @@ function usage {
echo "IALDIRECTORY local directory containing the IAL repository" echo "IALDIRECTORY local directory containing the IAL repository"
echo "IALVERSION version to checkout in the IAL repository" echo "IALVERSION version to checkout in the IAL repository"
echo "PHYEXVERSION commit, tag (as tags/<tag>) of PHYEX to use" echo "PHYEXVERSION commit, tag (as tags/<tag>) of PHYEX to use"
echo "BRANCH name of the newly created branch on IAL"
echo echo
echo "The scripts builds a pack using PHYEX (with the help of the check_commit_ial.sh script)" echo "The scripts builds a pack using PHYEX (with the help of the check_commit_ial.sh script)"
echo "and puts the content of the pack in the IAL repository." echo "and puts the content of the pack in the IAL repository."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment