Repository: lucy-clownfish
Updated Branches:
  refs/heads/0.4 d8cdbb22a -> 20f6b9100


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/40cae5df
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/40cae5df
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/40cae5df

Branch: refs/heads/0.4
Commit: 40cae5df361edbb3d8448ecdab352991895adbfc
Parents: d8cdbb2
Author: Nick Wellnhofer <[email protected]>
Authored: Fri Sep 5 20:30:41 2014 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Fri Sep 5 20:33:25 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/40cae5df/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/40cae5df/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/40cae5df/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/40cae5df/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