]> git.decadent.org.uk Git - dak.git/shortlog
dak.git
2009-10-28 Joerg JaspertMerge branch 'merge'
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambFix return type.
2009-10-28 Chris LambDon't call check_* due when we are running with No...
2009-10-28 Chris LambWhile we're at it, split out another version of ensure_...
2009-10-28 Chris Lambcheck_lintian needs all the source, otherwise we can...
2009-10-28 Chris LambFactor out symlink stuff from get_changelog_versions...
2009-10-28 Joerg JaspertMerge branch 'merge'
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambPort check_dsc_files to use get_format_from_string.
2009-10-28 Chris LambMake build_file_list to use get_format_from_string...
2009-10-28 Chris LambAdd get_format_from_string utility method
2009-10-28 Chris LambAttach validate_format(...) to each SourceFormat that...
2009-10-28 Chris LambSplit out parse_format to module-level and test it...
2009-10-28 Chris LambSplit parsing of "Format:" string and validation of it.
2009-10-28 Chris LambCompare None with object identity, not equality
2009-10-28 Chris Lamb"Format: 0.0" is now invalid
2009-10-28 Chris LambAdd regression tests for parse_format.
2009-10-28 Chris LambMove "Format:" field parsing into srcformats.py
2009-10-28 Joerg JaspertRemove X-Katie: headers
2009-10-28 Joerg JaspertUpdated
2009-10-28 Joerg JaspertMerge branch 'merge'
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambImprove logging in clean_empty_directories.
2009-10-28 Chris LambClean empty directories from the pool.
2009-10-28 Joerg Jaspertdinstall
2009-10-28 Joerg JaspertBackground half of dinstall
2009-10-28 Joerg JaspertDont do work without a tagfile
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambIf lintian returns 2 warn FTPMasters but try and contin...
2009-10-28 Mark Hymerscmd -> command
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambUse new Config api.
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambFix lintian regex.
2009-10-28 Mark HymersMerge commit 'lamby/master'
2009-10-28 Chris LambRe-enable check_lintian
2009-10-28 Chris LambAdd doc why we are monkeypatching commands.getstatusoutput
2009-10-28 Mark HymersI really think this'l just cause arguments and I can...
2009-10-28 Mark Hymersremove alpha from testing
2009-10-27 Frank Lichtenheldclean-suites: Log totals as well
2009-10-27 Chris Lamb"Fully" ported to SQLAlchemy-based daklib.dbconn; remov...
2009-10-27 Chris LambPort new_security_install to DBConn and friends.
2009-10-27 Chris LambMove get_queue => get_or_set_queue
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambFix log messages
2009-10-27 Joerg JaspertMerge branch 'master' of ssh://ftp-master.debian.org...
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambAdd fixes for broken prefix_multi_line_string calls.
2009-10-27 Mark HymersPASS
2009-10-27 Chris LambMerge branch 'master' of ries.debian.org:/srv/ftp.debia...
2009-10-27 Joerg JaspertMerge branch 'master' into merge
2009-10-27 Joerg JaspertMerge commit 'djpig/djpig' into merge
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 Frank Lichtenheldclean-queues: Add proper logging
2009-10-27 Chris LambMerge branch 'master' of ries.debian.org:/srv/ftp.debia...
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 Chris LambRemove unused imports from daklib.
2009-10-27 Joerg JaspertMerge branch 'merge'
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-27 Chris LambUse more Pythonic "".join over str.join
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
next