Skip to content
Snippets Groups Projects
Commit bb6205f8 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[bin][getusedversions] deprecate shell script

parent a3b2e29f
No related branches found
No related tags found
1 merge request!2230Feature/install script generator
......@@ -6,6 +6,8 @@
# (c) 2016 Thomas Fetzer
# (c) 2016 Christoph Grüninger
#
# NOTE: This script is deprecated and will be removed after release 3.4.
# Please use the corresponding Python script "getusedversions.py"
if [ "$1" = "-h" ]; then
echo "USAGE: ./getusedversions.sh"
......@@ -86,6 +88,7 @@ function getVersionGit
# run script from command line
# suppressed for use of external script when variable set accordingly
if [ "$CALL_FROM_EXTERNAL_SCRIPT" != "yes" ]; then
echo "NOTE: This script is deprecated, please use getusedversions.py instead!"
echo "# DUNE/DUMUX VERSIONS" > $OUTFILE
echo "Creating file containing the version numbers:"
......
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