[Lunar-commits] CVS: moonbase/kernel/linux-beta DETAILS, 1.32,
1.33 PRE_BUILD, 1.15, 1.16
Jaime Buffery
nestu at lunar-linux.org
Sat Feb 28 11:37:29 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5511
Modified Files:
DETAILS PRE_BUILD
Log Message:
Bump version
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/DETAILS,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- DETAILS 18 Feb 2004 15:00:48 -0000 1.32
+++ DETAILS 28 Feb 2004 11:37:26 -0000 1.33
@@ -1,15 +1,15 @@
MODULE=linux-beta
KERNEL_VERSION=2.6.3
- VERSION=${KERNEL_VERSION}
-# RC_VERSION=4
-# VERSION=2.6.3-rc${RC_VERSION}
+# VERSION=${KERNEL_VERSION}
+ RC_VERSION=1
+ VERSION=2.6.4-rc${RC_VERSION}
SOURCE=linux-${KERNEL_VERSION}.tar.bz2
-# SOURCE2=patch-${VERSION}.bz2
+ SOURCE2=patch-${VERSION}.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/$SOURCE
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/$SOURCE
-# SOURCE2_URL=http://www.kernel.org/pub/linux/kernel/v2.6/testing/${SOURCE2}
+ SOURCE2_URL=http://www.kernel.org/pub/linux/kernel/v2.6/testing/${SOURCE2}
SOURCE_VFY=md5:6063a7e424355ec52e0cb559fb99034d
-# SOURCE2_VFY=md5:6fcce48b1d8e4c3e909cef0298468006
+ SOURCE2_VFY=md5:3171082c786f536736b3a0576f1f54e8
WEB_SITE=http://www.kernel.org
ENTERED=20030410
UPDATED=20040218
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/PRE_BUILD,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- PRE_BUILD 18 Feb 2004 15:00:48 -0000 1.15
+++ PRE_BUILD 28 Feb 2004 11:37:26 -0000 1.16
@@ -20,16 +20,16 @@
# 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}
+ test "${KERNEL_VERSION}" != "${VERSION}" && mv linux-${KERNEL_VERSION} linux-${VERSION}
- ln -sf linux-${VERSION} linux
+ ln -sf linux-${VERSION} linux
- chown root.root /usr/src/linux
- chown -R root.root /usr/src/linux-${VERSION}
+ chown root.root /usr/src/linux
+ chown -R root.root /usr/src/linux-${VERSION}
- cd linux/
+ cd linux/
-# patch_it $SOURCE_CACHE/$SOURCE2 1
+ patch_it $SOURCE_CACHE/$SOURCE2 1
EXTRAVERSION=`grep -m 1 "EXTRAVERSION =" Makefile`
sed -i "s/$EXTRAVERSION/$EXTRAVERSION-beta/g" Makefile
More information about the Lunar-commits
mailing list