Repository: bigtop
Updated Branches:
  refs/heads/master d4ada6133 -> 5efdbfbfa


BIGTOP-1909. Include compiled .mo files for HUE i18n


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

Branch: refs/heads/master
Commit: 5efdbfbfae25b09f6a706f511abdf04943bb8057
Parents: d4ada61
Author: YoungWoo Kim <yw...@apache.org>
Authored: Thu Jun 25 13:34:37 2015 +0900
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Sun Sep 6 23:59:16 2015 +0900

----------------------------------------------------------------------
 bigtop-packages/src/common/hue/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5efdbfbf/bigtop-packages/src/common/hue/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hue/do-component-build 
b/bigtop-packages/src/common/hue/do-component-build
index f3df5b1..1efd0bb 100644
--- a/bigtop-packages/src/common/hue/do-component-build
+++ b/bigtop-packages/src/common/hue/do-component-build
@@ -20,7 +20,7 @@ set -ex
 #FIXME: this needs to be fixed upstream
 sed -i -e "s#${FULL_VERSION}-SNAPSHOT#${FULL_VERSION}#g" `grep -lR 
${FULL_VERSION}-SNAPSHOT .`
 
-make MAVEN_VERSION=${HUE_VERSION} apps docs
+make MAVEN_VERSION=${HUE_VERSION} apps docs locales
 
 # Make the entire tree relocatable
 bash tools/relocatable.sh

Reply via email to