From patchwork Tue Aug 21 10:20:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bryn M. Reeves" X-Patchwork-Id: 1353681 Return-Path: X-Original-To: patchwork-dm-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by patchwork2.kernel.org (Postfix) with ESMTP id A8568DFB34 for ; Tue, 21 Aug 2012 10:23:50 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7LAL0bX025944; Tue, 21 Aug 2012 06:21:01 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7LAKxID007925 for ; Tue, 21 Aug 2012 06:20:59 -0400 Received: from hex.usersys.redhat.com (vpn-239-133.phx2.redhat.com [10.3.239.133]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7LAKrfg025900 for ; Tue, 21 Aug 2012 06:20:54 -0400 Message-ID: <50336105.7000004@redhat.com> Date: Tue, 21 Aug 2012 11:20:53 +0100 From: "Bryn M. Reeves" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: device-mapper development X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-loop: dm-devel@redhat.com Subject: [dm-devel] New git URLs in old repo are wrong X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com The URLs for the new git repo in the frozen repo at http://sources.redhat.com/git/lvm2.git are wrong: http://git.fedorahosted.org/git/LVM2.git git clone git://git.fedorahosted.org/git/LVM2.git Both should be lowercase. Not sure it's worth another commit at this stage but it's a trivial change. commit 53eeeb279e5196d5998bc86fdb744a49bf9c7829 Author: Bryn M. Reeves Date: Tue Aug 21 11:19:04 2012 +0100 Fix URLs for new git repository --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel diff --git a/README b/README index ff5fa2a..edc306d 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ NEWS On 7th June 2012, we froze this copy of the source code and moved it to fedorahosted.org: - http://git.fedorahosted.org/git/LVM2.git - git clone git://git.fedorahosted.org/git/LVM2.git + http://git.fedorahosted.org/git/lvm2.git + git clone git://git.fedorahosted.org/git/lvm2.git -------------------------------------------------------------------------------