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 2016/07/22 13:06:54 UTC

[1/2] lucy-clownfish git commit: Add Clownfish::Test to INSTALL.SKIP

Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 2d85c48c9 -> 064fbd07b


Add Clownfish::Test to INSTALL.SKIP


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

Branch: refs/heads/master
Commit: 0c0ec19967cf08e609958131717cebf1ca7ad7c9
Parents: 2d85c48
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Jul 22 14:37:13 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Jul 22 14:52:25 2016 +0200

----------------------------------------------------------------------
 runtime/perl/INSTALL.SKIP | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/0c0ec199/runtime/perl/INSTALL.SKIP
----------------------------------------------------------------------
diff --git a/runtime/perl/INSTALL.SKIP b/runtime/perl/INSTALL.SKIP
new file mode 100644
index 0000000..c85226d
--- /dev/null
+++ b/runtime/perl/INSTALL.SKIP
@@ -0,0 +1 @@
+\bClownfish/Test\b


[2/2] lucy-clownfish git commit: Fix installation of XSBind.h

Posted by nw...@apache.org.
Fix installation of XSBind.h


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

Branch: refs/heads/master
Commit: 064fbd07b6a4e73e687e35e0fd4674549739c2a6
Parents: 0c0ec19
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Jul 22 15:06:22 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Jul 22 15:06:22 2016 +0200

----------------------------------------------------------------------
 runtime/perl/buildlib/Clownfish/Build.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/064fbd07/runtime/perl/buildlib/Clownfish/Build.pm
----------------------------------------------------------------------
diff --git a/runtime/perl/buildlib/Clownfish/Build.pm b/runtime/perl/buildlib/Clownfish/Build.pm
index 0eef5c3..0efe35a 100644
--- a/runtime/perl/buildlib/Clownfish/Build.pm
+++ b/runtime/perl/buildlib/Clownfish/Build.pm
@@ -140,10 +140,10 @@ sub ACTION_cfc {
     chdir($old_dir);
 }
 
-sub ACTION_copy_clownfish_includes {
+sub ACTION_code {
     my $self = shift;
 
-    $self->SUPER::ACTION_copy_clownfish_includes;
+    $self->SUPER::ACTION_code;
 
     $self->cf_copy_include_file( 'XSBind.h' );
 }