[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 714f0527b7a52821cb501bf4b3cd01c620c24baa

Adrian Likins alikins at redhat.com
Fri Apr 13 21:40:19 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  714f0527b7a52821cb501bf4b3cd01c620c24baa (commit)
      from  6767a118000fb4d1d3059c9224c7aa71368f0f4e (commit)

- Log -----------------------------------------------------------------
commit 714f0527b7a52821cb501bf4b3cd01c620c24baa
Author: Adrian Likins <alikins at redhat.com>
Date:   Fri Apr 13 17:39:53 2007 -0400

    more fixes, this actually at least ran most of the way though
-----------------------------------------------------------------------

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

diff --git a/build/test-it-all.sh b/build/test-it-all.sh
index 730f212..351ce54 100644
--- a/build/test-it-all.sh
+++ b/build/test-it-all.sh
@@ -24,7 +24,7 @@ SETUP_PUPPET=Y
 VF_SERVER_IMPORT=Y
 VF_IMPORT=Y
 REFRESH_DB=Y
-START_SERVCES=Y
+START_SERVICES=Y
 REGISTER_SYSTEM=Y
 REMOVE_PACKAGES=Y
 CLEANUP_COBBLER=Y
@@ -110,7 +110,7 @@ setup_vf_server()
     HN=`hostname`
     # FIXME: were just reposyncing the normal repo to a specific path
     # FIXME: this path shouldn't be hardcoded
-    VF_REPO="http://$REMOTE_HOST/$URL_PATH/repo/fc6/devel/i686"
+    VF_REPO="http://$REMOTE_HOST/$URL_PATH/repo/fc6/devel/i386"
     cp settings settings.testing
     export HN VF_REPO
     perl -p -i -e "s/ADDRESS/\$ENV{'HN'}/g" settings.testing
@@ -285,7 +285,7 @@ fi
 if [ "$VF_IMPORT" == "Y" ] ; then
     msg "importing profiles"
     cd profiles/
-    for profile in `cat profile_manifest`
+    for profile in `ls`
     do
       msg "importing $profile"
       /usr/bin/vf_import $profile

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  6767a118000fb4d1d3059c9224c7aa71368f0f4e \
  714f0527b7a52821cb501bf4b3cd01c620c24baa




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