WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] CA-41772: copy rbac_static.csv to /opt/xensource/debug

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0
From: Marcus Granado <marcus.granado@xxxxxxxxxx>
Date: Mon, 13 Sep 2010 15:54:07 +0100
Delivery-date: Mon, 13 Sep 2010 08:20:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
 ocaml/autogen/OMakefile |  5 +++++
 xapi.spec               |  1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# Date 1284389290 -3600
# Node ID 82fd5e8584921932e7ff39103ca48646d6e1e582
# Parent  05fc264824bc9e12973b196ffa927ac0ebe35e15
CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0

Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxxxxx>

diff -r 05fc264824bc -r 82fd5e858492 ocaml/autogen/OMakefile
--- a/ocaml/autogen/OMakefile
+++ b/ocaml/autogen/OMakefile
@@ -18,3 +18,8 @@
 
 .PHONY: api_docs
 api_docs: custom_actions_doc
+
+.PHONY: install
+install:
+       mkdir -p $(DESTDIR)/opt/xensource/debug
+       $(IPROG) rbac_static.csv $(DESTDIR)/opt/xensource/debug
diff -r 05fc264824bc -r 82fd5e858492 xapi.spec
--- a/xapi.spec
+++ b/xapi.spec
@@ -259,6 +259,7 @@
 %exclude   /usr/lib/python2.4/site-packages/xen/*
 %exclude   /usr/lib/python2.4/site-packages/xen/lowlevel/*
 /var/xapi/udhcpd.skel
+/opt/xensource/debug/rbac_static.csv
 
 %files xe
 %defattr(-,root,root,-)

Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0, Marcus Granado <=