]> git.decadent.org.uk Git - dak.git/shortlog
dak.git
2009-10-27 Joerg JaspertMerge branch 'master' of ssh://ftp-master.debian.org...
2009-10-27 Joerg JaspertMerge branch 'merge'
2009-10-27 Joerg JaspertMerge commit 'lamby/lintian_autoreject' into merge
2009-10-27 Chris LambDisable check_lintian for now.
2009-10-27 Mark Hymerslet's not reset last_used every time...
2009-10-27 Chris LambOnly lintian reject uploads to unstable or experimental
2009-10-27 Chris LambFix use of "wayout" name.
2009-10-27 Chris Lambdict[k] raises IndexError if does not exist - check...
2009-10-27 Chris LambActually add a seperator to our --tags-from-file input.
2009-10-27 Chris Lamblintian YAML has a "lintian" root element.
2009-10-27 Joerg Jaspertold
2009-10-27 Chris LambClose sourcefile.
2009-10-27 Chris LambDedent again by returning if lintian doesn't return...
2009-10-27 Chris LambReturn all the lintian-related rejections, not just...
2009-10-27 Chris LambIt's called 'next', not 'continue'. =)
2009-10-27 Chris LambDedent again by using continue.
2009-10-27 Chris LambRemove one level of indentation by using continue
2009-10-27 Chris LambSimple check for lintian regex
2009-10-27 Mark Hymersuse the id, not the object
2009-10-27 Chris LambUse set() instead of Perlesque hash[key] = 1
2009-10-27 Mark Hymersadd regex import
2009-10-27 Joerg JaspertMerge branch 'merge'
2009-10-27 Joerg JaspertMerge commit 'djpig/djpig' into merge
2009-10-27 Frank Lichtenheldclean-suites: Remove trailing whitespace
2009-10-27 Joerg JaspertMerge branch 'merge'
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambMonkeypatch commands.getstatusoutput to work around...
2009-10-27 Chris Lambdrop unused imports
2009-10-27 Mark Hymersfile -> f
2009-10-27 Mark Hymerswe're already in the changes object
2009-10-27 Mark Hymersuse isinstance
2009-10-27 Mark Hymersfixup
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambIf positional argument is None, modify it.s
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambIf None is passed in.
2009-10-27 Mark Hymerslet there be referential integrity
2009-10-27 Frank Lichtenheldclean-suites: Fix logic error in during source cleaning
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambAdd missing for loop.
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambThis is SQL, not Python.
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambUse the format id. not its name.
2009-10-27 Chris LambInterpolate values properly.
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambActually select some rows.
2009-10-27 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambDrop lzma support.
2009-10-27 Chris LambOnly enable not-"1.0" formats on t-p-u and unstable...
2009-10-27 Frank Lichtenheldclean-suites: Fix SQLA usage
2009-10-27 Frank LichtenheldFix SQL syntax errors
2009-10-27 Frank Lichtenheldclean-suites: Use utils.warn for warnings about orphane...
2009-10-27 Chris LambMerge branch 'master' into deb-src-3.0-sqla
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Joerg Jaspertautoreject
2009-10-27 Frank Lichtenheldclean-suites: Add proper logging
2009-10-27 Frank Lichtenhelddaklog: Add username in every log line
2009-10-27 Chris LambUse session.commit_or_flush in some more functions.
2009-10-27 Chris LambAttach commit_or_flush to session object to call either...
2009-10-27 Chris LambAdd doc for session_wrapper.
2009-10-27 Chris LambReject uploads that contain a native tarball and a...
2009-10-27 Chris Lambdak heresy
2009-10-27 Chris LambFix reference to cls.requires.
2009-10-27 Chris LambAdd unittest.main() to test_regexes.
2009-10-27 Chris LambAdd shebang to regex tests.
2009-10-27 Chris LambSimplify rejecting logic
2009-10-27 Chris LambAvoid if/elif/elif.. with lookup table.
2009-10-27 Chris LambUse loop to check for illegal duplication of file types...
2009-10-27 Chris LambUse a collections.defaultdict to avoid boilerplate...
2009-10-27 Chris LambCorrect grammar when rejecting a package with insuffici...
2009-10-27 Chris LambRequire source formats to have a name and interpolate...
2009-10-27 Chris LambCompare with None using "is", not "=="
2009-10-27 Chris LambRemove has_ prefix inside srcformats.
2009-10-27 Chris LambDon't pass dsc_filename to reject_msgs; prepend it...
2009-10-27 Chris LambMove rejection message generation into srcformats
2009-10-27 Chris LambAdd regex to match .dsc "Format: lala" value and compil...
2009-10-27 Chris LambAdd SourceFormat class and track definitions with metaclass
2009-10-27 Joerg JaspertAdd lintian tags file
2009-10-27 Joerg JaspertMerge commit 'mhy/master' into merge
2009-10-27 Mark HymersMerge commit 'djpig/djpig'
2009-10-27 Frank Lichtenheldprocess-new: Fix BCC and X-Katie handling
2009-10-27 Frank LichtenheldFix various small bugs
2009-10-27 Chris LambMake dbconn.get_suite_src_formats use @session_wrapper.
2009-10-27 Chris LambMerge branch 'master' into deb-src-3.0-sqla
2009-10-27 Joerg JaspertMerge commit 'mhy/master' into merge
2009-10-27 Mark Hymersfix p-u accepts for binary uploads
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambCorrect logic with detecting default kwarg values vs...
2009-10-27 Chris LambWrap __doc__ and func_name in @session_wrapper.
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambAvoid circular import when importing daklib.dbconn...
2009-10-27 Chris LambHandle arguments with default kwargs in @session_wrapper.
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambAdd missing "utils" import (used in security conditional)
2009-10-27 Chris LambNo need to assign to a local now that @session_wrapper...
2009-10-27 Chris LambAvoid calling .count(); call .one() and catch the excep...
2009-10-27 Raphaël HertzogAdd support for multiple orig tarballs
2009-10-27 Raphaël Hertzogdak show-new: use new regex to cope with all source...
2009-10-27 Raphaël Hertzogdak check-archive: replace check tar-gz-in-dsc
next