Skip to content
Snippets Groups Projects
Commit 59953181 authored by Simon Emmert's avatar Simon Emmert Committed by Timo Koch
Browse files

fix install external version label

parent 39e5a6ef
No related branches found
No related tags found
1 merge request!2846Fix install external version label
Pipeline #9471 passed
+2
...@@ -94,10 +94,12 @@ options.add_argument( ...@@ -94,10 +94,12 @@ options.add_argument(
"--download", action="store_true", default=False, help="Only download the packages." "--download", action="store_true", default=False, help="Only download the packages."
) )
parser.add_argument("--duneBranch", default="releases/2.7", help="Dune branch to be checked out.") parser.add_argument("--dune-branch", default="releases/2.7", help="Dune branch to be checked out.")
parser.add_argument("--dumuxBranch", default="releases/3.4", help="Dumux branch to be checked out.") parser.add_argument(
parser.add_argument("--opmBranch", default="release/2020.10", help="Opm branch to be checked out.") "--dumux-branch", default="releases/3.4", help="Dumux branch to be checked out."
parser.add_argument("--mmeshBranch", default="release/1.2", help="Mmesh branch to be checked out.") )
parser.add_argument("--opm-branch", default="release/2020.10", help="Opm branch to be checked out.")
parser.add_argument("--mmesh-branch", default="release/1.2", help="Mmesh branch to be checked out.")
args = vars(parser.parse_args()) args = vars(parser.parse_args())
......
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