[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 841356eafdb18cc2603dc877849c1e46b23a5216

Scott Seago sseago at redhat.com
Tue Jun 19 19:37:04 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  841356eafdb18cc2603dc877849c1e46b23a5216 (commit)
      from  e3655c54f5f3d52efce7e3b9e9ff376ec0fa5a6c (commit)

- Log -----------------------------------------------------------------
commit 841356eafdb18cc2603dc877849c1e46b23a5216
Author: Scott Seago <sseago at redhat.com>
Date:   Tue Jun 19 15:36:55 2007 -0400

    s/machine.data/machine.data()/
-----------------------------------------------------------------------

Diffstat:
 service/modules/machine.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service/modules/machine.py b/service/modules/machine.py
index 8ca8d1f..391b167 100755
--- a/service/modules/machine.py
+++ b/service/modules/machine.py
@@ -77,7 +77,7 @@ class Machine(web_svc.AuthWebSvc):
             session.save(machine)
             session.flush()
             if machine.profile_id >= 0:
-                self.cobbler_sync(machine.data) 
+                self.cobbler_sync(machine.data()) 
             return codes.success(machine.id)
         finally:
             session.close()
@@ -177,7 +177,7 @@ class Machine(web_svc.AuthWebSvc):
             session.save(machine)
             session.flush()
             if machine.profile_id >= 0:
-                self.cobbler_sync(machine.data)
+                self.cobbler_sync(machine.data())
             return codes.success()
         finally:
             session.close()

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  e3655c54f5f3d52efce7e3b9e9ff376ec0fa5a6c \
  841356eafdb18cc2603dc877849c1e46b23a5216




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