]> git.decadent.org.uk Git - dak.git/history - daklib/utils.py
Revert "revert all my stupid commits, we'll try this again later when we have a test...
[dak.git] / daklib / utils.py
2008-09-02 Philipp KernRevert "revert all my stupid commits, we'll try this...
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark Hymersrevert all my stupid commits, we'll try this again...
2008-08-16 Mark HymersRevert "use correct field names"
2008-08-16 Mark Hymersuse correct field names
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark Hymersanother attempt to add these damned hashes
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark HymersI hate it when Ganneff is right
2008-08-16 Mark Hymersdon't assume we can check for the checksums fields
2008-08-16 Joerg JaspertThis really wants a rewrite
2008-08-16 Mark Hymersmisc fixes
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark HymersActually import a module before using it.
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark Hymersactually check the type of basedict before trying to...
2008-08-16 Joerg JaspertMerge commit 'mhy/checksums'
2008-08-16 Mark Hymersan attempt to move the functionaliity into a module
2008-08-16 Mark Hymerslet's store the known_hashes information centrally
2008-05-05 Joerg JaspertMerge from cleanup branch
2008-05-05 Joerg JaspertException handling
2008-05-05 Joerg JaspertAdd an exception class and adjust the scripts using...
2008-05-03 Thomas Viehmannmerge ftpmaster branch
2008-05-02 Joerg JaspertFix all the whitespace / tab breakage, so its now all...
2008-05-01 Joerg JaspertMerge from security
2008-05-01 Joerg JaspertMerged from ftpmaster
2008-04-25 Joerg JaspertMerge mainline
2008-04-25 Joerg JaspertMerge upstream
2008-04-24 Joerg JaspertMerge
2008-04-24 Joerg JaspertMerge again from Thomas
2008-04-24 Thomas Viehmanncheck keyring uids for uploader address before adding...
2008-04-23 Joerg JaspertMerge from Thomas
2008-04-23 Joerg JaspertMerge Myons patch to write the changed-by information...
2008-04-23 Joerg JaspertMerge with upstream
2008-04-22 Thomas Viehmanncache alias mapping for uids
2008-04-22 Thomas Viehmannsend mails to sponsors
2008-04-19 Joerg JaspertMerge
2008-04-19 Joerg JaspertMerge Thomas patch to deal with newer format lines
2008-04-18 Thomas Viehmannfix utils.py/build_file_list to parse (and reject)...
2008-04-11 Joerg JaspertMerge latest upstream dak changes
2008-04-11 Anthony Towns* dak/utils.py: build_file_list() extra parameters...
2008-04-07 Joerg JaspertCheck for changes format 1.8
2008-03-27 Archive Administrator[??] sync with ftp-master/dak master
2008-02-06 Joerg JaspertPending merge
2008-02-06 Joerg Jaspertkey variable missing for keyexpired reject
2007-12-30 Joerg JaspertDid a few style fixes. Moved determine_new and friends...
2007-12-30 Joerg JaspertAdded show_new and modified examine_package and daklib...
2007-12-30 James Troup[JJ, r=JT] drop support for non-US which was last used...
2007-12-28 James Troup[JT] sync
2007-12-28 James Troup[JJ, r=JT] merge Joerg's outstanding changes.
2007-12-28 James Troup[AJ] add NOTATION_DATA and NOTATION_NAME to known_keyow...
2007-12-28 Joerg JaspertKEYEXPIRED is a known keyword. We do check its existanc...
2007-12-05 Anthony TownsCope with expired keys better
2007-06-18 Anthony Townsdef foo() works better when followed by a colon...
2007-03-10 Anthony TownsMake GPGKeyring a list of keyrings; drop PGPKeyring.
2007-02-13 James Troup[rmurray] Handle 'Source (Version)' in Source: in ...
2006-06-11 Archive AdministratorMerge our own changes.
2006-06-11 James TroupUpdate filename slicing for .dak rename.
2006-05-22 James TroupDrop utils.str_isnum() and use string's .isdigit()...
2006-05-22 James TroupRemove remaining $Id$ strings.
2006-05-22 James TroupMerge key-auto-fetch branch.
2006-05-22 James TroupAdd (not enabled by default) support for auto-fetching...
2006-05-21 James TroupMerge map() to list comprehension branch.
2006-05-21 James TroupReplace map() calls with list comprehension instead.
2006-05-20 James TroupFix database calls.
2006-05-18 James TroupMove lib to daklib to shut aj up.