You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2012/10/21 14:19:54 UTC

[lucy-commits] git commit: Update more repo URLs

Updated Branches:
  refs/heads/master 88a678d0a -> 38eead441


Update more repo URLs


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/38eead44
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/38eead44
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/38eead44

Branch: refs/heads/master
Commit: 38eead4418c411b665f3bb9a7bab448b95672ccd
Parents: 88a678d
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Oct 21 13:57:34 2012 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Oct 21 13:57:34 2012 +0200

----------------------------------------------------------------------
 STATUS                          |    2 +-
 clownfish/runtime/perl/Build.PL |    2 +-
 perl/Build.PL                   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/38eead44/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index b67e048..b5e368d 100644
--- a/STATUS
+++ b/STATUS
@@ -4,7 +4,7 @@ Apache Lucy STATUS
 
 The current version of this file can be found here:
 
-  * <http://svn.apache.org/repos/asf/lucy/trunk/STATUS>
+  * <https://git-wip-us.apache.org/repos/asf?p=lucy.git;a=blob;f=STATUS;hb=HEAD>
 
 Contributors looking for a mission should browse the issues linked below to
 get a feel for the Lucy community's consensus priorities.  See

http://git-wip-us.apache.org/repos/asf/lucy/blob/38eead44/clownfish/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/clownfish/runtime/perl/Build.PL b/clownfish/runtime/perl/Build.PL
index d585e89..2cd609a 100644
--- a/clownfish/runtime/perl/Build.PL
+++ b/clownfish/runtime/perl/Build.PL
@@ -43,7 +43,7 @@ my $builder = Clownfish::Build->new(
     meta_add   => {
         resources => {
             homepage   => 'http://lucy.apache.org',
-            repository => 'http://svn.apache.org/repos/asf/lucy',
+            repository => 'http://git-wip-us.apache.org/repos/asf/lucy.git',
             bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
         },
     },

http://git-wip-us.apache.org/repos/asf/lucy/blob/38eead44/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 6b25c44..d13ecf7 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -48,7 +48,7 @@ my $builder = Lucy::Build->new(
     meta_add   => {
         resources => {
             homepage   => 'http://lucy.apache.org',
-            repository => 'http://svn.apache.org/repos/asf/lucy',
+            repository => 'http://git-wip-us.apache.org/repos/asf/lucy.git',
             bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
         },
     },