Skip to Content.
Sympa Menu

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

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 (66e75fc600c7180ee68d3accbbfdb231c893c48a)
  • Date: Sun, 29 Jan 2012 22:05:58 -0600

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

dev/null |binary
kernels/xen-hypervisor/BUILD | 9 +--------
kernels/xen-hypervisor/DEPENDS | 1 +
kernels/xen-hypervisor/DETAILS | 34 +++++++---------------------------
kernels/xen-hypervisor/DOWNLOAD | 1 +
kernels/xen-hypervisor/HISTORY | 5 +++++
kernels/xen-hypervisor/INSTALL | 9 +--------
kernels/xen-hypervisor/PRE_BUILD | 1 +
kernels/xen-hypervisor/TRIGGERS | 1 +
kernels/xen-hypervisor/xen.gpg | 0
utils/xen-tools/xen.gpg | 0
11 files changed, 18 insertions(+), 43 deletions(-)

New commits:
commit 66e75fc600c7180ee68d3accbbfdb231c893c48a
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Clobber the xen gpg key

commit 65847480234124d6ef330dca3e094d76c28ab7d6
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Deprecated xen-hypervisor in favor of single xen spell

diff --git a/kernels/xen-hypervisor/BUILD b/kernels/xen-hypervisor/BUILD
index ac7a70e..27ba77d 100755
--- a/kernels/xen-hypervisor/BUILD
+++ b/kernels/xen-hypervisor/BUILD
@@ -1,8 +1 @@
-unset LDFLAGS
-unset CFLAGS
-if [[ "$XEN_TARGET_X86_PAE" == "y" ]]
-then
- make XEN_TARGET_X86_PAE=y xen
-else
- make xen
-fi
+true
diff --git a/kernels/xen-hypervisor/DEPENDS b/kernels/xen-hypervisor/DEPENDS
new file mode 100755
index 0000000..e58d787
--- /dev/null
+++ b/kernels/xen-hypervisor/DEPENDS
@@ -0,0 +1 @@
+depends xen
diff --git a/kernels/xen-hypervisor/DETAILS b/kernels/xen-hypervisor/DETAILS
index 73ec423..8e6a13f 100755
--- a/kernels/xen-hypervisor/DETAILS
+++ b/kernels/xen-hypervisor/DETAILS
@@ -1,27 +1,7 @@
- SPELL=xen-hypervisor
- 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
- 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-hypervisor
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by xen]
+ EOF
diff --git a/kernels/xen-hypervisor/DOWNLOAD b/kernels/xen-hypervisor/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kernels/xen-hypervisor/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/kernels/xen-hypervisor/HISTORY b/kernels/xen-hypervisor/HISTORY
index 93bb39a..ea595df 100644
--- a/kernels/xen-hypervisor/HISTORY
+++ b/kernels/xen-hypervisor/HISTORY
@@ -1,3 +1,8 @@
+2012-01-29 David Kowis <dkowis AT shlrm.org>
+ * spell deprecated [RXen spell now handles this]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2010-06-20 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* xen-4.0.0.tar.gz.sig: removed, no longer needed
diff --git a/kernels/xen-hypervisor/INSTALL b/kernels/xen-hypervisor/INSTALL
index 5b29ee3..27ba77d 100755
--- a/kernels/xen-hypervisor/INSTALL
+++ b/kernels/xen-hypervisor/INSTALL
@@ -1,8 +1 @@
-unset LDFLAGS
-unset CFLAGS
-if [[ "$XEN_TARGET_X86_PAE" == "y" ]]
-then
- make XEN_TARGET_X86_PAE=y install-xen
-else
- make install-xen
-fi
+true
diff --git a/kernels/xen-hypervisor/PRE_BUILD
b/kernels/xen-hypervisor/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kernels/xen-hypervisor/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/kernels/xen-hypervisor/TRIGGERS b/kernels/xen-hypervisor/TRIGGERS
new file mode 100755
index 0000000..6f7b9d1
--- /dev/null
+++ b/kernels/xen-hypervisor/TRIGGERS
@@ -0,0 +1 @@
+on_cast xen-hypervisor dispel_self
diff --git a/kernels/xen-hypervisor/xen.gpg b/kernels/xen-hypervisor/xen.gpg
deleted file mode 100644
index 81fe9e6..0000000
Binary files a/kernels/xen-hypervisor/xen.gpg and /dev/null differ
diff --git a/utils/xen-tools/xen.gpg b/utils/xen-tools/xen.gpg
deleted file mode 100644
index 81fe9e6..0000000
Binary files a/utils/xen-tools/xen.gpg and /dev/null differ



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

Archive powered by MHonArc 2.6.24.

Top of Page