From 46cfa26789b2eed54985c5049c5bdd12f059dc11 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 20 Jan 2014 12:43:58 +0000 Subject: [PATCH] Remove obsolete scripts. Signed-off-by: Ian Campbell --- rc-build | 27 --------------------------- rc-build-prep | 25 ------------------------- rc-guest-debian | 32 -------------------------------- rc-guest-win | 31 ------------------------------- 4 files changed, 115 deletions(-) delete mode 100644 rc-build delete mode 100644 rc-build-prep delete mode 100644 rc-guest-debian delete mode 100644 rc-guest-win diff --git a/rc-build b/rc-build deleted file mode 100644 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 . - - -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 index c62ebde..0000000 --- a/rc-build-prep +++ /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 . - - -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 index 0a664fd..0000000 --- a/rc-guest-debian +++ /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 . - - -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 index 57f30bd..0000000 --- a/rc-guest-win +++ /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 . - - -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 -} -- 2.39.5