summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkselftest-repo-update.sh3
-rw-r--r--kselftest-repo.conf7
2 files changed, 5 insertions, 5 deletions
diff --git a/kselftest-repo-update.sh b/kselftest-repo-update.sh
index ab82808..afb094d 100755
--- a/kselftest-repo-update.sh
+++ b/kselftest-repo-update.sh
@@ -4,9 +4,6 @@
BASEDIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
CONFIG_FILE="${BASEDIR}/kselftest-repo.conf"
. ${CONFIG_FILE}
-#TCODE_REPO="ssh://git@git.linaro.org/people/arthur.she/in-kernel-tests.git"
-TCODE_REPO="file:///media/arthur/arthur-usb3/linaro/qa/git/tmp/kselftest.git"
-WORKING_DIR="${BASEDIR}/working_dir"
KSRC_DIR="${WORKING_DIR}/kernel_src"
TCODE_DIR="${WORKING_DIR}/kselftest"
diff --git a/kselftest-repo.conf b/kselftest-repo.conf
index 68cdf5f..00edd88 100644
--- a/kselftest-repo.conf
+++ b/kselftest-repo.conf
@@ -1,12 +1,15 @@
#!/bin/bash
-
+
+TCODE_REPO="file:///media/arthur/arthur-usb3/linaro/qa/git/tmp/kselftest.git"
+WORKING_DIR="${BASEDIR}/working_dir"
+
KSELFTEST_BRANCH=( "master linux-mainline" \
"linux-stable" \
"linux-linaro" \
"linux-linaro-stable-3.10" \
"linux-linaro-stable-3.14" )
-# The format is "GIT_REPO BRANCH"
+# The format is "GIT_REPO BRANCH"
# The script will clone the branch 'BRANCH' from the repository 'GIT_REPO'
REMOTE_REPO=( "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master" \
"git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git master" \