Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 1bd4a046d -> b1ba52a80
Fix license checking and build order Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/b1ba52a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/b1ba52a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/b1ba52a8 Branch: refs/heads/release/0.10.0 Commit: b1ba52a802d20e617e8c27025fb795aaffc8f748 Parents: 1bd4a04 Author: Donald Szeto <[email protected]> Authored: Fri Sep 30 11:32:48 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Sep 30 11:32:48 2016 -0700 ---------------------------------------------------------------------- make-distribution.sh | 2 +- tests/.rat-excludes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/b1ba52a8/make-distribution.sh ---------------------------------------------------------------------- diff --git a/make-distribution.sh b/make-distribution.sh index aeb96c3..23769fe 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -27,7 +27,7 @@ VERSION=$(grep version ${FWDIR}/build.sbt | grep ThisBuild | grep -o '".*"' | se echo "Building binary distribution for PredictionIO $VERSION..." cd ${FWDIR} -sbt/sbt common/publishLocal core/publishLocal data/publishLocal e2/publishLocal tools/assembly +sbt/sbt common/publishLocal data/publishLocal core/publishLocal e2/publishLocal tools/assembly cd ${FWDIR} rm -rf ${DISTDIR} http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/b1ba52a8/tests/.rat-excludes ---------------------------------------------------------------------- diff --git a/tests/.rat-excludes b/tests/.rat-excludes index 9f65cd1..fc8688f 100644 --- a/tests/.rat-excludes +++ b/tests/.rat-excludes @@ -17,6 +17,7 @@ unidoc.sbt spark-defaults.conf Gemfile.lock templates.yaml +semver.sh PredictionIO-.*/* bower_components/* @@ -27,7 +28,6 @@ dist/* vendors/* .logs/* sbt/* -bin/semver.sh .*md .*md.erb
