]> git.decadent.org.uk Git - dak.git/history - daklib
Merge branch 'merge'
[dak.git] / daklib /
2009-10-28 Joerg JaspertMerge branch 'merge'
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambFix changes[...] call.
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 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 LambMove "Format:" field parsing into srcformats.py
2009-10-28 Joerg JaspertRemove X-Katie: headers
2009-10-28 Joerg JaspertMerge branch 'merge'
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 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-27 Chris Lamb"Fully" ported to SQLAlchemy-based daklib.dbconn; remov...
2009-10-27 Chris LambMove get_queue => get_or_set_queue
2009-10-27 Joerg JaspertMerge commit 'lamby/master' into merge
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 LambMerge branch 'master' of ries.debian.org:/srv/ftp.debia...
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 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 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 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 Joerg JaspertMerge commit 'lamby/deb-src-3.0-sqla' into merge
2009-10-27 Chris LambDrop lzma support.
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 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 LambFix reference to cls.requires.
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 JaspertMerge commit 'mhy/master' into merge
next