From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 01/15] cr-external-linux: remove Date: Mon, 28 Apr 2014 11:41:22 +0100 Message-ID: <1398681696-2773-1-git-send-email-ian.campbell@citrix.com> References: <1398681672.29700.55.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1398681672.29700.55.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Seems to be unused. Signed-off-by: Ian Campbell --- cr-external-linux | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100755 cr-external-linux 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 . - - -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 -- 1.9.0