remove old svn-keywords & stuff
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jul 2012 12:47:18 +0000 (14:47 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jul 2012 12:47:18 +0000 (14:47 +0200)
Makefile
leak.c
pl_mom.cron
pl_mom.py
pl_mom.spec
pl_mop.sh
swapmon.init
swapmon.py

index 9b75c7f..3e3075b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 ALL := leak
 
diff --git a/leak.c b/leak.c
index 017f05a..6439ed1 100644 (file)
--- a/leak.c
+++ b/leak.c
@@ -4,7 +4,6 @@
  * Mark Huang <mlhuang@cs.princeton.edu>
  * Copyright (C) 2006 The Trustees of Princeton University
  *
- * $Id$
  */
 
 #include <stdio.h>
index 46509de..23732d9 100644 (file)
@@ -4,7 +4,5 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id$
-#
 
 @M@    @H@     * *     *       root    /usr/bin/pl_mop.sh
index bcb77c4..ad7559f 100644 (file)
--- a/pl_mom.py
+++ b/pl_mom.py
@@ -5,8 +5,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import os
 import sys
index dda1e6c..21f07bb 100644 (file)
@@ -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 <support@planet-lab.org>
 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
index 24346e1..4922277 100755 (executable)
--- a/pl_mop.sh
+++ b/pl_mop.sh
@@ -5,8 +5,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id$
-#
 
 PATH=/sbin:/usr/sbin:$PATH
 
index b0a9d14..9debc52 100755 (executable)
@@ -6,8 +6,6 @@
 #
 # description: Resets memory hogs when swap is running low
 #
-# $Id$
-#
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
 
index 6f995fa..edc00a3 100755 (executable)
@@ -10,8 +10,6 @@
 # Faiyaz Ahmed <faiyaza@cs.princeton.edu>
 # 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