Re: 2.4 Bitkeeper repo not updated ?

From: Weitai Liu (weitailiu@hotpop.com)
Date: Mon Jun 16 2003 - 14:30:01 EST


On Mon, 2003-06-16 at 02:00, Michael Frank wrote:
> 2.4.21 seems not be at http://linux.bkbits.net/linux-2.4
> Tried yesterday and again today
>
> Also tag for -rc8 is missing
>
I have cloned 2.4 from this site at this morning , 2.4.21 is there:

#! /bin/sh -v
bk clone bk://linux.bkbits.net/linux-2.4

cd linux-2.4
. ../bkresync
cd ..

Makefile content :
 
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 21
EXTRAVERSION = -rc8

KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//g")

LWT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:17 EST