From c78de6d0a7fb45c584307af3964c4dfa51479ea6 Mon Sep 17 00:00:00 2001 From: Steve Muir Date: Fri, 12 Aug 2005 20:59:44 +0000 Subject: [PATCH] ---+++ Planetlab 3.1.1 RC3 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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c28d7575..0bf407b0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # 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)),) -- 2.43.0