---+++ Planetlab 3.1.1 RC3
authorSteve Muir <smuir@cs.princeton.edu>
Fri, 12 Aug 2005 20:59:44 +0000 (20:59 +0000)
committerSteve Muir <smuir@cs.princeton.edu>
Fri, 12 Aug 2005 20:59:44 +0000 (20:59 +0000)
   Date: 13 Aug 2005
   Description: Add support for root resource allocations to NodeManager
   * proper-0.3-28.planetlab
      * added open_file and bind_socket operations to Python module
   * sidewinder-0.9-6.planetlab
      * support for root resource allocations
   * util-python-0.1-8.planetlab
      * added a high-level wrapper for file descriptor passing functionality
      * add a simple capability checking module
      * added a simple logging class that's compatible with logging.Logger but also supports nested loggers (as used by PlanetLab Node Manager)
   * util-vserver-0.30-15.planetlab
      * add support for static vserver IDs to vuseradd and vuserdel
      * add bwlimit and cpulimit modules
      * import Marc's vdu implementation

Makefile

index c28d757..0bf407b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.69.4.8 2005/07/14 18:17:30 mlhuang Exp $
+# $Id: Makefile,v 1.73 2005/08/11 21:34:06 smuir Exp $
 #
 
 # Default target
@@ -30,8 +30,8 @@ all:
 #
 
 # Default values
-INITIAL := planetlab-3_1_1-rc2
-TAG := planetlab-3_1_1-rc2
+INITIAL := planetlab-3_1_1-rc3
+TAG := planetlab-3_1_1-rc3
 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
 
 #
@@ -281,6 +281,10 @@ util-python-MODULE := util-python
 util-python-SPEC := util-python/util-python.spec
 ALL += util-python
 
+# proper and util-vserver both use scripts in util-python for building
+proper: util-python
+util-vserver: util-python
+
 
 
 ifeq ($(findstring $(package),$(ALL)),)