You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/12 21:39:24 UTC

git commit: Removed KEYS file copy operation from the source build script. Signed-off-by: Chip Childers

Updated Branches:
  refs/heads/master c45c1b054 -> a82761dfe


Removed KEYS file copy operation from the source build script.
Signed-off-by: Chip Childers <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a82761df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a82761df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a82761df

Branch: refs/heads/master
Commit: a82761dfe3841ab13a00993fc4704d83e8092806
Parents: c45c1b0
Author: Chip Childers <ch...@gmail.com>
Authored: Fri Oct 12 15:38:52 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Fri Oct 12 15:38:52 2012 -0400

----------------------------------------------------------------------
 tools/build/build_asf.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a82761df/tools/build/build_asf.sh
----------------------------------------------------------------------
diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh
index 4f4490a..c652a20 100755
--- a/tools/build/build_asf.sh
+++ b/tools/build/build_asf.sh
@@ -78,7 +78,6 @@ if [ -d "$outputdir" ]; then
 else
     mkdir $outputdir
 fi
-cp $sourcedir/KEYS $outputdir/KEYS
 
 cd $sourcedir
 echo 'archiving'