Repository: ambari Updated Branches: refs/heads/trunk 0ef16b34d -> 565ea9793
AMBARI-6042. Remove accidental checkin (ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/565ea979 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/565ea979 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/565ea979 Branch: refs/heads/trunk Commit: 565ea9793018a0ffbc49518942cc75950ce6904f Parents: 0ef16b3 Author: Nate Cole <[email protected]> Authored: Fri Jun 6 10:48:30 2014 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Jun 6 10:48:30 2014 -0400 ---------------------------------------------------------------------- do_remote.sh | 25 ------------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/565ea979/do_remote.sh ---------------------------------------------------------------------- diff --git a/do_remote.sh b/do_remote.sh deleted file mode 100755 index b410041..0000000 --- a/do_remote.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -AAPATH=~/ambari - -function dodir { - if [ -d $1 ]; then - mv $1 "$1.`date +%s`" - fi - - cp -R $AAPATH/$2 $1 - -} - -dodir /usr/lib/python2.6/site-packages/ambari_agent ambari-agent/src/main/python/ambari_agent -dodir /usr/lib/python2.6/site-packages/resource_management ambari-agent/src/main/python/resource_management -dodir /usr/lib/python2.6/site-packages/common_functions ambari-common/src/main/python/common_functions - -dodir /var/lib/ambari-agent/cache/stacks/HDP ambari-server/src/main/resources/stacks/HDP - -if [ ! -d /var/lib/ambari-agent/resources ]; then - mkdir -p /var/lib/ambari-agent/resources -fi -dodir /var/lib/ambari-agent/resources/custom_actions ambari-server/src/main/resources/custom_actions - -cat $AAPATH/version > /var/lib/ambari-agent/data/version
