[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 02/13] Test Linux 4.1
The kernel.org stable git branch layout is the same for 4.1 as for 3.x, so simply extend the pattern, and add the branch to BRANCHES. DEPLOYMENT NOTE: After this patch is acked, but just before it is pushed to pretest, run (this version of) ./mg-branch-setup linux-4.1 bisect b953c0d234bc72e8489d3bf51a276c5c4ec85345 to create the working trees on the osstest VM and push the base of v4.1 to the tested output branch. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ap-common | 2 +- cr-for-branches | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ap-common b/ap-common index de7bb1d..1877662 100644 --- a/ap-common +++ b/ap-common @@ -116,7 +116,7 @@ info_linux_tree () { : ${TREE_LINUX_THIS:=git://kernel.ubuntu.com/ubuntu/linux.git} : ${TAG_LINUX_THIS:=$1.y} ;; - linux-3.*) + linux-3.*|linux-4.*) : ${TREE_LINUX_THIS:=${KERNEL_SCM}/stable/linux-stable.git} : ${TAG_LINUX_THIS:=$1.y} ;; diff --git a/cr-for-branches b/cr-for-branches index fd2b9c0..07650c1 100755 --- a/cr-for-branches +++ b/cr-for-branches @@ -31,7 +31,7 @@ scriptoptions="$1"; shift LOGFILE=tmp/cr-for-branches.log export LOGFILE -: ${BRANCHES:=osstest xen-4.0-testing xen-4.1-testing xen-4.2-testing xen-4.3-testing xen-4.4-testing xen-4.5-testing xen-unstable qemu-mainline qemu-upstream-unstable qemu-upstream-4.2-testing qemu-upstream-4.3-testing qemu-upstream-4.4-testing qemu-upstream-4.5-testing linux-3.18 linux-3.16 linux-3.14 linux-3.10 linux-3.4 linux-arm-xen seabios ovmf ${EXTRA_BRANCHES}} +: ${BRANCHES:=osstest xen-4.0-testing xen-4.1-testing xen-4.2-testing xen-4.3-testing xen-4.4-testing xen-4.5-testing xen-unstable qemu-mainline qemu-upstream-unstable qemu-upstream-4.2-testing qemu-upstream-4.3-testing qemu-upstream-4.4-testing qemu-upstream-4.5-testing linux-4.1 linux-3.18 linux-3.16 linux-3.14 linux-3.10 linux-3.4 linux-arm-xen seabios ovmf ${EXTRA_BRANCHES}} export BRANCHES fetchwlem=$wlem -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |