- install mailx and sendmail, build script sends mail on failure
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 17 Jan 2007 22:35:51 +0000 (22:35 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 17 Jan 2007 22:35:51 +0000 (22:35 +0000)
plc_devel_config.xml

index c9a7d52..c42b3d8 100644 (file)
@@ -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>