checked more svn keywords on more files
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Jan 2008 08:30:44 +0000 (08:30 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Jan 2008 08:30:44 +0000 (08:30 +0000)
module-tag.py
onelab-install.mk
vtest-nightly.sh

index 0ade8eb..6dc900a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 
-subversion_id = "$Id: TestMain.py 7635 2008-01-04 09:46:06Z thierry $"
+subversion_id = "$Id$"
 
 import sys, os, os.path
 import re
index f56c8ad..cc73489 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA Sophia Antipolis 
 #
-### $Id: onelab-install.mk 685 2007-07-19 09:01:41Z thierry $
+### $Id$
 # 
 # Installation rules
 # 
index 6a0a566..f9d0298 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-REVISION=$(echo '$Revision: 7654 $' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' )
+REVISION=$(echo '$Revision$' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' )
 
 COMMANDPATH=$0
 COMMAND=$(basename $0)