Skip to Content.
Sympa Menu

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

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 (ba4d04aba285163d4eb4d98c5cc5e25f67ae18fc)
  • Date: Sun, 10 Jun 2007 11:52:15 -0500

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

kernels/linux/HISTORY | 17
+++++++---
kernels/linux/info/patches/maintenance_patches/patch-2.6.20.13 | 6 +++
kernels/linux/info/updatepatch | 2 -
3 files changed, 19 insertions(+), 6 deletions(-)

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

linux reverted the updatepatch script to not include the hour:minute

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

HISTORY reverted the hour:minute stuff since it was not that important
anyway and updated 2.6.20 maintenance patches

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index d71b2cc..214b2f4 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,23 +1,30 @@
+2007-06-10 David Brown <dmlb2000 AT gmail.com>
+ * info/updatepatch: reverted the hour:minute for history entry I just
+ won't bother doing merges anymore then...
+
+2007-06-10 David Brown <dmlb2000 AT gmail.com>
+ * info/patches/maintenance_patches/patch-2.6.20.13: added
+
2007-06-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PREPARE: fix typo #13824

-2007-06-07 22:08 David Brown <dmlb2000 AT gmail.com>
+2007-06-07 David Brown <dmlb2000 AT gmail.com>
* latest.defaults: updated latest to 2.6.22-rc4-mm2
* info/patches/mm_patches/2.6.22-rc4-mm2: added

-2007-06-07 22:08 David Brown <dmlb2000 AT gmail.com>
+2007-06-07 David Brown <dmlb2000 AT gmail.com>
* latest.defaults: updated latest to patch-2.6.21.4
* info/patches/maintenance_patches/patch-2.6.21.4: added

-2007-06-06 21:34 David Brown <dmlb2000 AT gmail.com>
+2007-06-06 David Brown <dmlb2000 AT gmail.com>
* latest.defaults: updated latest to 2.6.22-rc4-mm1
* info/patches/mm_patches/2.6.22-rc4-mm1: added

-2007-06-04 20:48 David Brown <dmlb2000 AT gmail.com>
+2007-06-04 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>
+2007-06-04 David Brown <dmlb2000 AT gmail.com>
* info/updatepatch: added minute and hour to script

2007-06-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/kernels/linux/info/patches/maintenance_patches/patch-2.6.20.13
b/kernels/linux/info/patches/maintenance_patches/patch-2.6.20.13
new file mode 100755
index 0000000..9727f5f
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches/patch-2.6.20.13
@@ -0,0 +1,6 @@
+appliedkernels="2.6.20"
+patchversion="${appliedkernels}.13"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/${source}"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+gpg_source_url="${source_url}.sign"
diff --git a/kernels/linux/info/updatepatch b/kernels/linux/info/updatepatch
index e79bbdc..344f7c5 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 %H:%M'` $NAME <$EMAIL>"
+echo "`date '+%Y-%m-%d'` $NAME <$EMAIL>"
echo " * latest.defaults: updated latest to $3"
echo " * info/patches/$1/$3: added"
if [ "$4" != "" ]



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

Archive powered by MHonArc 2.6.24.

Top of Page