From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Wed, 17 Jan 2007 22:35:51 +0000 (+0000)
Subject: - install mailx and sendmail, build script sends mail on failure
X-Git-Tag: planetlab-4_0-rc1~51
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fbedbbd3b25ce9cbef3dbd2bd4803e2635074282;p=myplc.git

- install mailx and sendmail, build script sends mail on failure
---

diff --git a/plc_devel_config.xml b/plc_devel_config.xml
index c9a7d52..c42b3d8 100644
--- a/plc_devel_config.xml
+++ b/plc_devel_config.xml
@@ -6,7 +6,7 @@ Default PLC build environment configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_devel_config.xml,v 1.5 2006/11/09 15:46:48 mlhuang Exp $
+$Id: plc_devel_config.xml,v 1.6 2006/11/10 06:35:50 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -108,6 +108,10 @@ $Id: plc_devel_config.xml,v 1.5 2006/11/09 15:46:48 mlhuang Exp $
 	     Provide: kernel without actually installing anything. -->
 	<packagereq type="mandatory">kernel-vserver</packagereq>	
 
+	<!-- Build script sends mail on failure -->
+	<packagereq type="mandatory">mailx</packagereq>
+	<packagereq type="mandatory">sendmail</packagereq>
+
 	<!-- kernel -->
 	<packagereq type="mandatory">gnupg</packagereq>
 	<packagereq type="mandatory">diffutils</packagereq>