[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at v0.0.3-163-g5a595ac

Adrian Likins alikins at redhat.com
Tue Aug 14 20:50:25 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  5a595acdf757e4630a2ae4833861856e217dbeb4 (commit)
      from  b473529bc7509c2c9ca3049d869982877a40c820 (commit)

- Log -----------------------------------------------------------------
commit 5a595acdf757e4630a2ae4833861856e217dbeb4
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue Aug 14 16:40:53 2007 -0400

    fix my broken here doc
-----------------------------------------------------------------------

Diffstat:
 build/test-it-all.sh |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build/test-it-all.sh b/build/test-it-all.sh
index 929fb3c..31b4645 100755
--- a/build/test-it-all.sh
+++ b/build/test-it-all.sh
@@ -366,7 +366,7 @@ test_nodecomm()
 
 create_ampm_config()
 {
-FOO <<EOF
+cat <<EOF
 [server]
 url=htpp://127.0.0.1/vf
 [user]
@@ -375,14 +375,13 @@ password=fedora
 
 EOF
 
-echo $FOO > ~/.ampm_config
 }
 
 
 test_ampm()
 {
     msg "Testing ampm"
-    create_ampm_config
+    create_ampm_config > ~/.ampm_config
     /usr/bin/ampm list machines
     /usr/bin/ampm list status
     /usr/bin/ampm list deployments

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  b473529bc7509c2c9ca3049d869982877a40c820 \
  5a595acdf757e4630a2ae4833861856e217dbeb4




More information about the Et-mgmt-commits-list mailing list