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

Adrian Likins alikins at redhat.com
Tue Jun 12 15:25:42 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  cb495e2c10c411c01f6460b42cfc217bb13f0bf9 (commit)
      from  d3bfb6834c19db691cb7d178169b7c374db5d936 (commit)

- Log -----------------------------------------------------------------
commit cb495e2c10c411c01f6460b42cfc217bb13f0bf9
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue Jun 12 11:19:12 2007 -0400

    fix build, system-local no longer exists
-----------------------------------------------------------------------

Diffstat:
 common/busrpc/busrpc.spec |    1 -
 common/busrpc/setup.py    |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/common/busrpc/busrpc.spec b/common/busrpc/busrpc.spec
index a91ae91..f0d3922 100644
--- a/common/busrpc/busrpc.spec
+++ b/common/busrpc/busrpc.spec
@@ -33,7 +33,6 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %files
 %{_bindir}/start-bridge
 #%dir /var/lib/bus-rpc
-%config(noreplace) /etc/busrpc/system-local.conf
 %config(noreplace) /etc/busrpc/amqp.0-8.xml
 %config(noreplace) /etc/busrpc/test.conf
 %dir %{python_sitelib}/busrpc
diff --git a/common/busrpc/setup.py b/common/busrpc/setup.py
index 07673bf..810eae3 100644
--- a/common/busrpc/setup.py
+++ b/common/busrpc/setup.py
@@ -32,9 +32,8 @@ if __name__ == "__main__":
 		packages = ["busrpc",],
 #			    "busrpc/local",
 #			    "busrpc/remote"],
-                data_files = [(etcpath, ["configs/system-local.conf",
-			        	      "configs/test.conf",
-					      "configs/amqp.0-8.xml"]),
+                data_files = [(etcpath, ["configs/test.conf",
+					 "configs/amqp.0-8.xml"]),
 			      (logpath, [])],
                 description = SHORT_DESC,
                 long_description = LONG_DESC

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  d3bfb6834c19db691cb7d178169b7c374db5d936 \
  cb495e2c10c411c01f6460b42cfc217bb13f0bf9




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