Hi Alex, Could you resend with a commit comment and a Signed-off-by: line?
Cheers, Dave > -----Original Message----- > From: [email protected] [mailto:xen-api- > [email protected]] On Behalf Of Alex Zeffertt > Sent: 09 August 2010 09:59 > To: [email protected] > Subject: [Xen-API] [PATCH] imported patch CP-1791-remove-redundant- > templates > > # HG changeset patch > # User Alex Zeffertt <[email protected]> > # 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 > [email protected] > http://lists.xensource.com/mailman/listinfo/xen-api _______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
