From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Fri, 29 Apr 2005 19:59:17 +0000 Subject: Re: udev repo has changed to git Message-Id: <20050429195917.GA30999@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="0F1p//8PRICkK4MW" List-Id: References: <20050427173251.GA3575@kroah.com> In-Reply-To: <20050427173251.GA3575@kroah.com> To: linux-hotplug@vger.kernel.org --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Apr 27, 2005 at 10:32:51AM -0700, Greg KH wrote: > So, after much cursing and hand patching, I've converted the udev > bitkeeper repository over to git. It can be now found at: > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/udev.git > > > To use it, get a copy of git or cogito or bit or whatever tool you want > that works with git trees. To clone a local copy using cogito, you can > do: > cg-clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/udev.git > > and go from there. > > See one of the many git tutorials on the web, or on the git mailing list > (at vger.kernel.org) if you have any questions on how to use git. I'm > not going to be able to answer them myself, sorry. > > And if anyone wants to verify the udev git tree, to make sure I got it > all right, please do. I know there is one dangling commit in there, > that was due to a mixup on my part, you can safely ignore it. > > I'll figure out how to tag the different releases soon, and sign them > too. git does not support symlinks and therefore our test programs will fail. Attached is a stupid script that creates the links in test/sys/ for the tests to run again. We should probably change git to support symlinks or move the sys/ tree into a tarball... And the permissions got lost during the conversion, but that does not hurt much. Thanks, Kay --0F1p//8PRICkK4MW Content-Type: application/x-sh Content-Disposition: inline; filename="udev-symlinks.sh" Content-Transfer-Encoding: quoted-printable #!/bin/sh=0A=0Aln -s '../../devices/pci0000:00/0000:00:1e.0/0000:02:05.0/ho= st0/0:0:0:0' 'block/cciss!c0d0/device'=0Aln -s '../../devices/pci0000:00/00= 00:00:1e.0/0000:02:05.0/host0/0:0:0:0' 'block/rd!c0d0/device'=0Aln -s '../.= =2E/devices/pci0000:00/0000:00:1e.0/0000:02:05.0/host0/0:0:0:0' 'block/sda/= device'=0Amkdir -p 'bus/pci/devices'=0Aln -s '../../../devices/pci0000:00/0= 000:00:09.0' 'bus/pci/devices/0000:00:09.0'=0Aln -s '../../../devices/pci00= 00:00/0000:00:1e.0' 'bus/pci/devices/0000:00:1e.0'=0Aln -s '../../../device= s/pci0000:00/0000:00:1e.0/0000:02:05.0' 'bus/pci/devices/0000:02:05.0'=0Amk= dir -p 'bus/pci/drivers/aic7xxx'=0Aln -s '../../../../devices/pci0000:00/00= 00:00:1e.0/0000:02:05.0' 'bus/pci/drivers/aic7xxx/0000:02:05.0'=0Amkdir -p = 'bus/scsi/devices'=0Aln -s '../../../devices/pci0000:00/0000:00:1e.0/0000:0= 2:05.0/host0/0:0:0:0' 'bus/scsi/devices/0:0:0:0'=0Amkdir -p 'bus/scsi/drive= rs/sd'=0Aln -s '../../../../devices/pci0000:00/0000:00:1e.0/0000:02:05.0/ho= st0/0:0:0:0' 'bus/scsi/drivers/sd/0:0:0:0'=0Amkdir -p 'bus/usb-serial/devic= es'=0Aln -s '../../../devices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0' 'bu= s/usb-serial/devices/ttyUSB0'=0Amkdir -p 'bus/usb-serial/drivers/PL-2303'= =0Aln -s '../../../../devices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0' 'bu= s/usb-serial/drivers/PL-2303/ttyUSB0'=0Amkdir -p 'bus/usb/devices'=0Aln -s = '../../../devices/pci0000:00/0000:00:09.0/usb3/3-0:1.0' 'bus/usb/devices/3-= 0:1.0'=0Aln -s '../../../devices/pci0000:00/0000:00:09.0/usb3/3-1' 'bus/usb= /devices/3-1'=0Aln -s '../../../devices/pci0000:00/0000:00:09.0/usb3/3-1/3-= 1:1.0' 'bus/usb/devices/3-1:1.0'=0Aln -s '../../../devices/pci0000:00/0000:= 00:09.0/usb3' 'bus/usb/devices/usb3'=0Amkdir -p 'bus/usb/drivers/hub'=0Aln = -s '../../../../devices/pci0000:00/0000:00:09.0/usb3/3-0:1.0' 'bus/usb/driv= ers/hub/3-0:1.0'=0Amkdir -p 'bus/usb/drivers/pl2303'=0Aln -s '../../../../d= evices/pci0000:00/0000:00:09.0/usb3/3-1/3-1:1.0' 'bus/usb/drivers/pl2303/3-= 1:1.0'=0Amkdir -p 'bus/usb/drivers/usb'=0Aln -s '../../../../devices/pci000= 0:00/0000:00:09.0/usb3/3-1' 'bus/usb/drivers/usb/3-1'=0Aln -s '../../../../= devices/pci0000:00/0000:00:09.0/usb3' 'bus/usb/drivers/usb/usb3'=0Aln -s '.= =2E/../../devices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0' 'class/tty/ttyU= SB0/device'=0Aln -s '../../../../../../bus/usb-serial/drivers/PL-2303' 'dev= ices/pci0000:00/0000:00:09.0/usb3/3-1/ttyUSB0/driver'=0A --0F1p//8PRICkK4MW-- ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel