svn keywords and cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 28 Jun 2011 20:15:18 +0000 (22:15 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 28 Jun 2011 20:15:18 +0000 (22:15 +0200)
bootauth.py
config.py
curlwrapper.py
plcapi.py
safexmlrpc.py

index 445891e..dae075c 100755 (executable)
@@ -1,16 +1,11 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
-# Test script for obtaining a node session key. Usually, the Boot
+# Obtaining a node session key. Usually, the Boot
 # Manager obtains it, then writes it to /etc/planetlab/session.
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import os, sys
 import getopt
index 9efdecc..cfc35f8 100644 (file)
--- a/config.py
+++ b/config.py
@@ -1,16 +1,11 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
 # Parses the PLC configuration file /etc/planetlab/plc_config, which
 # is bootstrapped by Boot Manager, but managed by us.
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import os
 
index 21b499c..bed1b3c 100644 (file)
@@ -3,7 +3,7 @@
 # it turned out, however, that after around 10 cycles of the nodemanager,
 # attempts to call GetSlivers were failing with a curl error 60
 # we are thus reverting to the version from tag curlwrapper.py-NodeManager-2.0-8
-# the (broekn) pycurl version can be found in tags 2.0-9 and 2.0-10
+# the (broken) pycurl version can be found in tags 2.0-9 and 2.0-10
 
 from subprocess import PIPE, Popen
 from select import select
index a6a74a4..acccda0 100644 (file)
--- a/plcapi.py
+++ b/plcapi.py
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 import safexmlrpc
 import hmac
 try:
index 4f8b639..2392c0d 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """Leverage curl to make XMLRPC requests that check the server's credentials."""
 
 import xmlrpclib