Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (79cb0067b39385689d090b0f6efe33a06b478432)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (79cb0067b39385689d090b0f6efe33a06b478432)
  • Date: Sun, 29 Jan 2012 22:03:46 -0600

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

utils/xen-tools/BUILD | 7 -----
utils/xen-tools/DEPENDS | 12 ---------
utils/xen-tools/DETAILS | 35 +++++----------------------
utils/xen-tools/DOWNLOAD | 1
utils/xen-tools/HISTORY | 5 +++
utils/xen-tools/INSTALL | 6 ----
utils/xen-tools/PRE_BUILD | 4 ---
utils/xen-tools/TRIGGERS | 1
utils/xen-tools/init.d/xend | 56
--------------------------------------------
9 files changed, 18 insertions(+), 109 deletions(-)

New commits:
commit 79cb0067b39385689d090b0f6efe33a06b478432
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Deprecated xen-tools replaced by xen

diff --git a/utils/xen-tools/BUILD b/utils/xen-tools/BUILD
index 2aca722..27ba77d 100755
--- a/utils/xen-tools/BUILD
+++ b/utils/xen-tools/BUILD
@@ -1,6 +1 @@
-unset LDFLAGS
-unset CFLAGS
-make -C tools &&
-cd tools/python &&
-python setup.py build &&
-cd $SOURCE_DIRECTORY
+true
diff --git a/utils/xen-tools/DEPENDS b/utils/xen-tools/DEPENDS
index c8cbced..e58d787 100755
--- a/utils/xen-tools/DEPENDS
+++ b/utils/xen-tools/DEPENDS
@@ -1,11 +1 @@
-depends bridge-utils &&
-depends python &&
-depends setuptools &&
-depends python-pam &&
-depends iproute2 &&
-depends dev86 &&
-depends curl &&
-depends udev &&
-depends pyopenssl &&
-depends pyxml &&
-depends acpica-unix
+depends xen
diff --git a/utils/xen-tools/DETAILS b/utils/xen-tools/DETAILS
index 8834207..91518c5 100755
--- a/utils/xen-tools/DETAILS
+++ b/utils/xen-tools/DETAILS
@@ -1,28 +1,7 @@
- SPELL=xen-tools
- PACKAGE=xen
- VERSION=4.0.0
- SOURCE=${PACKAGE}-${VERSION}.tar.gz
- SOURCE2=$SOURCE.sig
- SOURCE2_IGNORE=signature
- SOURCE_GPG=xen.gpg:$SOURCE.sig:UPSTREAM_KEY
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PACKAGE}-${VERSION}
-
SOURCE_URL[0]=http://bits.xensource.com/oss-xen/release/${VERSION}/${SOURCE}
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- WEB_SITE=http://www.xen.org
- ENTERED=20041110
- PATCHLEVEL=1
- LICENSE[0]=GPL
- KEYWORDS="utils"
- SHORT="Xen is a paravirtualising virtual machine monitor"
-cat << EOF
-Xen is a paravirtualising virtual machine monitor (VMM), or "hypervisor",
-for the x86 processor architecture. Xen can securely execute multiple
-virtual machines on a single physical system with close-to-native
-performance. The virtual machine technology facilitates enterprise-grade
-functionality, including:
-
-* Virtual machines with performance close to native hardware.
-* Live migration of running virtual machines between physical hosts.
-* Excellent hardware support (supports most Linux device drivers).
-* Sandboxed, restartable device drivers.
-EOF
+ SPELL=xen-tools
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by xen]
+ EOF
diff --git a/utils/xen-tools/DOWNLOAD b/utils/xen-tools/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/xen-tools/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/utils/xen-tools/HISTORY b/utils/xen-tools/HISTORY
index 5e961f1..cad1282 100644
--- a/utils/xen-tools/HISTORY
+++ b/utils/xen-tools/HISTORY
@@ -1,3 +1,8 @@
+2012-01-29 David Kowis <dkowis AT shlrm.org>
+ * spell deprecated [PXen Spell now does this]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2010-06-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* xen.gpg: added gpg keyring from kernels/xen-hypervisor
diff --git a/utils/xen-tools/INSTALL b/utils/xen-tools/INSTALL
index 35ae9c6..27ba77d 100755
--- a/utils/xen-tools/INSTALL
+++ b/utils/xen-tools/INSTALL
@@ -1,5 +1 @@
-unset LDFLAGS
-unset CFLAGS
-make -C tools DESTDIR=${INSTALL_ROOT} install &&
-cd tools/python &&
-python setup.py install
+true
diff --git a/utils/xen-tools/PRE_BUILD b/utils/xen-tools/PRE_BUILD
index ec51a92..27ba77d 100755
--- a/utils/xen-tools/PRE_BUILD
+++ b/utils/xen-tools/PRE_BUILD
@@ -1,3 +1 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-sedit 's/lib64/lib/' config/StdGNU.mk
+true
diff --git a/utils/xen-tools/TRIGGERS b/utils/xen-tools/TRIGGERS
new file mode 100755
index 0000000..d8fba3a
--- /dev/null
+++ b/utils/xen-tools/TRIGGERS
@@ -0,0 +1 @@
+on_cast xen-tools dispel_self
diff --git a/utils/xen-tools/init.d/xend b/utils/xen-tools/init.d/xend
deleted file mode 100755
index 318160d..0000000
--- a/utils/xen-tools/init.d/xend
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/bin/false
-RUNLEVEL=3
-NEEDS="+local_fs +network"
-PROVIDES="xend"
-RECOMMENDED=yes
-
-. /etc/init.d/smgl_init
-. /etc/init.d/smgl_functions
-
-await_daemons_up()
-{
- i=1
- rets=10
- xend status
- while [ $? -ne 0 -a $i -lt $rets ]
- do
- sleep 1
- i=$(($i + 1))
- xend status
- done
-}
-
-start()
-{
- xend start
- await_daemons_up
-}
-
-stop()
-{
- xend stop
-}
-
-status()
-{
- xend status
-}
-
-reload()
-{
- xend reload
-}
-
-restart()
-{
- xend restart
- await_daemons_up
-}
-
-force-reload()
-{
- restart
-}
-



  • [SM-Commit] GIT changes to master grimoire by David Kowis (79cb0067b39385689d090b0f6efe33a06b478432), David Kowis, 01/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page