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

RE: [Xen-API] [PATCH] imported patch CP-1791-remove-redundant-templates

To: Alex Zeffertt <Alex.Zeffertt@xxxxxxxxxxxxx>, "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-API] [PATCH] imported patch CP-1791-remove-redundant-templates
From: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Date: Mon, 9 Aug 2010 15:17:03 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Mon, 09 Aug 2010 07:17:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <906501c8a299c797f9f6.1281347940@galois>
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>
References: <906501c8a299c797f9f6.1281347940@galois>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acs3qYq1u4Q4nmW5QC6BXaGFrgw3mAAI/X/A
Thread-topic: [Xen-API] [PATCH] imported patch CP-1791-remove-redundant-templates
Hi Alex,

Could you resend with a commit comment and a Signed-off-by: line?

Cheers,
Dave

> -----Original Message-----
> From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-api-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Alex Zeffertt
> Sent: 09 August 2010 09:59
> To: xen-api@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-API] [PATCH] imported patch CP-1791-remove-redundant-
> templates
> 
> # HG changeset patch
> # User Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
> # Date 1281347742 -3600
> # Node ID 906501c8a299c797f9f6bccd6d85ab8e710c571d
> # Parent  d8128f28c79446c9319f78c4e53592decd319f84
> imported patch CP-1791-remove-redundant-templates
> 
> diff -r d8128f28c794 -r 906501c8a299 ocaml/xapi/create_templates.ml
> --- a/ocaml/xapi/create_templates.ml  Mon Aug 09 10:39:29 2010
> +0100
> +++ b/ocaml/xapi/create_templates.ml  Mon Aug 09 10:55:42 2010
> +0100
> @@ -471,44 +471,6 @@
>               debian_template "Ubuntu Lucid Lynx 10.04" "lucid" X32
> [    ];
>               debian_template "Ubuntu Lucid Lynx 10.04" "lucid"
> X64_debianlike [    ];
> 
> -
> -             rhel5x_template "Red Hat Enterprise Linux 5.0" X32 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.1" X32 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.2" X32 [l;  ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.3" X32 [l;  ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.4" X32 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.5" X32 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.0" X64 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.1" X64 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.2" X64 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.3" X64 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.4" X64 [    ];
> -             rhel5x_template "Red Hat Enterprise Linux 5.5" X64 [    ];
> -             rhel5x_template "CentOS 5.0" X32 [    ];
> -             rhel5x_template "CentOS 5.1" X32 [    ];
> -             rhel5x_template "CentOS 5.2" X32 [l;  ];
> -             rhel5x_template "CentOS 5.3" X32 [l;  ];
> -             rhel5x_template "CentOS 5.4" X32 [    ];
> -             rhel5x_template "CentOS 5.5" X32 [    ];
> -             rhel5x_template "CentOS 5.0" X64 [    ];
> -             rhel5x_template "CentOS 5.1" X64 [    ];
> -             rhel5x_template "CentOS 5.2" X64 [    ];
> -             rhel5x_template "CentOS 5.3" X64 [    ];
> -             rhel5x_template "CentOS 5.4" X64 [    ];
> -             rhel5x_template "CentOS 5.5" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.0" X32 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.1" X32 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.2" X32 [l;  ];
> -             rhel5x_template "Oracle Enterprise Linux 5.3" X32 [l;  ];
> -             rhel5x_template "Oracle Enterprise Linux 5.4" X32 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.5" X32 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.0" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.1" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.2" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.3" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.4" X64 [    ];
> -             rhel5x_template "Oracle Enterprise Linux 5.5" X64 [    ];
> -
>               sdk_install_template
>       ] in
> 
> 
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/mailman/listinfo/xen-api

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>