Repository: lucy
Updated Branches:
  refs/heads/0.5 [created] 29b6f7370

Updating CI test scripts for release 0.5.0


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

Branch: refs/heads/0.5
Commit: 29b6f7370ce76f4d3f90e44eaffbd05324756f1d
Parents: 2dec3ce
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Fri Mar 4 14:46:27 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Fri Mar 4 14:46:27 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/29b6f737/devel/bin/appveyor-build.bat
----------------------------------------------------------------------
diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat
index a761c94..379f432 100644
--- a/devel/bin/appveyor-build.bat
+++ b/devel/bin/appveyor-build.bat
@@ -35,7 +35,7 @@ call "C:\Program Files\Microsoft 
SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
 
 rem Install Clownfish.
 cd \projects
-git clone -q --depth 1 
https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+git clone -q -b 0.5 --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/29b6f737/devel/bin/travis-test.sh
----------------------------------------------------------------------
diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh
index 8b99f4f..5846897 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 --depth 1 
https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+    git clone -q -b 0.5 --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 --depth 1 
https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+    git clone -q -b 0.5 --depth 1 
https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
     cd lucy-clownfish/runtime/perl
     perl Build.PL
     ./Build

Reply via email to