Repository: ambari Updated Branches: refs/heads/trunk 02b034bea -> 9f68828eb
AMBARI-8741. Create assembly module to place ambari metrics rpms into single output dir. Symlink fix. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9f68828e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9f68828e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9f68828e Branch: refs/heads/trunk Commit: 9f68828ebf1d52dcb44e8195d56ac5fb16d5a872 Parents: 02b034b Author: Siddharth Wagle <[email protected]> Authored: Thu Dec 18 13:37:46 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Thu Dec 18 13:37:46 2014 -0800 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9f68828e/ambari-metrics/ambari-metrics-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml index 79d5eba..0a0afbd 100644 --- a/ambari-metrics/ambari-metrics-assembly/pom.xml +++ b/ambari-metrics/ambari-metrics-assembly/pom.xml @@ -372,7 +372,7 @@ <defaultGroupname>root</defaultGroupname> <postinstallScriptlet> - <scriptFile>${hadoop-sink.dir}/target/rpm/postinstall.sh</scriptFile> + <scriptFile>${hadoop-sink.dir}/target/classes/rpm/postinstall.sh</scriptFile> <fileEncoding>utf-8</fileEncoding> </postinstallScriptlet>
