From d235d740614a027b111b37ce84f1d9edaf113922 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 26 Jun 2012 12:25:22 +0200 Subject: [PATCH] cleanup svn keywords --- README | 3 --- bwmon.py | 3 +++ doc/Makefile | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index c6233eb..d5188bc 100644 --- a/README +++ b/README @@ -1,6 +1,3 @@ -# $Id$ -# $HeadURL$ - The PlanetLab NodeManager manages all aspects of PlanetLab node and slice management once the node has been initialized and configured by the Boot Manager. It periodically contacts its management authority for configuration updates. It provides an XML-RPC API for performing local operations on slices. Copyright 2008 Princeton University diff --git a/bwmon.py b/bwmon.py index ba59fe8..0b825cf 100644 --- a/bwmon.py +++ b/bwmon.py @@ -496,6 +496,9 @@ def sync(nmdbcopy): if default_MaxRate == -1: default_MaxRate = 1000000 + # xxx $Id$ + # with svn we used to have a trick to detect upgrades of this file + # this has gone with the move to git, without any noticeable effect on operations though try: f = open(DB_FILE, "r+") logger.verbose("bwmon: Loading %s" % DB_FILE) diff --git a/doc/Makefile b/doc/Makefile index b16418c..1c4a309 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,8 +4,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile 5574 2007-10-25 20:33:17Z thierry $ -# all: NMAPI.html -- 2.43.0