propset - enables svn keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Nov 2007 16:59:01 +0000 (16:59 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Nov 2007 16:59:01 +0000 (16:59 +0000)
37 files changed:
Makefile
build-native.sh
build.functions
build.sh
build_devel.sh
clean-empty-dirs.py
db-config
default_config.xml
dns-config
doc/Makefile
doc/variables.xsl
guest.init
host.init
mtail.py
myplc.spec
plc-config
plc-config-tty
plc.d/api
plc.d/bootcd
plc.d/bootmanager
plc.d/crond
plc.d/db
plc.d/dns
plc.d/functions
plc.d/gpg
plc.d/httpd
plc.d/mail
plc.d/network
plc.d/packages
plc.d/postgresql
plc.d/ssh
plc.d/ssl
plc.d/syslog
plc_config.dtd
plc_config.py
plc_devel_config.xml
refresh-peer.py

index 9f819f4..becf38d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # 
-# $Id: Makefile 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 BINARIES = plc-config plc-config-tty db-config dns-config refresh-peer.py plc-map.py clean-empty-dirs.py mtail.py
index 54a2685..461b06a 100755 (executable)
@@ -9,7 +9,7 @@
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # Copyright (C) 2007 The Trustees of Princeton University
 #
-# $Id: build-native.sh,v 1.1.2.5 2007/08/31 17:46:11 mef Exp $
+# $Id$
 #
 
 . build.functions
index 8eb3ce9..15277e4 100644 (file)
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: build.functions 1086 2007-11-15 14:17:45Z thierry $
+# $Id$
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
index 3352f1f..a43f3f0 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: build.sh 1095 2007-11-16 09:52:30Z thierry $
+# $Id$
 #
 
 . build.functions
index 1f755ec..55d4642 100755 (executable)
@@ -15,7 +15,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: build_devel.sh 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 echo "$0" not supported anymore
index 59817f2..244dfac 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 ###
-### $Id: clean-empty-dirs.py 495 2007-06-11 07:20:50Z thierry $
+### $Id$
 ###
 ### utility script for cleaning empty directories
 ### useful to clean up /var/tmp/bootmedium
index cbdc3fe..7a414e8 100755 (executable)
--- a/db-config
+++ b/db-config
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: db-config 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 from plc_config import PLCConfiguration
index 637b352..3037adf 100644 (file)
@@ -6,7 +6,7 @@ Default PLC configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: default_config.xml 1078 2007-11-15 13:38:27Z thierry $
+$Id$
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
index 8551985..3941bbf 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: dns-config 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 from plc_config import PLCConfiguration
index 6a9823e..2ab87e3 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Makefile 704 2007-07-20 14:15:43Z thierry $
+# $Id$
 #
 
 vpath GenDoc.xsl ../../plc_www/doc
index 1b3c2e8..a00bdb4 100644 (file)
@@ -6,7 +6,7 @@ PLC configuration file-to-DocBook conversion stylesheet
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: GenDoc.xsl,v 1.8 2005/10/10 17:46:36 mlhuang Exp $
+$Id$
 -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
index 0b7e473..70ff354 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # description: Manages all PLC services on this machine
 #
-# $Id: guest.init 635 2007-07-05 11:08:14Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index a299e82..63dd1d6 100755 (executable)
--- a/host.init
+++ b/host.init
@@ -6,7 +6,7 @@
 #
 # description: Manages all PLC services on this machine
 #
-# $Id: host.init 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
index 1fb5b68..473d160 100755 (executable)
--- a/mtail.py
+++ b/mtail.py
@@ -12,7 +12,7 @@ from optparse import OptionParser
 
 class mtail:
 
-    subversion_id = "$Id: mtail.py 571 2007-06-22 21:38:07Z thierry $"
+    subversion_id = "$Id$"
 
     default_time_format = "%H:%M:%S"
     
index 0d23663..c8b0d8b 100644 (file)
@@ -1,7 +1,7 @@
 #
-# $Id: myplc.spec 1087 2007-11-15 14:25:23Z thierry $
+# $Id$
 #
-%define url $URL: svn+ssh://thierry@svn.planet-lab.org/svn/PLCAPI/trunk/PLCAPI.spec $
+%define url $URL$
 
 %define name myplc
 %define version 4.0
index e7b74fd..78fc6db 100755 (executable)
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: plc-config 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 import sys
index d9559dc..67ebe61 100755 (executable)
@@ -20,8 +20,8 @@ import getopt
 from plc_config import PLCConfiguration
 
 ####################
-release_id = "$Id: plc-config-tty 635 2007-07-05 11:08:14Z thierry $"
-release_rev = "$Revision: 635 $"
+release_id = "$Id$"
+release_rev = "$Revision$"
 
 def init_flavour (flavour):
     global service
index 4740f67..c64937d 100755 (executable)
--- a/plc.d/api
+++ b/plc.d/api
@@ -8,7 +8,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: api 635 2007-07-05 11:08:14Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index bc0986c..944857d 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: bootcd 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index f36b9f0..73c4cea 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: bootmanager 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index c828ea7..c1a6c9c 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: crond 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 8f5fc14..1502b31 100755 (executable)
--- a/plc.d/db
+++ b/plc.d/db
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: db 316 2007-04-24 17:25:09Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 1727e8d..9b5b192 100755 (executable)
--- a/plc.d/dns
+++ b/plc.d/dns
@@ -8,7 +8,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: dns 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index d4cb0a5..987a99d 100644 (file)
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: functions 545 2007-06-18 10:56:31Z thierry $
+# $Id$
 #
 
 export PATH=/sbin:/bin:/usr/bin:/usr/sbin
index 7f146a9..60617e3 100755 (executable)
--- a/plc.d/gpg
+++ b/plc.d/gpg
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: gpg 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 993b543..5078c0e 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: httpd 350 2007-05-11 10:58:44Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 2b3eade..fba0973 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: mail 554 2007-06-19 15:11:22Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 9df70e4..2eb52b2 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: network 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 6b02bd5..75015b8 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: packages 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 4512536..f5ad0d0 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: postgresql 635 2007-07-05 11:08:14Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index a76ba83..9b6b1c3 100755 (executable)
--- a/plc.d/ssh
+++ b/plc.d/ssh
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: ssh 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 517b1f6..a9d22c7 100755 (executable)
--- a/plc.d/ssl
+++ b/plc.d/ssl
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: ssl 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index c5a2427..48727ec 100755 (executable)
@@ -10,7 +10,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: syslog 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
index 1d2a753..9eea2fa 100644 (file)
@@ -4,7 +4,7 @@ Specification for PLC configuration files
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_config.dtd 129 2007-03-20 12:04:03Z thierry $
+$Id$
 -->
 
 <!ELEMENT configuration (variables, comps)>
index b034e89..c9382d2 100644 (file)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: plc_config.py 1078 2007-11-15 13:38:27Z thierry $
+# $Id$
 #
 
 import xml.dom.minidom
index 7bb06ef..0b12db5 100644 (file)
@@ -6,7 +6,7 @@ Default PLC build environment configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_devel_config.xml 1078 2007-11-15 13:38:27Z thierry $
+$Id$
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
index b1a7a3f..f5cb67d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env plcsh
-# $Id: refresh-peer.py 154 2007-03-28 14:15:55Z thierry $
+# $Id$
 
 import sys,os,time