* New git URLs in old repo are wrong
@ 2012-08-21 10:20 Bryn M. Reeves
0 siblings, 0 replies; only message in thread
From: Bryn M. Reeves @ 2012-08-21 10:20 UTC (permalink / raw)
To: device-mapper development
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 <bmr@redhat.com>
Date: Tue Aug 21 11:19:04 2012 +0100
Fix URLs for new git repository
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
-------------------------------------------------------------------------------
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-21 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 10:20 New git URLs in old repo are wrong Bryn M. Reeves
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.