[Lunar-commits] CVS: moonbase/kernel/linux-2.6-mm DETAILS, 1.2,
1.3 PRE_BUILD, 1.2, 1.3
Jaime Buffery
nestu at lunar-linux.org
Sat Nov 6 11:15:10 UTC 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-2.6-mm
In directory espresso.foo-projects.org:/tmp/cvs-serv6077
Modified Files:
DETAILS PRE_BUILD
Log Message:
2.6.9,mm1 -> 2.610rc1mm3. gcc 3.3.3, glibc 2.3.2, headers 2.6.9.1
mm1 and mm2 were not commited since their compile b0rked (truncating the kernel image)
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-mm/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 26 Oct 2004 15:41:11 -0000 1.2
+++ DETAILS 6 Nov 2004 11:15:08 -0000 1.3
@@ -1,18 +1,21 @@
MODULE=linux-2.6-mm
KERNEL_VERSION=2.6.9
- MM_VERSION=mm1
- VERSION=${KERNEL_VERSION}-${MM_VERSION}
+ RC_VERSION=2.6.10-rc1
+ MM_VERSION=mm3
+ VERSION=${RC_VERSION}-${MM_VERSION}
SOURCE=linux-${KERNEL_VERSION}.tar.bz2
- SOURCE2=${VERSION}.bz2
+ SOURCE2=patch-${RC_VERSION}.bz2
+ SOURCE3=${VERSION}.bz2
SOURCE_URL[0]=${KERNEL_URL}/pub/linux/kernel/v2.6/
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
- SOURCE2_URL=ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/${KERNEL_VERSION}/${VERSION}/
+ SOURCE2_URL=ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/
+ SOURCE3_URL=ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/${RC_VERSION}/${VERSION}/
SOURCE_VFY=sha1:dd8f8b0c43b83339a42246d322cb48c6f2323236
- SOURCE2_VFY=sha1:e5828a207769d5bca2b36bbef908b25d0835005e
+ SOURCE2_VFY=sha1:f31685b26a149db41a734f1c9ffa0c51b6825d43
+ SOURCE3_VFY=sha1:6c5ad08bba4199a77f153efbde798b701a0ca05f
WEB_SITE=http://www.kernel.org
ENTERED=20041013
- UPDATED=20041026
- KEEP_SOURCE="on"
+ UPDATED=20041106
SHORT="2.6 kernel with Andrew Morton's latest test patches."
cat << EOF
The -mm patches are a set of patches, released by Andrew Morton, against the
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-mm/PRE_BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PRE_BUILD 26 Oct 2004 15:41:11 -0000 1.2
+++ PRE_BUILD 6 Nov 2004 11:15:08 -0000 1.3
@@ -5,27 +5,31 @@
rm -rf linux-${KERNEL_VERSION} # we remove this one just in case
rm -rf linux-${VERSION}
rm -rf linux
-
+
unpack $SOURCE
-
+
# the main kernel tarball unpacks with 2.6.X name, not with the -mm added
# so, f.e.: linux-2.6.X will be renamed as linux-2.6.X-mmY
-
+
mv linux-${KERNEL_VERSION} linux-${VERSION}
-
- ln -sf linux-${VERSION} linux
+
+ ln -sf linux-${VERSION} linux
chown root.root linux
cd linux
-
+
patch_it $SOURCE2 1
+ patch_it $SOURCE3 1
- for config in .config-2.6-mm .config.2.6.stable .config.beta
- do
- test -f $CONFIG_CACHE/${config} || continue
- cp $CONFIG_CACHE/${config} /usr/src/linux/.config
- message "Importing ${config} as kernel default configuration"
+ for config in .config-2.6-mm .config.2.6.stable .config.beta
+ do
+ if [ -f $CONFIG_CACHE/${config} ]; then
+ cp $CONFIG_CACHE/${config} /usr/src/linux/.config
+ message "Importing ${config} as kernel default configuration"
+ else
+ break
+ fi
done
else
More information about the Lunar-commits
mailing list