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 2015/07/11 18:41:17 UTC

[1/2] lucy git commit: Use shallow Git clones

Repository: lucy
Updated Branches:
  refs/heads/master a3e7fa28b -> 48b9c3b01


Use shallow Git clones


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

Branch: refs/heads/master
Commit: 94fb50022db9bbf43aedd0421cafbfab2b2c66bc
Parents: a3e7fa2
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 18:35:28 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 18:35:28 2015 +0200

----------------------------------------------------------------------
 appveyor.yml                 | 2 ++
 devel/bin/appveyor-build.bat | 2 +-
 devel/bin/travis-test.sh     | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index d8c3076..c153317 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,3 +13,5 @@ build: off
 test_script:
   - 'devel\bin\appveyor-build.bat'
 
+clone_depth: 10
+

http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/devel/bin/appveyor-build.bat
----------------------------------------------------------------------
diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat
index f436181..42dc39c 100644
--- a/devel/bin/appveyor-build.bat
+++ b/devel/bin/appveyor-build.bat
@@ -20,7 +20,7 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
 
 rem Install Clownfish.
 cd \projects
-git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
 cd lucy-clownfish\runtime\c
 call configure && nmake || exit /b
 call install --prefix C:\install

http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/devel/bin/travis-test.sh
----------------------------------------------------------------------
diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh
index 3125431..8b99f4f 100755
--- a/devel/bin/travis-test.sh
+++ b/devel/bin/travis-test.sh
@@ -23,7 +23,7 @@ set -x
 
 test_c() {
     # Install Clownfish.
-    git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+    git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
     cd lucy-clownfish/runtime/c
     ./configure
     make -j
@@ -39,7 +39,7 @@ test_perl() {
     perlbrew switch $PERL_VERSION
 
     # Install Clownfish.
-    git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+    git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
     cd lucy-clownfish/runtime/perl
     perl Build.PL
     ./Build


[2/2] lucy git commit: Mention Travis and Appveyor in CONTRIBUTING

Posted by nw...@apache.org.
Mention Travis and Appveyor in CONTRIBUTING


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

Branch: refs/heads/master
Commit: 48b9c3b011662a4f749d40f5f6478e9496eb0ec0
Parents: 94fb500
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 18:36:18 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 18:36:18 2015 +0200

----------------------------------------------------------------------
 CONTRIBUTING | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/48b9c3b0/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 967353a..baac4de 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -31,6 +31,11 @@ MAKE CHANGES:
 
   Edit the source code as you see fit, then build Lucy and run its test suite.
 
+  Lucy supports continuous integration services Travis and Appveyor
+  to run tests under multiple host languages, host language versions, and
+  platforms. If you fork the Github repository, you can make these services
+  automatically test the changes you made in your fork.
+
   Please bear the following in mind:
 
     * All code will eventually need to be portable to multiple operating