From: Thierry Parmentelat Date: Wed, 18 Jul 2012 12:47:18 +0000 (+0200) Subject: remove old svn-keywords & stuff X-Git-Tag: mom-2.3-5~1 X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=6790fa8d3052af28a45e4ec1327f79466c6cc56d remove old svn-keywords & stuff --- diff --git a/Makefile b/Makefile index 9b75c7f..3e3075b 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# ALL := leak diff --git a/leak.c b/leak.c index 017f05a..6439ed1 100644 --- a/leak.c +++ b/leak.c @@ -4,7 +4,6 @@ * Mark Huang * Copyright (C) 2006 The Trustees of Princeton University * - * $Id$ */ #include diff --git a/pl_mom.cron b/pl_mom.cron index 46509de..23732d9 100644 --- a/pl_mom.cron +++ b/pl_mom.cron @@ -4,7 +4,5 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id$ -# @M@ @H@ * * * root /usr/bin/pl_mop.sh diff --git a/pl_mom.py b/pl_mom.py index bcb77c4..ad7559f 100644 --- a/pl_mom.py +++ b/pl_mom.py @@ -5,8 +5,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# import os import sys diff --git a/pl_mom.spec b/pl_mom.spec index dda1e6c..21f07bb 100644 --- a/pl_mom.spec +++ b/pl_mom.spec @@ -1,8 +1,3 @@ -# -# $Id$ -# -%define url $URL$ - %define name pl_mom %define version 2.3 %define taglevel 4 @@ -19,7 +14,7 @@ Source: %{name}-%{version}.tgz Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} #URL: http://cvs.planet-lab.org/cvs/pl_mom BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: expect diff --git a/pl_mop.sh b/pl_mop.sh index 24346e1..4922277 100755 --- a/pl_mop.sh +++ b/pl_mop.sh @@ -5,8 +5,6 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id$ -# PATH=/sbin:/usr/sbin:$PATH diff --git a/swapmon.init b/swapmon.init index b0a9d14..9debc52 100755 --- a/swapmon.init +++ b/swapmon.init @@ -6,8 +6,6 @@ # # description: Resets memory hogs when swap is running low # -# $Id$ -# PATH=/sbin:/bin:/usr/bin:/usr/sbin diff --git a/swapmon.py b/swapmon.py index 6f995fa..edc00a3 100755 --- a/swapmon.py +++ b/swapmon.py @@ -10,8 +10,6 @@ # Faiyaz Ahmed # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id$ -# import syslog import os @@ -32,6 +30,7 @@ from pl_mom import * debug = False verbose = 0 DATAFILE = "/var/lib/misc/swapmon.dat" +# xxx fixme - this is broken under git VERSION = "$Id$" # Seconds between process analysis period = 30