propset - enables svn keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Nov 2007 16:58:53 +0000 (16:58 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Nov 2007 16:58:53 +0000 (16:58 +0000)
Makefile
README
build.common
crontab
mkbuild
mkfedora
onelab.mk
packages.sh
planetlab.mk
spec2make.c
vbuild-nightly.sh

index bbdfa8d..175b617 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 # Thierry Parmentelat - INRIA Sophia Antipolis 
 #
-### $Id: Makefile 1088 2007-11-15 14:51:33Z thierry $
+### $Id$
 # 
 # run 'make help' for more info
 
diff --git a/README b/README
index 21d3982..68bae56 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Copyright (c) 2003  The Trustees of Princeton University (Trustees).
 
-$Id: README,v 1.2 2004/04/14 21:22:09 mlh-pl_rpm Exp $
+$Id$
 
 Here are some general guidelines for writing spec files.
 
index 7320f01..40de70f 100644 (file)
@@ -6,7 +6,7 @@
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # Copyright (C) 2007 The Trustees of Princeton University
 #
-# $Id: build.common 1094 2007-11-16 08:38:42Z thierry $
+# $Id$
 #
 
 function pl_getDefaultDistro() {
diff --git a/crontab b/crontab
index 710234a..7465f4b 100644 (file)
--- a/crontab
+++ b/crontab
@@ -3,7 +3,7 @@
 #
 # TMP=/tmp EDITOR=emacs crontab crontab
 #
-# $Id: crontab,v 1.12 2005/03/10 20:57:06 mlhuang Exp $
+# $Id$
 #
 
 SHELL=/bin/bash
diff --git a/mkbuild b/mkbuild
index bbcf252..7e05eab 100755 (executable)
--- a/mkbuild
+++ b/mkbuild
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: mkbuild,v 1.2.4.1 2007/08/30 16:39:00 mef Exp $
+# $Id$
 #
 
 export PATH=/sbin:/bin:/usr/sbin:/usr/bin
index d0751f3..f29ee0b 100755 (executable)
--- a/mkfedora
+++ b/mkfedora
@@ -13,7 +13,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id: mkfedora 1073 2007-11-15 09:56:03Z thierry $
+# $Id$
 #
 
 export PATH=/sbin:/bin:/usr/sbin:/usr/bin
index 3853053..280aa6f 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2006 The Trustees of Princeton University
 #
-# $Id: onelab.mk,v 1.25 2007/04/16 15:28:18 thierry Exp $
+# $Id$
 #
 
 #
index 367230b..f9e6f34 100755 (executable)
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004 The Trustees of Princeton University
 #
-# $Id: packages.sh,v 1.6 2005/06/14 18:53:43 mlhuang Exp $
+# $Id$
 #
 
 # Set defaults
@@ -63,7 +63,7 @@ TAGS="NAME VERSION RELEASE ARCH URL BUILDTIME DESCRIPTION"
 
 cat <<EOF
 <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<!-- \$Id: packages.sh,v 1.6 2005/06/14 18:53:43 mlhuang Exp $ -->
+<!-- \$Id$ -->
 <!-- Generated at $(date) in $(cd ${1-.} && pwd -P) on $HOSTNAME by $USER -->
 <!DOCTYPE PACKAGES [
   <!ELEMENT PACKAGES (PACKAGE)*>
index ccb3da6..43db25e 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2006 The Trustees of Princeton University
 #
-# $Id: planetlab.mk 1082 2007-11-15 13:49:05Z thierry $
+# $Id$
 #
 
 #
index d9ff98b..94c9306 100644 (file)
@@ -6,7 +6,7 @@
  * Mark Huang <mlhuang@cs.princeton.edu>
  * Copyright (C) 2006 The Trustees of Princeton University
  *
- * $Id: spec2make.c 968 2007-11-07 16:15:55Z thierry $
+ * $Id$
  */
 
 #include <stdio.h>
index 07b0017..a7b58df 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-REVISION=$(echo '$Revision: 1099 $' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' )
+REVISION=$(echo '$Revision$' | sed -e 's,\$,,g' -e 's,^\w*:\s,,' )
 
 COMMANDPATH=$0
 COMMAND=$(basename $0)