From dfeb559b1262fff8ed9ea01142c4452f583175af Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 29 Sep 2005 21:16:50 +0000 Subject: [PATCH] ---+++ PlanetLab Central Server Management 0.2-10 Date: 29 Jul 2005 Description: Enable outside accounts * plc-0.2-10 * Enable outside accounts on specific servers * Install SSH keys for individual users from DB * www: generate etc_hosts.php * monitor: fix mod_python configuration * www: apply TWiki:Codev.SecurityAlertExecuteCommandsWithInclude patch --- devbox.sh | 3 +-- plc.mk | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devbox.sh b/devbox.sh index 3ff86256..30131472 100644 --- a/devbox.sh +++ b/devbox.sh @@ -3,7 +3,7 @@ # PlanetLab devbox release script. Intended to be used by scripts and # crontabs to build nightly releases (default). # -# $Id: devbox.sh,v 1.3 2005/08/02 05:36:47 mef Exp $ +# $Id: devbox.sh,v 1.4 2005/09/21 18:57:53 mef Exp $ # # Set defaults @@ -53,7 +53,6 @@ fi cd $BASE || exit $? DAT=`date +%Y.%m.%d` -DAT="2005.08.01" # Redirect output from here exec 2>&1 exec &>${BASE}/${DAT}/devbox.log diff --git a/plc.mk b/plc.mk index b3e2df1f..11b22c7d 100644 --- a/plc.mk +++ b/plc.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: plc.mk,v 1.2.2.10 2005/07/18 22:17:12 mlhuang Exp $ +# $Id: plc.mk,v 1.2.2.11 2005/09/14 19:28:01 mlhuang Exp $ # # Default target @@ -31,8 +31,8 @@ all: # # Default values -INITIAL := plc-0_2-9 -TAG := plc-0_2-9 +INITIAL := plc-0_2-10 +TAG := plc-0_2-10 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs # -- 2.43.0