aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiao Yang <xiaox.yang@intel.com>2019-07-17 18:19:20 +0800
committerPhilip Li <philip.li@intel.com>2019-07-17 22:43:05 +0800
commit1e4185e73e8be34d5aa01b7648707902e8d83a92 (patch)
treeb3160ae5721faa4df50e8a0e418efa0c67f378c6
parentb83fb0ccc1553714769b7137a85e6ae217df34ea (diff)
downloadlkp-tests-1e4185e73e8be34d5aa01b7648707902e8d83a92.tar.gz
pack/ocfs2test: reuse git://
1) cannot clone ocfs2-test and reflinf code by https://: ---------------------------------------------------- #git clone https://oss.oracle.com/git/ocfs2-test.git warning: remote HEAD refers to nonexistent ref, unable to checkout. ---------------------------------------------------- 2) clone old ocfs2-test and reflink code by https:// with --branch master: ---------------------------------------------------- # git clone https://oss.oracle.com/git/ocfs2-test.git --branch master Cloning into 'ocfs2-test'... # cd ocfs2-test/ # git log -1 commit 1833fabb276fd565e864a079fa127a16ce8ae540 (HEAD -> master, origin/master) Author: Tristan Ye <tristan.ye@oracle.com> Date: Wed Feb 16 16:18:39 2011 +0800 Ocfs2-test: Fix a tiny bug when verifying file. ---------------------------------------------------- we try to clone the lastest ocfs2-test and reflink code by reusing git://: ---------------------------------------------------- Cloning into 'ocfs2-test'... ... commit 67fef78755323c1aee516b861b239cc1874f9310 (HEAD -> master, origin/master, origin/HEAD) Author: Eric Ren <zren@suse.com> Date: Mon Mar 13 15:18:51 2017 +0800 ocfs2 test: correct the check on testcase if supported ---------------------------------------------------- Signed-off-by: Xiao Yang <xiaox.yang@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rwxr-xr-xpack/ocfs2test4
1 files changed, 2 insertions, 2 deletions
diff --git a/pack/ocfs2test b/pack/ocfs2test
index a39bfea0..146804f1 100755
--- a/pack/ocfs2test
+++ b/pack/ocfs2test
@@ -6,8 +6,8 @@ download()
wget -q http://downloads.openfabrics.org/downloads/mpi-selector/mpi-selector-1.0.3.tar.gz || return
- git_clone_update https://oss.oracle.com/git/jlbec/reflink.git --branch master || return
- git_clone_update https://oss.oracle.com/git/ocfs2-test.git --branch master || return
+ git_clone_update git://oss.oracle.com/git/jlbec/reflink.git || return
+ git_clone_update git://oss.oracle.com/git/ocfs2-test.git || return
}
build()