From: Loic Dachary Date: Wed, 11 Feb 2015 12:31:55 +0000 (+0100) Subject: tests: clone ceph-erasure-code-corpus from ceph X-Git-Tag: v0.93~45^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94f9f60b1b4ce007325c5ca84dadca53443e3e5a;p=ceph.git tests: clone ceph-erasure-code-corpus from ceph Instead of the http://github.com/dachary namespace. It is not an issue in the common case because it should be cloned because it is in the .gitmodules file with the proper namespace. http://tracker.ceph.com/issues/10836 Fixes: #10836 Signed-off-by: Loic Dachary --- diff --git a/qa/workunits/erasure-code/encode-decode-non-regression.sh b/qa/workunits/erasure-code/encode-decode-non-regression.sh index 5ddd25c445c..539b9129640 100755 --- a/qa/workunits/erasure-code/encode-decode-non-regression.sh +++ b/qa/workunits/erasure-code/encode-decode-non-regression.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # -: ${CORPUS:=https://github.com/dachary/ceph-erasure-code-corpus.git} +: ${CORPUS:=https://github.com/ceph/ceph-erasure-code-corpus.git} : ${DIRECTORY:=../ceph-erasure-code-corpus} # when running from sources, the current directory must have precedence