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

Michael DeHaan mdehaan at redhat.com
Tue Aug 7 22:01:54 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  c2191163054236bbe8e4575e78f56bfe323d589e (commit)
      from  078098f67e5740a3056eb6b5d0d12c1f5f01fe5f (commit)

- Log -----------------------------------------------------------------
commit c2191163054236bbe8e4575e78f56bfe323d589e
Author: Michael DeHaan <mdehaan at redhat.com>
Date:   Tue Aug 7 17:58:06 2007 -0400

    Unfortunately have to disable NFS due to yum hanging issues.  NFS also
    has issues with our common autofs setups as conflict with virtinst's DistroManager.  Rather complicated :(
-----------------------------------------------------------------------

Diffstat:
 build/lutter.repo    |    2 +-
 build/sync-it-all.py |    6 +++---
 build/test-it-all.sh |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build/lutter.repo b/build/lutter.repo
index 61f1251..e712e14 100644
--- a/build/lutter.repo
+++ b/build/lutter.repo
@@ -1,6 +1,6 @@
 [dlutter-fedora]
 name=Additional Fedora packages (lutter)
-baseurl=http://people.redhat.com/dlutter/yum/fc6/
+baseurl=http://people.redhat.com/dlutter/yum/fc7/
 enabled=0
 gpgcheck=0
 keepcache=0
diff --git a/build/sync-it-all.py b/build/sync-it-all.py
index 4f89d00..b8786c7 100755
--- a/build/sync-it-all.py
+++ b/build/sync-it-all.py
@@ -21,7 +21,7 @@ keepcache=0
 """
 #"
 
-DISTRO="fc6"
+DISTRO="f7"
 RELEASE="devel"
 ARCH="i386"
 PATH="/var/www/sites/virt-factory.et.redhat.com/download"
@@ -33,12 +33,12 @@ LOCALPATH="./"
 def create_repo_d_file(repo, hostname, urlpath, release):
     repo_txt = repo_template % {'repo_name':"vf_test_repo",
                                 'repo_long_name': "Virt-factory Test Repo for %s" % release,
-                                'base_url': "http://%s/%s/repo/fc$releasever/%s/$basearch/" % (hostname, urlpath, release),                                
+                                'base_url': "http://%s/%s/repo/f$releasever/%s/$basearch/" % (hostname, urlpath, release),                                
                                 'enabled': "1"}
     if repo == "srpms":
         repo_text = repo_template % {'repo_name':"vf_test_repo",
                                      'repo_long_name': "Virt-factory Test Repo for %s" % release,
-                                     'base_url': "http://%s/%s/repo/fc$releasever/%s/$repo/" % (hostname, urlpath, repo),                                
+                                     'base_url': "http://%s/%s/repo/f$releasever/%s/$repo/" % (hostname, urlpath, repo),                                
                                      'enabled': "1"}
 
     if not os.access("repos.d", os.W_OK):
diff --git a/build/test-it-all.sh b/build/test-it-all.sh
index 55a8451..199e5ce 100755
--- a/build/test-it-all.sh
+++ b/build/test-it-all.sh
@@ -244,7 +244,7 @@ setup_vf_server()
     # FIXME: this path shouldn't be hardcoded
     get_fedora_release
     ARCH=`uname -p`
-    VF_REPO="http://$REMOTE_HOST/$URL_PATH/repo/fc$FEDORA_RELEASE/devel/$ARCH"
+    VF_REPO="http://$REMOTE_HOST/$URL_PATH/repo/f$FEDORA_RELEASE/devel/$ARCH"
     cp settings settings.testing
     export HN VF_REPO
     perl -p -i -e "s/ADDRESS/\$ENV{'HN'}/g" settings.testing
@@ -455,8 +455,8 @@ if [ "$SYNC_REPOS" == "Y" ] ; then
 	BUILD_RELEASE=$FEDORA_RELEASE
         ssh $REMOTE_USER@$REMOTE_HOST rm -rf /var/www/html/download/*
         
-	echo "$BUILD_PATH/virt-factory/build/sync-it-all.py --localpath $BUILD_PATH/virt-factory/build --user $REMOTE_USER --hostname $REMOTE_HOST --path $REMOTE_PATH --release devel --distro fc$FEDORA_RELEASE --arch $BUILD_ARCH --urlpath $URL_PATH"
-	$BUILD_PATH/virt-factory/build/sync-it-all.py --localpath $BUILD_PATH/virt-factory/build --user $REMOTE_USER --hostname $REMOTE_HOST --path $REMOTE_PATH --release "devel" --distro "fc$FEDORA_RELEASE" --arch "$BUILD_ARCH" --urlpath $URL_PATH
+	echo "$BUILD_PATH/virt-factory/build/sync-it-all.py --localpath $BUILD_PATH/virt-factory/build --user $REMOTE_USER --hostname $REMOTE_HOST --path $REMOTE_PATH --release devel --distro f$FEDORA_RELEASE --arch $BUILD_ARCH --urlpath $URL_PATH"
+	$BUILD_PATH/virt-factory/build/sync-it-all.py --localpath $BUILD_PATH/virt-factory/build --user $REMOTE_USER --hostname $REMOTE_HOST --path $REMOTE_PATH --release "devel" --distro "f$FEDORA_RELEASE" --arch "$BUILD_ARCH" --urlpath $URL_PATH
 	echo "ssh $REMOTE_USER@$REMOTE_HOST ln -s /var/www/html/download/repo/$ARCH/devel/i686 /var/www/html/download/repo/$ARCH/devel/i386"
         ssh $REMOTE_USER@$REMOTE_HOST ln -s /var/www/html/download/repo/$ARCH/devel/i686 /var/www/html/download/repo/$ARCH/devel/i386
 fi

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  078098f67e5740a3056eb6b5d0d12c1f5f01fe5f \
  c2191163054236bbe8e4575e78f56bfe323d589e




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