[Lunar-commits] CVS: moonbase/kernel/linux-beta DETAILS, 1.22,
1.23 PRE_BUILD, 1.9, 1.10
Jaime Buffery
nestu at lunar-linux.org
Fri Jan 9 09:20:19 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16688
Modified Files:
DETAILS PRE_BUILD
Log Message:
Bump version to new stable. Full tarball is DLed, so no patching needed for now ;)
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/DETAILS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- DETAILS 8 Jan 2004 19:48:25 -0000 1.22
+++ DETAILS 9 Jan 2004 09:20:17 -0000 1.23
@@ -1,16 +1,16 @@
MODULE=linux-beta
- KERNEL_VERSION=2.6.0
- VERSION=2.6.1-rc3
+ KERNEL_VERSION=2.6.1
+ VERSION=${KERNEL_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}
- SOURCE_VFY=md5:c9e73737002521a347d2e6617beb56cc
- SOURCE2_VFY=md5:024b0d5550cf8cc9571dd2b7aa169018
+# SOURCE2_URL=http://www.kernel.org/pub/linux/kernel/v2.6/testing/${SOURCE2}
+ SOURCE_VFY=md5:fa82d1e4be518261b2eeb78eabf9cca7
+# SOURCE2_VFY=md5:024b0d5550cf8cc9571dd2b7aa169018
WEB_SITE=http://www.kernel.org
ENTERED=20030410
- UPDATED=20040108
+ UPDATED=20040109
KEEP_SOURCE="on"
SHORT="The Linux kernel is the core of a Linux GNU Operating System."
cat << EOF
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/PRE_BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- PRE_BUILD 3 Jan 2004 15:12:55 -0000 1.9
+++ PRE_BUILD 9 Jan 2004 09:20:17 -0000 1.10
@@ -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
More information about the Lunar-commits
mailing list