# Generate file lists used by apt-ftparchive to generate Packages and Sources files
# Copyright (C) 2000, 2001, 2002, 2003 James Troup <james@nocrew.org>
-# $Id: jenna,v 1.24 2003-02-11 18:11:24 troup Exp $
+# $Id: jenna,v 1.25 2003-05-02 13:53:57 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
-n, --no-delete don't delete older versions
-s, --suite=SUITE only write file lists for this suite
-ARCH, COMPONENT and SUITE can be space seperated lists, e.g.
+ARCH, COMPONENT and SUITE can be space separated lists, e.g.
--architecture=\"m68k i386\"""";
sys.exit(exit_code);
Julia
{
ValidGID "800";
- // Comma seperated list of users who are in Postgres but not the passwd file
+ // Comma separated list of users who are in Postgres but not the passwd file
KnownPostgres "postgres,katie";
};
Julia
{
ValidGID "800";
- // Comma seperated list of users who are in Postgres but not the passwd file
+ // Comma separated list of users who are in Postgres but not the passwd file
KnownPostgres "udmsearch,postgres,www-data,katie,auric";
};
Julia
{
ValidGID "800";
- // Comma seperated list of users who are in Postgres but not the passwd file
+ // Comma separated list of users who are in Postgres but not the passwd file
KnownPostgres "postgres,katie,www-data,udmsearch";
};
# General purpose package removal tool for ftpmaster
# Copyright (C) 2000, 2001, 2002, 2003 James Troup <james@nocrew.org>
-# $Id: melanie,v 1.38 2003-03-26 15:16:36 troup Exp $
+# $Id: melanie,v 1.39 2003-05-02 13:53:57 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
-s, --suite=SUITE act on this suite
-S, --source-only remove source only
-ARCH, BUG#, COMPONENT and SUITE can be comma (or space) seperated lists, e.g.
+ARCH, BUG#, COMPONENT and SUITE can be comma (or space) separated lists, e.g.
--architecture=m68k,i386"""
sys.exit(exit_code)
Subst["__BCC__"] = "Bcc: " + ", ".join(bcc);
else:
Subst["__BCC__"] = "X-Filler: 42";
- Subst["__CC__"] = "X-Katie: melanie $Revision: 1.38 $";
+ Subst["__CC__"] = "X-Katie: melanie $Revision: 1.39 $";
if carbon_copy:
Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy);
Subst["__SUITE_LIST__"] = suites_list;