From 32a4826efe4d2fb5b41c0ab3ad5cf7b4e09ebe18 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 2 Feb 2018 12:04:51 +0000 Subject: [PATCH] always fail (?) --- clone-witcom.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clone-witcom.sh b/clone-witcom.sh index 80fb9da..a0044d8 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -111,11 +111,11 @@ gitclonefail 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoi witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' -gitclone 'https://github.com/ethereum-mining/ethminer.git' 'crypto/mining-code/ethminer' -gitclone 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-code/cpp-ethereum' -gitclone 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' -gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' -gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' +gitclonefail 'https://github.com/ethereum-mining/ethminer.git' 'crypto/mining-code/ethminer' +gitclonefail 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-code/cpp-ethereum' +gitclonefail 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' +gitclonefail 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' +gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' gitclonefail 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' gitclonefail 'git@github.com:witstartup/db.wit.com.git' 'website/db.wit.com'