X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=melanie;h=c3efc64f2f6beba800fe756c37e5c8bac4257c5f;hb=1424f6da1858289b12d7e016c7a87ad0409b7c13;hp=b4661b1468064bc3b1e64044ab9975459fb2a5f4;hpb=ccc8127b612d886ccfdc26366313f985393c18af;p=dak.git diff --git a/melanie b/melanie index b4661b14..c3efc64f 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose archive tool for ftpmaster # Copyright (C) 2000, 2001 James Troup -# $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"];