diff mbox

[Xen-devel,OSSTEST,v2,01/15] cr-external-linux: remove

Message ID 1398681696-2773-1-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell April 28, 2014, 10:41 a.m. UTC
Seems to be unused.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 cr-external-linux | 50 --------------------------------------------------
 1 file changed, 50 deletions(-)
 delete mode 100755 cr-external-linux

Comments

Ian Jackson May 2, 2014, 11:19 a.m. UTC | #1
Ian Campbell writes ("[PATCH OSSTEST v2 01/15] cr-external-linux: remove"):
> Seems to be unused.
> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff mbox

Patch

diff --git a/cr-external-linux b/cr-external-linux
deleted file mode 100755
index 073fc86..0000000
--- a/cr-external-linux
+++ /dev/null
@@ -1,50 +0,0 @@ 
-#!/bin/bash
-
-# This is part of "osstest", an automated testing framework for Xen.
-# Copyright (C) 2009-2013 Citrix Inc.
-# 
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Affero General Public License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-set -ex
-
-. cri-args-hostlists
-
-branch=$1; shift
-tree=linux
-xenbranch=xen-unstable
-
-case "$branch" in
-linux-next)
-	url=git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git
-	;;
-*)
-	echo >&2 "unknown cr-external-linux branch"
-	exit 1
-	;;
-esac
-
-select_branch
-
-check_stop external-linux.
-
-export REVISION_LINUX_OLD=disable
-export REVISION_XEN="`./ap-fetch-version-baseline $xenbranch`"
-export TREE_LINUX="$url"
-
-flight=`./make-flight $branch $xenbranch $OSSTEST_BLESSING "$@"`
-
-execute_flight $flight $OSSTEST_BLESSING
-start_email $flight "$branch"
-publish_send_email $flight