]> git.decadent.org.uk Git - dak.git/commitdiff
Use Revision not Id in X-Melanie line.
authorJames Troup <james@nocrew.org>
Wed, 21 Mar 2001 05:37:43 +0000 (05:37 +0000)
committerJames Troup <james@nocrew.org>
Wed, 21 Mar 2001 05:37:43 +0000 (05:37 +0000)
melanie

diff --git a/melanie b/melanie
index b4661b1468064bc3b1e64044ab9975459fb2a5f4..c3efc64f2f6beba800fe756c37e5c8bac4257c5f 100755 (executable)
--- a/melanie
+++ b/melanie
@@ -2,7 +2,7 @@
 
 # General purpose archive tool for ftpmaster
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $
+# $Id: melanie,v 1.11 2001-03-21 05:37:43 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -346,7 +346,7 @@ def main ():
             Subst["__BCC__"] = "Bcc: " + Cnf["Dinstall::Bcc"];
         else:
             Subst["__BCC__"] = "X-Filler: 42";
-        Subst["__CC__"] = "X-Melanie: $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $\n" + carbon_copy[:-1];
+        Subst["__CC__"] = "X-Melanie: $Revision: 1.11 $\n" + carbon_copy[:-1];
         Subst["__SUITE_LIST__"] = suites_list;
         Subst["__SUMMARY__"] = summary;
         Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"];