From a8a0456d1331bf8b4337693b3c481943e786cd19 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 27 May 2010 17:03:16 +0200 Subject: [PATCH] cleanup svn keywords --- scripts/Makefile | 3 --- scripts/all-modules.sh | 3 +-- scripts/builds.sh | 2 -- scripts/commit-access-control.cfg | 2 -- scripts/crontabs.sh | 3 +-- scripts/dump-db-svn.sh | 4 +--- scripts/onelab-aliases.sh | 2 -- scripts/pssh | 1 - scripts/renew_reminder.pl | 2 -- scripts/svn-keywords.sh | 2 -- scripts/vbuild-nightly.sh | 1 - scripts/vserver_tools.py | 2 -- 12 files changed, 3 insertions(+), 24 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index b16ab47..a37ff36 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - vcheck: vs-check -f VSERVERS diff --git a/scripts/all-modules.sh b/scripts/all-modules.sh index 89886f4..2468431 100755 --- a/scripts/all-modules.sh +++ b/scripts/all-modules.sh @@ -1,6 +1,5 @@ #!/bin/bash -# $Id$ -# + # NOTE # as the svn diff operations from a remote location are so sssssslllllllooooooooowwwwww... # what we do: diff --git a/scripts/builds.sh b/scripts/builds.sh index 9e540fc..e03e504 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -1,6 +1,4 @@ #!/bin/bash -# $Id$ -# $URL$ function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } diff --git a/scripts/commit-access-control.cfg b/scripts/commit-access-control.cfg index 3864a9c..c7a71f8 100644 --- a/scripts/commit-access-control.cfg +++ b/scripts/commit-access-control.cfg @@ -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 diff --git a/scripts/crontabs.sh b/scripts/crontabs.sh index 1c1ba29..3f9ebf9 100755 --- a/scripts/crontabs.sh +++ b/scripts/crontabs.sh @@ -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 diff --git a/scripts/dump-db-svn.sh b/scripts/dump-db-svn.sh index cf518c8..0c3c368 100755 --- a/scripts/dump-db-svn.sh +++ b/scripts/dump-db-svn.sh @@ -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" diff --git a/scripts/onelab-aliases.sh b/scripts/onelab-aliases.sh index 489daba..abad15c 100755 --- a/scripts/onelab-aliases.sh +++ b/scripts/onelab-aliases.sh @@ -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 diff --git a/scripts/pssh b/scripts/pssh index 44d9dfc..7057764 100755 --- a/scripts/pssh +++ b/scripts/pssh @@ -11,7 +11,6 @@ # # Created: 16 August 2003 # -# $Id$ # patched by thierry from 1.4.3 for adding -k and multiple -O # import fcntl diff --git a/scripts/renew_reminder.pl b/scripts/renew_reminder.pl index aaa7068..4048a85 100755 --- a/scripts/renew_reminder.pl +++ b/scripts/renew_reminder.pl @@ -8,8 +8,6 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id$ -# use strict; use Date::Manip; diff --git a/scripts/svn-keywords.sh b/scripts/svn-keywords.sh index ee96bc0..caa4cb9 100755 --- a/scripts/svn-keywords.sh +++ b/scripts/svn-keywords.sh @@ -1,6 +1,4 @@ #!/bin/bash -# $Id$ -# $URL$ COMMAND=$(basename $0) diff --git a/scripts/vbuild-nightly.sh b/scripts/vbuild-nightly.sh index 65da0bb..014ec19 100755 --- a/scripts/vbuild-nightly.sh +++ b/scripts/vbuild-nightly.sh @@ -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="" diff --git a/scripts/vserver_tools.py b/scripts/vserver_tools.py index 4918d33..8a9447f 100755 --- a/scripts/vserver_tools.py +++ b/scripts/vserver_tools.py @@ -1,7 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ import sys import os.path -- 2.43.0