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/09/24 13:26:10 UTC

[5/5] lucy git commit: Updating CI test scripts for release 0.6.0

Updating CI test scripts for release 0.6.0


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

Branch: refs/heads/0.6
Commit: b48f71e3593abec395d3dc0f402755c785c74440
Parents: 94d5220
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Sep 24 15:05:52 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Sep 24 15:05:52 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/b48f71e3/devel/bin/appveyor-build.bat
----------------------------------------------------------------------
diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat
index 5798496..591baf4 100644
--- a/devel/bin/appveyor-build.bat
+++ b/devel/bin/appveyor-build.bat
@@ -18,7 +18,7 @@ rem limitations under the License.
 if "%BUILD_ENV%" == "msys2" goto test_msys2
 
 rem Install Clownfish.
-git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+git clone -q -b 0.6 --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
 
 if "%CLOWNFISH_HOST%" == "c" goto test_c
 if "%CLOWNFISH_HOST%" == "perl" goto test_perl

http://git-wip-us.apache.org/repos/asf/lucy/blob/b48f71e3/devel/bin/travis-test.sh
----------------------------------------------------------------------
diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh
index 4e07247..080a1bf 100755
--- a/devel/bin/travis-test.sh
+++ b/devel/bin/travis-test.sh
@@ -25,7 +25,7 @@ build_dir="$(pwd)"
 install_dir="$build_dir/install_dir"
 
 # Fetch Clownfish.
-git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
+git clone -q -b 0.6 --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git
 
 test_c() {
     # Install Clownfish.