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

Michael DeHaan mdehaan at redhat.com
Tue Jul 3 19:45:11 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  31fa6da8de3e8614bd2c3e21977e788f3d378add (commit)
      from  4572b981054213e4ac1e8ccb63a7b20575ac2121 (commit)

- Log -----------------------------------------------------------------
commit 31fa6da8de3e8614bd2c3e21977e788f3d378add
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Tue Jul 3 15:46:53 2007 -0400

    Make test script recreate DB each time
-----------------------------------------------------------------------

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

diff --git a/build/test-it-all.sh b/build/test-it-all.sh
index 4c095e8..5497784 100755
--- a/build/test-it-all.sh
+++ b/build/test-it-all.sh
@@ -167,6 +167,7 @@ remove_virtual_machine()
 
 remove_all_packages()
 {
+    rm /etc/virt-factory/db/exists
     yum remove -y virt-factory-server virt-factory-wui puppet puppet-server virt-factory-register \
 		  virt-factory-nodes koan cobbler rubygem-mongrel rubygem-rails postgresql-server \
 		  python-psycopg2 postgresql-python python-sqlalchemy
@@ -270,6 +271,9 @@ start_services()
 	/etc/init.d/postgresql initdb
     fi
 
+    # just to be sure...
+    /etc/init.d/postgresql start
+    
     # this will restart postgresql
     # and also set up it's pg_hba.conf
     vf_fix_db_auth

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  4572b981054213e4ac1e8ccb63a7b20575ac2121 \
  31fa6da8de3e8614bd2c3e21977e788f3d378add




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