diff --git a/README.rst b/README.rst index ae41c16..cda85af 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. For example: execute ./setup_env -t tags/3 to install Tempest tag-3. c. By default, Tempest will be installed from commit - ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 (16 July 2015). + 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad (11 September 2015). **Usage** diff --git a/setup_env b/setup_env index 86f3345..9bb9007 100755 --- a/setup_env +++ b/setup_env @@ -1,6 +1,6 @@ #!/bin/bash -x -CHECKOUT_POINT=ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 +CHECKOUT_POINT=551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad # Prints help function usage { @@ -26,7 +26,7 @@ function check_tag { return 1 } -#By default tempest uses from commit ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 +#By default tempest uses from commit 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad while getopts c:t:h FLAG; do case ${FLAG} in