Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0806418738 for ; Tue, 23 Jun 2015 14:08:54 +0000 (UTC) Received: (qmail 77911 invoked by uid 500); 23 Jun 2015 14:08:54 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 77885 invoked by uid 500); 23 Jun 2015 14:08:53 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 77876 invoked by uid 99); 23 Jun 2015 14:08:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 14:08:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC13EE0019; Tue, 23 Jun 2015 14:08:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlevas@apache.org To: commits@ambari.apache.org Message-Id: <09faf4932b884d1594e9823bf6d8e071@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12082. Ambari agent temp directory has wrong permissions on ambari-server host (rlevas) Date: Tue, 23 Jun 2015 14:08:53 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 405caf1eb -> 0c98119f5 AMBARI-12082. Ambari agent temp directory has wrong permissions on ambari-server host (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0c98119f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0c98119f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0c98119f Branch: refs/heads/trunk Commit: 0c98119f5fa09bf884e3c3ed394415bc8776fb74 Parents: 405caf1 Author: Robert Levas Authored: Tue Jun 23 10:08:44 2015 -0400 Committer: Robert Levas Committed: Tue Jun 23 10:08:44 2015 -0400 ---------------------------------------------------------------------- ambari-agent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0c98119f/ambari-agent/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml index 0dedc8d..4fc8794 100644 --- a/ambari-agent/pom.xml +++ b/ambari-agent/pom.xml @@ -388,7 +388,7 @@ /var/lib/${project.artifactId}/data/tmp - 755 + 777 root root