+++ /dev/null
-*.pyc
-Packages
-Sources
-neve-files
+++ /dev/null
-manpage.*
-*.1
+++ /dev/null
-alicia - make microchanges or microqueries of the overrides
-alyson - syncs 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
-billie - split a pool/ftp-site/whatever by architecture groups
-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
-claire - generates compatability symlink tree for legacy dists/ locations [obsolete]
-denise - outputs the override tables to text files
-emilie - syncs fingerprint and uid tables with a Debian LDAP DB
-fernanda - checker script for new packages in incoming
-halle - removes obsolete .changes files from proposed-updates
-heidi - manipulates suite tags; i.e. removes/adds packages from any given suite
-helena - produces a report on NEW and BYHAND packages
-jenna - generates lists of files in suites which are then fed to apt-ftparchive
-jennifer - processes packages in incoming
-jeri - basic dependency checking for proposed-updates
-julia - Sync PostgreSQL users with (LDAP-generated) passwd file
-katie - common code used by lisa, jennifer, kelly and others
-kelly - installs packages into the pool
-lauren - manually reject packages from proposed-updates
-lisa - processes NEW and BYHAND packages
-madison - shows which suites a package is in
-melanie - removes packages from suites
-natalie - manpiulates/list override entries
-neve - populates the SQL database
-nina - split queue/done into a date-based directory structure
-rene - check for obsolete or duplicated packages
-rose - initial setup of an archive
-rosamund - check for users with no packages in the archive
-rhona - cleans unused/superseded packages out of the pool and the database
-saffron - stats pr0n generator
-shania - cleans cruft from incoming
-tea - various sanity checks of the database and archive
-ziyi - creates Release files
-
-With apologies to Alicia Silverstone, Alyson Hannigan, Amber Benson,
- Andrea Corr, Ashley Judd, Catherine Zeta Jones, Charisma Carpenter,
- Cindy Crawford, Claire Forlani, Denise Richards, Emilie de Ravin,
- Fernanda Tavares, Halle Berry, Heidi Klum, Helena Christensen, Jenna
- Elfman, Jennifer Lopez, Jeri Ryan, Julia Roberts, Katie Holmes, Kelly
- Brook, Lauren Lee Smith, Lisa Falkner, Madison Michele, Melanie Sykes,
- Natalie Portman, Neve Campbell, Nina Garbiras, Rene Russo, Rosamund Pike, Rose
- McGowan, Rhona Mitra, Saffron Burrows, Shania Twain, Tea Leoni and
- Ziyi Zhang.
-
- In Use Elsewhere
- ================
-
-Christina (Aguilera) [lene]
-Emily (Mortimer) [lene]
-Lene (Nystrom) [lene]
-Lonneke (Engel) [lene]
-Louise (Nurding) [lene]
-
-Britney (Spears) [aj]
-
-Michelle (Yeoh) [joey]
-Courtney (Cox) [neuro]
-Sandra (Bullock) [neuro]
-
-Linda (Evangelista) [python lintian]
-Jane (Fonda) [linda over the entire archive]
-Lucy (Lawless) [files from jane -> html]
-
-Kate (Hudson, Beckinsale, Winslet) [kde text editor]
-
-Amanda (Peet) [Backup software]
-
-Canonical Names
----------------
-
-Anastacia
-Bridget (Hall)
-Geri (Haliwell)
-Kari (Wuhrer)
-Heather (Graham)
-Hilarie (Burton)
-Lorraine (Van Wyk)
-Poppy (Montgomery)
-Teri (Hatcher)
-
- Possible Future Candidates
- ==========================
-
-Alessandra (Ambrosia)
-Alyssa (Milliano)
-Amy (Brenneman)
-Angelina (Jolie)
-Bethany (Joy Lenz)
-Billie (Piper)
-Cameron (Diaz)
-Carly (Pope)
-Carrie (Ann Moss)
-Charlize (Theron)
-Daniela (Pestova)
-Dannii (Minogue)
-Dido
-Donna (Air)
-Elisabeth (Shue)
-Elisha (Cuthbert)
-Eliza (Dushku)
-Estella (Warren)
-Emma (Caulfield)
-Famke (Janssen)
-Gail (Porter)
-Gillian (Anderson)
-Gina (Gershon)
-Gwyneth (Paltrow)
-Holly (Marie Combs)
-Janel (Moloney)
-Jessica (Alba, Biel)
-Jewel (Kilcher)
-Jill (Hennessy)
-Josie (Maran)
-Katherine (Heigl)
-Kim (Smith)
-Kirsten (Dunst)
-Kristin (Kreuk)
-Kylie (Minogue)
-Laetitia (Casta)
-Lana (Parrilla)
-Liv (Tyler)
-Marcia (Cross)
-Mariska (Hargitay)
-Michelle (Hunziker)
-Mira (Sorvino)
-Monica (Belluci)
-Naima (Belkhiati)
-Nicole (Appleton)
-Rebecca (Romijn-Stamos)
-Reese (Witherspoon)
-Salma (Hayek)
-Sarah (Whatmore)
-Shannen (Doherty)
-Shiri (Appleby)
-Sophia (Bush)
-Sophie (Marceau)
-Stephanie (March)
-Suzanne (Cryer)
-Tara (Reid)
-Tasha (Tilberg)
-Tiffani (Amber Thiesen)
-Tricia (Helfer)
-Uma (Thurman)
-Veronica (Varekova)
-Virginie (Leoyden)
-Yamila (Diaz)
+++ /dev/null
-[ This was some notes to myself that I made while removing potato; I
- kept it because it turned out to be a far more traumatic experience
- than was necesary. Hopefully rhona will be fixed by the time I need
- to do this again which would obsolete most of the complex SQL
- crap. (JT) ]
-
-
- Potato Removal Plan
- -------------------
-
-o Create potato copy on archive.debian.org
-o poolize any not-just-potato files with monica.
-o force-remove any just-potato files (i.e. by setting last used to 3 weeks ago and run rhona)
-o remove any files (dists/potato) (NB: not pool symlinks!)
-o remove oldstable etc. from the db and config files
-
-********************************************************************************
-DROP TABLE moo;
-
-SELECT f.id INTO TEMP moo FROM files f, binaries b, bin_associations ba
- WHERE ba.suite IN (2, 3) AND ba.bin = b.id AND f.id = b.file
-EXCEPT
-SELECT f.id FROM files f, binaries b, bin_associations ba
- WHERE ba.suite NOT IN (2, 3) AND ba.bin = b.id AND f.id = b.file;
-
-CREATE INDEX moo_index on moo (id);
-VACUUM; VACUUM ANALYZE;
-
-EXPLAIN UPDATE files set last_used = '2003/09/03'
- WHERE EXISTS (
- SELECT id FROM moo WHERE files.id = moo.id);
-
-DELeditmeETE FROM bin_associations WHERE suite IN (2, 3);
-
-[ run rhona ]
-
-****************************************
-
-DROP TABLE moo;
-
-SELECT f.id INTO TEMP moo FROM files f, source s, src_associations sa, dsc_files df
- WHERE sa.suite IN (2, 3) AND sa.source = s.id AND df.source = s.id AND df.file = f.id
- AND NOT EXISTS (SELECT b.id FROM binaries b WHERE b.source = s.id)
-EXCEPT
-SELECT f.id FROM files f, source s, src_associations sa, dsc_files df
- WHERE sa.suite NOT IN (2, 3) AND sa.source = s.id AND df.source = s.id AND df.file = f.id;
-
-CREATE INDEX moo_index on moo (id);
-VACUUM; VACUUM ANALYZE;
-
-EXPLAIN UPDATE files set last_used = '2003/09/03'
- WHERE EXISTS (
- SELECT id FROM moo WHERE files.id = moo.id);
-
-DELeditmeETE FROM src_associations WHERE suite IN (2, 3);
-
-[ run rhona ]
-
-********************************************************************************
-
-[Code for catherine (poolize); to go after the move of the file]
-# Create symlink
-src = utils.clean_symlink(destination, legacy_filename, Cnf["Dir::Root"]);
-if verbose:
- print "Symlinking: %s -> %s" % (legacy_filename, src);
-if not no_action:
- os.symlink(src, legacy_filename);
-
-
-[Query for catherine]
-SELECT l.path, f.filename, f.id as files_id, c.name as component
- FROM files f, binaries b, bin_associations ba, location l, component c
- WHERE ba.suite NOT IN (2, 3) AND f.filename ~ '^potato'
- AND ba.bin = b.id AND f.id = b.file AND l.id = f.location
- AND c.id = l.component
-UNION
-SELECT DISTINCT ON (f.filename) l.path, f.filename, f.id as files_id, c.name as component
- FROM files f, source s, src_associations sa, dsc_files df,
- location l, component c
- WHERE sa.suite NOT IN (2, 3) AND f.filename ~ '^potato'
- AND sa.source = s.id AND df.source = s.id AND f.id = df.file
- AND l.id = f.location AND c.id = l.component;
-Currently used substitutions in katie:
-======================================
+Currently used substitutions in dak
+===================================
Global
------
o __BCC__ [*]
o __BUG_SERVER__
o __DISTRO__
- o __KATIE_ADDRESS__
+ o __DAK_ADDRESS__
Per package
-----------
Misc
----
+
o __ANNOUNCE_LIST_ADDRESS__
o __BUG_NUMBER__
o __CONTROL_MESSAGE__
-From: __ALICIA_ADDRESS__
+From: __OVERRIDE_ADDRESS__
To: __BUG_NUMBER__-close@__BUG_SERVER__
__CC__
__BCC__
-From: __KATIE_ADDRESS__
+From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
Precedence: bulk
Despite being ACCEPTed, this package failed the database sanity checks
at the time of install. This should only happen rarely and in
corner-cases (a binary upload of a package which has since been
-melanie'd for example), so no code to do the necessary unaccept
+'dak rm'-d for example), so no code to do the necessary unaccept
actions has been written. These actions (e.g. bug reopening,
announcement rescinding, etc.) will have to be done by hand. Also,
the files have been left in the accepted directory; please deal with
-From: __KATIE_ADDRESS__
+From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
Precedence: bulk
-From: __KATIE_ADDRESS__
+From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
Precedence: bulk
-From: __KATIE_ADDRESS__
+From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
Precedence: junk
-From: __KATIE_ADDRESS__
+From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__CC__
__BCC__
-From: __MELANIE_ADDRESS__
+From: __RM_ADDRESS__
To: __BUG_NUMBER__-close@__BUG_SERVER__
__CC__
__BCC__
-From: __KATIE_ADDRESS__
-To: __WHOAMI__ <katie@security.debian.org>
+From: __DAK_ADDRESS__
+To: __WHOAMI__ <dak@security.debian.org>
__BCC__
Subject: Template Advisory __ADVISORY__