Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (ac401eab051480052af7d0621171f534eb4f2fbe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (ac401eab051480052af7d0621171f534eb4f2fbe)
  • Date: Mon, 4 Jun 2007 23:07:29 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

kernels/linux/HISTORY | 7 +++++++
kernels/linux/info/patches/PRE_2_6/patch-2.6.22-rc4 | 7 +++++++
kernels/linux/info/updatepatch | 2 +-
kernels/linux/latest.defaults | 2 +-
4 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit ac401eab051480052af7d0621171f534eb4f2fbe
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

linux updated pre 2.6 kernel patch

commit a1ae3cb204e1f669058b4050d3b22228ac6abdbc
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

linux updated the updatepatch script to add hour and minute

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 8fa6423..5728e85 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,10 @@
+2007-06-04 20:48 David Brown <dmlb2000 AT gmail.com>
+ * latest.defaults: updated latest to patch-2.6.22-rc4
+ * info/patches/PRE_2_6/patch-2.6.22-rc4: added
+
+2007-06-04 20:44 David Brown <dmlb2000 AT gmail.com>
+ * info/updatepatch: added minute and hour to script
+
2007-06-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* info/patches/squashfs_patches/squashfs2.1-patch: removed; vanished
#9845

diff --git a/kernels/linux/info/patches/PRE_2_6/patch-2.6.22-rc4
b/kernels/linux/info/patches/PRE_2_6/patch-2.6.22-rc4
new file mode 100755
index 0000000..f798032
--- /dev/null
+++ b/kernels/linux/info/patches/PRE_2_6/patch-2.6.22-rc4
@@ -0,0 +1,7 @@
+patchversion="2.6.22-rc4"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/testing/${source}"
+appliedkernels="2.6.21"
+gpg_source_url="${source_url}.sign"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+md5sum=""
diff --git a/kernels/linux/info/updatepatch b/kernels/linux/info/updatepatch
index 8b178e9..e79bbdc 100755
--- a/kernels/linux/info/updatepatch
+++ b/kernels/linux/info/updatepatch
@@ -39,7 +39,7 @@ fi
$EDITOR info/patches/$1/$3
git-add info/patches/$1/$3
(
-echo "`date +%Y-%m-%d` $NAME <$EMAIL>"
+echo "`date '+%Y-%m-%d %H:%M'` $NAME <$EMAIL>"
echo " * latest.defaults: updated latest to $3"
echo " * info/patches/$1/$3: added"
if [ "$4" != "" ]
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index 538ab08..0380bf4 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -1,5 +1,5 @@
LATEST_2_6=2.6.21
-LATEST_PRE_2_6=patch-2.6.22-rc3
+LATEST_PRE_2_6=patch-2.6.22-rc4
LATEST_maintenance_patches=patch-2.6.21.3
LATEST_git_patches=patch-2.6.12-rc5-git8
LATEST_2_4=2.4.32



  • [SM-Commit] GIT changes to master grimoire by David Brown (ac401eab051480052af7d0621171f534eb4f2fbe), David Brown, 06/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page