Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 1736feba2 -> 3b32cceba


Update links to bugtracker

Fixes CLOWNFISH-6.


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

Branch: refs/heads/master
Commit: fdf328cf292e01402cad4fba36304c5e2680df88
Parents: 1736feb
Author: Nick Wellnhofer <[email protected]>
Authored: Fri Sep 5 20:30:41 2014 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Fri Sep 5 20:32:57 2014 +0200

----------------------------------------------------------------------
 CONTRIBUTING                  | 2 +-
 compiler/perl/Build.PL        | 2 +-
 devel/bin/release_commands.pl | 2 +-
 runtime/perl/Build.PL         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fdf328cf/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 4594ccd..3ca8f14 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -51,7 +51,7 @@ OPEN AN ISSUE:
   Atlassian JIRA.  We generally use the term "issue" rather than "bug" because
   not every contribution fixes a "bug".
   
-     https://issues.apache.org/jira/browse/LUCY
+     https://issues.apache.org/jira/browse/CLOWNFISH
   
   1. Create a JIRA account for yourself and sign in.
   2. Once you have signed in, the "create new issue" link will appear.  Either

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fdf328cf/compiler/perl/Build.PL
----------------------------------------------------------------------
diff --git a/compiler/perl/Build.PL b/compiler/perl/Build.PL
index 020af01..ccff620 100644
--- a/compiler/perl/Build.PL
+++ b/compiler/perl/Build.PL
@@ -39,7 +39,7 @@ my $builder = Clownfish::CFC::Build->new(
         resources => {
             homepage   => 'http://lucy.apache.org',
             repository => 
'https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git',
-            bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
+            bugtracker => 'https://issues.apache.org/jira/browse/CLOWNFISH',
         },
     },
     add_to_cleanup => [

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fdf328cf/devel/bin/release_commands.pl
----------------------------------------------------------------------
diff --git a/devel/bin/release_commands.pl b/devel/bin/release_commands.pl
index eeee9d0..96dda8d 100755
--- a/devel/bin/release_commands.pl
+++ b/devel/bin/release_commands.pl
@@ -196,7 +196,7 @@ say qq|# JIRA permissions to perform the required actions.  
Please let the|;
 say qq|# dev list know if you encounter problems.)  Click the "release"|;
 say qq|# link for $x_y_z_version and input the date from the CHANGES file.|;
 say qq|https://issues.apache.org/jira/plugins/servlet/|
-    . qq|project-config/LUCY/versions\n|;
+    . qq|project-config/CLOWNFISH/versions\n|;
 
 say qq|# Once the release files are in place, update the download page|;
 say qq|# of the Lucy website. The easiest way to perform this action is to|;

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fdf328cf/runtime/perl/Build.PL
----------------------------------------------------------------------
diff --git a/runtime/perl/Build.PL b/runtime/perl/Build.PL
index fd03dca..d6a7204 100644
--- a/runtime/perl/Build.PL
+++ b/runtime/perl/Build.PL
@@ -43,7 +43,7 @@ my $builder = Clownfish::Build->new(
         resources => {
             homepage   => 'http://lucy.apache.org',
             repository => 
'https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git',
-            bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
+            bugtracker => 'https://issues.apache.org/jira/browse/CLOWNFISH',
         },
     },
     add_to_cleanup => [

Reply via email to