Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1dd4ac37195ef92a7bad99b141765bf84628ab22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1dd4ac37195ef92a7bad99b141765bf84628ab22)
  • Date: Tue, 17 Mar 2009 14:21:42 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

kernels/linux/HISTORY | 4 ++++
kernels/linux/PRE_BUILD | 4 ++++
kernels/linux/info/patches/zen_patches/.info | 2 ++
kernels/linux/info/patches/zen_patches/2.6.29-rc7-zen1.patch | 6 ++++++
4 files changed, 16 insertions(+)

New commits:
commit 79e675c40b2fd2a6591f857d1fb65f9e1be6da4a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

linux: added zen_patches and lzma support for this spell.
Now don't go and fall off the bleeding edge ;)

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 6ac5b26..5b39e9c 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -5,6 +5,10 @@
2009-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* info/patches/maintenance_patches/patch-2.6.27.20: added

+2009-03-16 Arjan Bouter <abouter AT sourcemage.org>
+ * info/patches/zen_patches: added zen-sources kernel
+ * PRE_BUILD: added lzma support for zen_patches
+
2009-03-09 Eric Sandall <sandalle AT sourcemage.org>
* info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch: Supports
2.6.28

diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
index 032160a..3a194cf 100755
--- a/kernels/linux/PRE_BUILD
+++ b/kernels/linux/PRE_BUILD
@@ -13,6 +13,10 @@ function linux_new_uncompress()
[[ $(file $1 | grep text) != "" ]]
then
message "${MESSAGE_COLOR}$1 doesn't need uncompressing${DEFAULT_COLOR}"
+ elif
+ [[ $(file $1 | grep data) != "" ]] && [[ "$(echo $1|grep -o
"\.[^.]*$")" == '.lzma' ]]
+ then
+ unlzma $1
else
message "${PROBLEM_COLOR}$1 has some unknown/unimplemented compression
type${DEFAULT_COLOR}"
return 1
diff --git a/kernels/linux/info/patches/zen_patches/.info
b/kernels/linux/info/patches/zen_patches/.info
new file mode 100755
index 0000000..fdb7850
--- /dev/null
+++ b/kernels/linux/info/patches/zen_patches/.info
@@ -0,0 +1,2 @@
+short="zen "
+help="zen patches a kernel with the latest [non-]official patches "
diff --git a/kernels/linux/info/patches/zen_patches/2.6.29-rc7-zen1.patch
b/kernels/linux/info/patches/zen_patches/2.6.29-rc7-zen1.patch
new file mode 100644
index 0000000..129cd81
--- /dev/null
+++ b/kernels/linux/info/patches/zen_patches/2.6.29-rc7-zen1.patch
@@ -0,0 +1,6 @@
+appliedkernels="2.6.28"
+depends="patch-2.6.29-rc7"
+patchversion="${depends/patch-/}-zen1"
+source="${patchversion}.patch.lzma"
+source_url="http://zen-sources.org/files/${source}";
+md5="9e1fd9f65bbfc67b6f2cc609ac17cc57"




Archive powered by MHonArc 2.6.24.

Top of Page