[Et-mgmt-commits-list] [SCM] cobbler branch, master now at v0.4.7-8-ge7ffce8

Michael DeHaan mdehaan at redhat.com
Fri Apr 27 20:00:10 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  e7ffce896809af8db172ac274dfcdd9146f15798 (commit)
      from  83571e47380958940fbbb1d39e12487cec07811d (commit)

- Log -----------------------------------------------------------------
commit e7ffce896809af8db172ac274dfcdd9146f15798
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Fri Apr 27 16:01:41 2007 -0400

    Un-un-hardcode the dir parameter for now.
-----------------------------------------------------------------------

Diffstat:
 cobbler/cobblerd.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cobbler/cobblerd.py b/cobbler/cobblerd.py
index 9724d83..263c9d5 100644
--- a/cobbler/cobblerd.py
+++ b/cobbler/cobblerd.py
@@ -125,7 +125,7 @@ class CobblerXMLRPCInterface:
         return self.__get_specific(self.api.repos(),name)
 
     def __get_for_koan(self,dir,name):
-        path = os.path.join(settings.webdir, dir, name)
+        path = os.path.join("/var/www/cobbler/", dir, name)
         if not os.path.exists(path):
             return {}
         fd = open(path)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  83571e47380958940fbbb1d39e12487cec07811d \
  e7ffce896809af8db172ac274dfcdd9146f15798




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