[Lunar-commits] CVS: moonbase/kernel/linux-beta DETAILS, 1.52,
1.53 PRE_BUILD, 1.25, 1.26
Jaime Buffery
nestu at lunar-linux.org
Sat Aug 14 07:47:10 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/compilers/gcc/3.4.1 BUILD, NONE,
1.1 CONFIGURE, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE,
1.1 POST_REMOVE, NONE, 1.1 PRE_BUILD, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/shells/zsh DETAILS,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27172
Modified Files:
DETAILS PRE_BUILD
Log Message:
Version bump: 2.6.8rc4 -> 2.6.8. gcc 3.3.3, glibc 2.3.2, headers 2.6.7.0
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/DETAILS,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- DETAILS 10 Aug 2004 09:55:38 -0000 1.52
+++ DETAILS 14 Aug 2004 07:47:07 -0000 1.53
@@ -1,16 +1,12 @@
MODULE=linux-beta
- KERNEL_VERSION=2.6.7
- VERSION=2.6.8-rc4
- SOURCE=linux-${KERNEL_VERSION}.tar.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=ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/$SOURCE2
- SOURCE_VFY=md5:a74671ea68b0e3c609e8785ed8497c14
- SOURCE2_VFY=md5:3fa26816f4e298daccae3e94ec6c8144
+ VERSION=2.6.8
+ SOURCE=linux-${VERSION}.tar.bz2
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
+ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
+ SOURCE_VFY=md5:2f8b0030ce970f3c1a460faf5d2b1cec
WEB_SITE=http://www.kernel.org
ENTERED=20030410
- UPDATED=20040810
+ UPDATED=20040814
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.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- PRE_BUILD 18 Jul 2004 13:53:39 -0000 1.25
+++ PRE_BUILD 14 Aug 2004 07:47:07 -0000 1.26
@@ -11,7 +11,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
- test "${KERNEL_VERSION}" != "${VERSION}" && mv linux-${KERNEL_VERSION} linux-${VERSION}
+ test -n "${KERNEL_VERSION}" && test "${KERNEL_VERSION}" != "${VERSION}" && mv linux-${KERNEL_VERSION} linux-${VERSION}
ln -sf linux-${VERSION} linux
@@ -20,8 +20,6 @@
cd linux/
- patch_it $SOURCE_CACHE/$SOURCE2 1
-
EXTRAVERSION=`grep -m 1 "EXTRAVERSION =" Makefile`
sed -i "s/$EXTRAVERSION/$EXTRAVERSION-beta/g" Makefile
- Previous message: [Lunar-commits] CVS: moonbase/compilers/gcc/3.4.1 BUILD, NONE,
1.1 CONFIGURE, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE,
1.1 POST_REMOVE, NONE, 1.1 PRE_BUILD, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/shells/zsh DETAILS,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list