]> git.decadent.org.uk Git - dak.git/commitdiff
Remove cameron
authorJames Troup <james@nocrew.org>
Wed, 29 May 2002 18:05:07 +0000 (18:05 +0000)
committerJames Troup <james@nocrew.org>
Wed, 29 May 2002 18:05:07 +0000 (18:05 +0000)
cameron [deleted file]
docs/README.names

diff --git a/cameron b/cameron
deleted file mode 100755 (executable)
index 28c6f4d..0000000
--- a/cameron
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/usr/bin/env python
-
-# Generate file list for unstable_accepted
-# Copyright (C) 2002  Ryan Murray <rmurray@debian.org>
-# $Id: cameron,v 1.3 2002-05-15 07:54:28 rmurray 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
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-################################################################################
-
-import pg, os, sys;
-import apt_pkg;
-import db_access, utils;
-
-################################################################################
-
-def main():
-    Cnf = utils.get_conf();
-
-    apt_pkg.ParseCommandLine(Cnf,[],sys.argv);
-
-    projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"]));
-    db_access.init(Cnf, projectB);
-    list = utils.open_file("%s/unstable_accepted.list" % (Cnf["Dir::Lists"]), "w");
-    q = projectB.query("SELECT filename FROM unstable_accepted WHERE in_accepted AND filename ~ '(u?deb|dsc)$'");
-    for entry in q.getresult():
-        filename = os.path.join(os.path.dirname(entry[0]),'incoming',os.path.basename(entry[0]));
-       list.write("%s\n" % (filename));
-    list.close();
-
-################################################################################
-
-if __name__ == '__main__':
-    main();
index 3e88971f60bf7de26bec298f159a913ee1c2f480..71f89a18e2b941b3b8815fc8104d9483a549de19 100644 (file)
@@ -2,7 +2,6 @@ alyson - sync's the ISC-style configuration file with the SQL DB
 amber - 'installer' wrapper for security team
 andrea - looks for fixable descrepancies between stable and unstable
 ashley - display the contents of a .katie file
-cameron - generate file list for unstable_accepted
 catherine - poolifies packages; i.e. moves them from legacy dists/ locations into the pool
 charisma - generates Maintainers files used by e.g. the Debian BTS
 cindy - override cruft checker
@@ -29,12 +28,12 @@ tea - sanity checks the database
 ziyi - creates Release files
 
 With apologies to Alyson Hannigan, Amber Benson, Andrea Corr, Ashley
- Judd, Catherine Zeta Jones, Cameron Diaz, Charisma Carpenter, Cindy
- Crawford, Claire Forlani, Denise Van Outen, Fernanda Tervares, Halle
- Berry, Heidi Klum, Jenna Elfman, Jennifer Lopez, Jeri Ryan, Julia
- Roberts, Katie Holmes, Lisa Falkner, Madison Michele, Melanie Sykes,
- Natalie Portman, Neve Campbell, Rene O'Connor, Rhona Mitra, Saffron
Burrows, Shania Twain, Tara Reid, Tea Leoni and Ziyi Zhang.
+ Judd, Catherine Zeta Jones, Charisma Carpenter, Cindy Crawford,
+ Claire Forlani, Denise Van Outen, Fernanda Tervares, Halle Berry,
+ Heidi Klum, Jenna Elfman, Jennifer Lopez, Jeri Ryan, Julia Roberts,
+ Katie Holmes, Lisa Falkner, Madison Michele, Melanie Sykes, Natalie
+ Portman, Neve Campbell, Rene O'Connor, Rhona Mitra, Saffron Burrows,
+ Shania Twain, Tara Reid, Tea Leoni and Ziyi Zhang.
 
 In Use Elsewhere:
 -----------------
@@ -57,6 +56,7 @@ Possible Future Candidates:
 Alicia (Witt)
 Angelina (Jolie)
 Billie (Piper)
+Cameron (Diaz)
 Carly (Pope)
 Carrie (Ann Moss)
 Emma (Thompson)