remove svn keywords one last time and for good (hopefully)
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Oct 2011 14:08:25 +0000 (16:08 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Oct 2011 14:08:25 +0000 (16:08 +0200)
21 files changed:
sfa/init.d/sfa-cm
sfa/managers/vini/topology.py
sfa/methods/CreateGid.py
sfa/methods/GetTicket.py
sfa/methods/RedeemTicket.py
sfa/methods/Register.py
sfa/methods/RegisterPeerObject.py
sfa/methods/Resolve.py
sfa/methods/Start.py
sfa/methods/Stop.py
sfa/methods/register_peer_object.py
sfa/methods/reset_slice.py
sfa/server/component.py
sfa/server/registry.py
sfa/server/slicemgr.py
sfa/trust/credential_legacy.py
sfa/util/componentserver.py
sfa/util/config.py
sfa/util/policy.py
sfa/util/record.py
sfa/util/specdict.py

index e3bbd96..eea507c 100755 (executable)
@@ -6,9 +6,6 @@
 #
 # description:   Wraps PLCAPI into the SFA compliant API
 #
-# $Id: sfa 14304 2009-07-06 20:19:51Z thierry $
-# $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/init.d/sfa $
-#
 
 # Source config
 . /etc/sfa/sfa_config
index b905c2f..7ec3e95 100644 (file)
@@ -1,8 +1,4 @@
 #!/usr/bin/python
-
-# $Id: topology.py 14181 2009-07-01 19:46:07Z acb $
-# $URL: https://svn.planet-lab.org/svn/NodeManager-topo/trunk/topology.py $
-
 #
 # Links in the physical topology, gleaned from looking at the Internet2
 # topology map.  Link (a, b) connects sites with IDs a and b.
index 7c1bf8a..b25fbd1 100644 (file)
@@ -1,5 +1,3 @@
-### $Id: register.py 16477 2010-01-05 16:31:37Z thierry $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/register.py $
 
 from sfa.util.xrn import urn_to_hrn
 from sfa.util.method import Method
index e175cfe..3a250d5 100644 (file)
@@ -1,5 +1,3 @@
-### $Id: get_ticket.py 17732 2010-04-19 21:10:45Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/get_ticket.py $
 import time
 from sfa.util.faults import *
 from sfa.util.xrn import urn_to_hrn
index f66e90c..3aff1e7 100644 (file)
@@ -1,5 +1,3 @@
-### $Id: reset_slice.py 15428 2009-10-23 15:28:03Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfacomponent/methods/reset_slice.py $
 import xmlrpclib
 from sfa.util.faults import *
 from sfa.util.method import Method
index 6f61870..f4b7801 100644 (file)
@@ -1,5 +1,3 @@
-### $Id: register.py 16477 2010-01-05 16:31:37Z thierry $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/register.py $
 
 from sfa.trust.certificate import Keypair, convert_public_key
 from sfa.trust.gid import *
index 864b1d5..11fd1bd 100644 (file)
@@ -1,6 +1,3 @@
-### $Id: register.py 15001 2009-09-11 20:18:54Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/register.py $
-
 from sfa.trust.certificate import Keypair, convert_public_key
 from sfa.trust.gid import *
 
index 49104b2..36b2bde 100644 (file)
@@ -1,5 +1,3 @@
-### $Id: resolve.py 17157 2010-02-21 04:19:34Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/resolve.py $
 import traceback
 import types
 from sfa.util.faults import *
index e1ca60e..e119f3c 100644 (file)
@@ -1,6 +1,3 @@
-### $Id: stop_slice.py 17732 2010-04-19 21:10:45Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/stop_slice.py $
-
 from sfa.util.faults import *
 from sfa.util.xrn import urn_to_hrn
 from sfa.util.method import Method
index 579a77d..cdae0fc 100644 (file)
@@ -1,6 +1,3 @@
-### $Id: stop_slice.py 17732 2010-04-19 21:10:45Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/stop_slice.py $
-
 from sfa.util.faults import *
 from sfa.util.xrn import urn_to_hrn
 from sfa.util.method import Method
index e89f18b..484fae5 100644 (file)
@@ -1,6 +1,3 @@
-### $Id: register.py 15001 2009-09-11 20:18:54Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/register.py $
-
 from sfa.trust.certificate import Keypair, convert_public_key
 from sfa.trust.gid import *
 
index 9d02364..a4e9c5e 100644 (file)
@@ -1,6 +1,3 @@
-### $Id: reset_slices.py 15428 2009-10-23 15:28:03Z tmack $
-### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/reset_slices.py $
-
 from sfa.util.faults import *
 from sfa.util.xrn import urn_to_hrn
 from sfa.util.method import Method
index c83ac4a..1dc6652 100644 (file)
@@ -1,10 +1,6 @@
 #
 # Component is a SfaServer that implements the Component interface
 #
-### $Id: 
-### $URL: 
-#
-
 import tempfile
 import os
 import time
index 0536c5c..b254811 100644 (file)
@@ -1,10 +1,6 @@
 #
 # Registry is a SfaServer that implements the Registry interface
 #
-### $Id$
-### $URL$
-#
-
 from sfa.util.server import SfaServer
 from sfa.util.faults import *
 from sfa.util.xrn import hrn_to_urn
index 8842eae..c0fbd6a 100644 (file)
@@ -1,6 +1,3 @@
-### $Id$
-### $URL$
-
 import os
 import sys
 import datetime
index 8ba90b2..dda7096 100644 (file)
@@ -5,9 +5,6 @@
 # certificate that stores a tuple of parameters.
 ##
 
-### $Id: credential.py 17477 2010-03-25 16:49:34Z jkarlin $
-### $URL: svn+ssh://svn.planet-lab.org/svn/sfa/branches/geni-api/sfa/trust/credential.py $
-
 import xmlrpclib
 
 from sfa.util.faults import *
index 9fa40f9..98373ec 100644 (file)
@@ -6,9 +6,6 @@
 # TODO: investigate ways to combine this with existing PLC server?
 ##
 
-### $Id$
-### $URL$
-
 import sys
 import traceback
 import threading
index 42d2c87..cf2cca9 100644 (file)
@@ -14,9 +14,6 @@
 # Note that SFA does not access any of the PLC databases directly via
 # a mysql connection; All PLC databases are accessed via PLCAPI.
 
-### $Id$
-### $URL$
-
 import os.path
 import traceback
 
index aa68f43..196c71e 100644 (file)
@@ -1,6 +1,3 @@
-### $Id$
-### $URL$
-
 import os
 
 from sfa.util.storage import *
index f5252d6..7cfc752 100644 (file)
@@ -4,9 +4,6 @@
 # TODO: Use existing PLC database methods? or keep this separate?
 ##
 
-### $Id$
-### $URL$
-
 from types import StringTypes
 
 from sfa.trust.gid import *
index 7a6ff97..2138e87 100644 (file)
@@ -10,9 +10,6 @@
 # SpecDict.plc_fields defines a one to one mapping of plc attribute to rspec 
 # attribute
 
-### $Id$
-### $URL$
-
 from types import StringTypes, ListType
 
 class SpecDict(dict):