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-47135 Add "experimental" to RHEL 6 and Debian Squee

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] CA-47135 Add "experimental" to RHEL 6 and Debian Squeeze templates
From: Mike McClurg <mike.mcclurg@xxxxxxxxxx>
Date: Mon, 18 Oct 2010 17:56:27 +0100
Delivery-date: Wed, 20 Oct 2010 08:27:52 -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
Added "is_experimental" argument to make_long_name function, and added
optional "is_experimental" argument to template building functions. If
a template is experimental (untested), pass the argument
~is_experimental:true to the *_template function.

Signed-off-by: Mike McClurg <mike.mcclurg@xxxxxxxxxx>


 ocaml/license/license.ml       |   4 +-
 ocaml/xapi/create_templates.ml |  45 +++++++++++++++++++++--------------------
 ocaml/xapi/license_check.ml    |   6 ++--
 3 files changed, 28 insertions(+), 27 deletions(-)


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-47135 Add "experimental" to RHEL 6 and Debian Squeeze templates, Mike McClurg <=