summaryrefslogtreecommitdiff
path: root/kselftest-repo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kselftest-repo.conf')
-rw-r--r--kselftest-repo.conf7
1 files changed, 5 insertions, 2 deletions
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" \