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] Add templates for Debian Squeeze

To: <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] Add templates for Debian Squeeze
From: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
Date: Tue, 6 Jul 2010 12:14:19 +0100
Cc: alex.zeffertt@xxxxxxxxxxxxx
Delivery-date: Tue, 06 Jul 2010 04:15:26 -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
# HG changeset patch
# User Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
# Date 1278414845 -3600
# Node ID 5952703d73ebf1d1fa3f29c2d20a595b739a0fd5
# Parent  07cfa5ad341dc8a65bba01e56650c414beb2f34d
Add templates for Debian Squeeze

Signed-off-by: Alex Zeffert <alex.zeffertt@xxxxxxxxxxxxx>

diff -r 07cfa5ad341d -r 5952703d73eb ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Tue Jul 06 11:02:52 2010 +0100
+++ b/ocaml/xapi/create_templates.ml    Tue Jul 06 12:14:05 2010 +0100
@@ -496,6 +496,8 @@
                sles11_template    "SUSE Linux Enterprise Server 11 SP1" X64 [  
  ];
 
                debian_template "Debian Lenny 5.0" "lenny" X32 [    ];
+               debian_template "Debian Squeeze 6.0" "squeeze" X32 [    ];
+               debian_template "Debian Squeeze 6.0" "squeeze" X64_debianlike [ 
   ];
                debian_template "Ubuntu Lucid Lynx 10.04" "lucid" X32 [    ];
                debian_template "Ubuntu Lucid Lynx 10.04" "lucid" 
X64_debianlike [    ];
 

_______________________________________________
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] Add templates for Debian Squeeze, Alex Zeffertt <=