]> xenbits.xensource.com Git - osstest.git/commitdiff
Remove obsolete scripts. flight-24450 flight-24455 flight-24457 flight-24459 flight-24462 flight-24465 flight-24466 flight-24469 flight-24470 flight-24471 flight-24473 flight-24474
authorIan Campbell <ian.campbell@citrix.com>
Mon, 20 Jan 2014 12:43:58 +0000 (12:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 20 Jan 2014 13:14:21 +0000 (13:14 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
rc-build [deleted file]
rc-build-prep [deleted file]
rc-guest-debian [deleted file]
rc-guest-win [deleted file]

diff --git a/rc-build b/rc-build
deleted file mode 100644 (file)
index 3a654e2..0000000
--- a/rc-build
+++ /dev/null
@@ -1,27 +0,0 @@
-# -*- Tcl -*-
-
-# 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/>.
-
-
-select-host-parallel 3 build-prep
-
-main {
-    rt xen-build
-    if {[runvar-exists tree_linux]} {
-        rt kernel-build
-    }
-}
diff --git a/rc-build-prep b/rc-build-prep
deleted file mode 100644 (file)
index c62ebde..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- Tcl -*-
-
-# 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/>.
-
-
-select-host-reserve
-
-main {
-    rt host-install
-    rt xen-build-prep
-}
diff --git a/rc-guest-debian b/rc-guest-debian
deleted file mode 100644 (file)
index 0a664fd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Tcl -*-
-
-# 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/>.
-
-
-select-host-reserve
-
-#need-job [runvar-get build ] { build }
-
-main {
-    rt host-install
-    rt xen-install
-    rt debian-install
-    rt debian-fixup
-    rt guest-start        debian
-    rt guest-saverestore  debian
-    rt guest-stop         debian
-}
diff --git a/rc-guest-win b/rc-guest-win
deleted file mode 100644 (file)
index 57f30bd..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- Tcl -*-
-
-# 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/>.
-
-
-select-host-reserve
-
-#need-job [runvar-get build ]
-
-main {
-    rt host-install
-    rt xen-install
-    rt win-install
-    rt guest-start        win
-    rt guest-saverestore  win
-    rt guest-stop         win
-}