[Lunar-commits] CVS: moonbase/kernel/linux-2.6 DETAILS, 1.9,
1.10 PRE_BUILD, 1.10, 1.11
Moritz Heiber
moe at lunar-linux.org
Wed Mar 9 14:38:37 UTC 2005
Update of /var/cvs/lunar/moonbase/kernel/linux-2.6
In directory espresso.foo-projects.org:/tmp/cvs-serv23461
Modified Files:
DETAILS PRE_BUILD
Log Message:
Update to 2.6.11.2. Patch is no longer needed as the new
notation (2.6.x.y) is now the official version of the
stable kernel.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 7 Mar 2005 13:24:18 -0000 1.9
+++ DETAILS 9 Mar 2005 14:38:33 -0000 1.10
@@ -1,18 +1,14 @@
MODULE=linux-2.6
- VERSION=2.6.11.1
- KVERSION=2.6.11
- SOURCE=linux-${KVERSION}.tar.bz2
- SOURCE2=patch-${VERSION}.bz2
+ VERSION=2.6.11.2
+ SOURCE=linux-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
- SOURCE2_URL[0]=http://kernel.org/pub/linux/kernel/people/gregkh/v${KVERSION}/
- SOURCE_VFY=sha1:d72ab76360d004dac4b976633dd0490e8d4b15cd
- SOURCE2_VFY=sha1:b32b687483fc49e50c6d7da34c8324725406b081
+ SOURCE_VFY=sha1:d43d76ba09895effdd2ab0738cc8d9f71fa0d1f7
WEB_SITE=http://www.kernel.org
KEEP_SOURCE=on
ENTERED=20041019
- UPDATED=20050307
+ UPDATED=20050309
SHORT="The Linux kernel is the core of a Linux GNU Operating System."
cat << EOF
This is the stable version of the 2.6.x branch.
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6/PRE_BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- PRE_BUILD 7 Mar 2005 14:38:54 -0000 1.10
+++ PRE_BUILD 9 Mar 2005 14:38:33 -0000 1.11
@@ -1,4 +1,4 @@
-# Bail if we're not running a core with kernel functions
+# Bail if we're not running a core with kernel fuctions
if [ ! -e $FUNCTIONS/kernel.lunar ] ; then
message "${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old"
@@ -25,6 +25,3 @@
elif [ -f $CONFIG_CACHE/.config.beta ]; then
cp $CONFIG_CACHE/.config.beta $BUILD_DIRECTORY/linux/.config;
fi
-
-( cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/ && bunzip2 $SOURCE2 ) &&
-patch_it patch-$VERSION 1
More information about the Lunar-commits
mailing list