From b81099481a7374030af7c2a86041cc1a0f35f7d6 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Tue, 21 Aug 2018 09:56:52 +0100 Subject: [PATCH] Removed hash for testing branch (for now, we will go with releases, soon). --- utilities/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/prepare.sh b/utilities/prepare.sh index 90c086e..eb26d87 100755 --- a/utilities/prepare.sh +++ b/utilities/prepare.sh @@ -50,7 +50,7 @@ function git_co { ###### GET FUNCTIONS function get_ior { echo "Getting IOR and mdtest" - git_co https://github.com/hpc/ior.git ior $IOR_HASH + git_co https://github.com/hpc/ior.git ior #$IOR_HASH pushd $BUILD/ior ./bootstrap ./configure --prefix=$INSTALL_DIR