[Lunar-commits] CVS: moonbase/kernel/linux-beta PRE_BUILD, 1.10,
1.11 DETAILS, 1.23, 1.24
Jaime Buffery
nestu at lunar-linux.org
Wed Jan 21 19:57:23 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11787
Modified Files:
PRE_BUILD DETAILS
Log Message:
Version bump ;)
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/PRE_BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- PRE_BUILD 9 Jan 2004 09:20:17 -0000 1.10
+++ PRE_BUILD 21 Jan 2004 19:57:21 -0000 1.11
@@ -8,7 +8,7 @@
fi
cd /usr/src
-#rm -rf linux-${KERNEL_VERSION} # we remove this one just in case
+rm -rf linux-${KERNEL_VERSION} # we remove this one just in case
rm -rf linux-${VERSION}
rm -rf linux
@@ -17,7 +17,7 @@
# 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}
+mv linux-${KERNEL_VERSION} linux-${VERSION}
ln -sf linux-${VERSION} linux
@@ -32,7 +32,7 @@
cd /usr/src/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
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/DETAILS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- DETAILS 9 Jan 2004 09:20:17 -0000 1.23
+++ DETAILS 21 Jan 2004 19:57:21 -0000 1.24
@@ -1,16 +1,17 @@
MODULE=linux-beta
KERNEL_VERSION=2.6.1
- VERSION=${KERNEL_VERSION}
+ RC_VERSION=1
+ VERSION=2.6.2-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:fa82d1e4be518261b2eeb78eabf9cca7
-# SOURCE2_VFY=md5:024b0d5550cf8cc9571dd2b7aa169018
+ SOURCE2_VFY=md5:0f9885e1262d6abc453787088ce7c398
WEB_SITE=http://www.kernel.org
ENTERED=20030410
- UPDATED=20040109
+ UPDATED=20040121
KEEP_SOURCE="on"
SHORT="The Linux kernel is the core of a Linux GNU Operating System."
cat << EOF
@@ -25,3 +26,4 @@
management, and TCP/IP networking.
EOF
+
More information about the Lunar-commits
mailing list