cleanup svn keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 15:03:16 +0000 (17:03 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 15:03:16 +0000 (17:03 +0200)
12 files changed:
scripts/Makefile
scripts/all-modules.sh
scripts/builds.sh
scripts/commit-access-control.cfg
scripts/crontabs.sh
scripts/dump-db-svn.sh
scripts/onelab-aliases.sh
scripts/pssh
scripts/renew_reminder.pl
scripts/svn-keywords.sh
scripts/vbuild-nightly.sh
scripts/vserver_tools.py

index b16ab47..a37ff36 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 vcheck:
        vs-check -f VSERVERS
 
index 89886f4..2468431 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
-# $Id$
-#
+
 # NOTE
 # as the svn diff operations from a remote location are so sssssslllllllooooooooowwwwww...
 # what we do:
index 9e540fc..e03e504 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# $Id$
-# $URL$
 
 function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
index 3864a9c..c7a71f8 100644 (file)
@@ -1,7 +1,5 @@
 # This is a sample configuration file for commit-access-control.pl.
 #
-# $Id$
-#
 # This file uses the Windows ini style, where the file consists of a
 # number of sections, each section starts with a unique section name
 # in square brackets.  Parameters in each section are specified as
index 1c1ba29..3f9ebf9 100755 (executable)
@@ -30,7 +30,6 @@
 # the config file can optionnally get passed as an argument
 
 COMMAND=$(basename $0)
-REV=$(echo '$Revision$' | sed -e 's,\$,,g')
 
 DEF_CONFIG="$HOME/.$(basename ${COMMAND} .sh)rc"
 
@@ -196,7 +195,7 @@ main () {
   done
 
   if [ -n "$OPT_VERSION" ] ; then
-    echo "This is $COMMAND, $REV"
+    echo "This is $COMMAND"
     exit 0
   fi
 
index cf518c8..0c3c368 100755 (executable)
@@ -13,8 +13,6 @@ LOGDIR=$DATADIR/aa-dumplog
 LOG=$LOGDIR/${DATE}.log
 LATESTLOG=latest.log
 
-REVISION="$Revision$"
-
 ### create a symlink in same dir
 # arguments 
 # actual : full path of the actual file
@@ -63,7 +61,7 @@ SUBVERSION_KEEPTIME=7
 SUBVERSION_REPO=/svn
 
 function usage () {
-    echo "This is $COMMAND, $REVISION"
+    echo "This is $COMMAND"
     echo "Usage: $COMMAND [subversion]"
     echo -e "\tkeyword 'subversion' : $SUBVERSION_REPO/ is dumped"
 #    echo -e "\tkeyword 'apache' : $APACHE_ROOT/ is tared"
index 489daba..abad15c 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-# $Id$
-
 # to be run on the mail server at onelab.eu, to add aliases in that domain
 # Example:
 # new-alias.sh francois2.jan@orange-ftgroup.com
index 44d9dfc..7057764 100755 (executable)
@@ -11,7 +11,6 @@
 #
 # Created: 16 August 2003
 #
-# $Id$
 # patched by thierry from 1.4.3 for adding -k and multiple -O
 #
 import fcntl
index aaa7068..4048a85 100755 (executable)
@@ -8,8 +8,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id$
-#
 
 use strict;
 use Date::Manip;
index ee96bc0..caa4cb9 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# $Id$
-# $URL$
 
 COMMAND=$(basename $0)
 
index 65da0bb..014ec19 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/bash
-REVISION=$(echo '$Revision: 1053 $' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' )
 COMMAND=$(basename $0)
 BUILD_SCM_URL="git://git.onelab.eu/build"
 USE_GIT=""
index 4918d33..8a9447f 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
 
 import sys
 import os.path