]> git.decadent.org.uk Git - dak.git/shortlog
dak.git
2009-10-29 Chris LambThis is not icanhascheezburger.com :(
2009-10-29 Chris LambDon't reject binary uploads. Sorry buildd maintainers.
2009-10-29 Chris LambAdd NVIT test.
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambFix another list.join/str.join instance.
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambPrefer interpolation over concatenation.
2009-10-29 Chris LambJoin is str.join, not list.join
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris Lambcnf.__getitem__ is not following protocol, but this...
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambWe renamed s/directory/queue/ in this code.
2009-10-29 Joerg Jaspertadd some tags
2009-10-29 Joerg JaspertMerge branch 'merge'
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambSome people can't open the log; handle this gracefully.
2009-10-29 Chris LambSplit out symlink creation into Upload.ensure_orig
2009-10-29 Joerg JaspertMerge branch 'merge'
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambCheck that we can parse the YAML file before we symlink...
2009-10-29 Chris LambTest that we have Dinstall::LintianTags before we symli...
2009-10-29 Chris LambCleanup any symlinks that we created.
2009-10-29 Joerg JaspertMerge branch 'merge'
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambUse the same session when getting pool entries, otherwi...
2009-10-29 Chris LambHide SystemError, otherwise logging gets ugly.
2009-10-29 Chris LambDon't reject orig tarballs - we want them
2009-10-29 Joerg JaspertMerge branch 'merge'
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambDon't ignore KeyboardInterrupt either in process_unchecked
2009-10-29 Chris LambDon't log "dak top-level starting" every time we run...
2009-10-29 Joerg JaspertMerge branch 'merge'
2009-10-29 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-29 Chris LambCatch and log all exceptions from top-level dak command.
2009-10-29 Chris LambLook in the pool and queues for missing orig files.
2009-10-29 Chris LambTidy check_lintian's 'log' closure
2009-10-29 Joerg Jaspertdinstall order change
2009-10-29 Joerg Jaspertsymlinks
2009-10-29 Chris LambInline ensure_all_source_exists.
2009-10-29 Joerg Jaspertrsyncable
2009-10-28 Joerg Jaspertquote
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambRevert "While we're at it, split out another version...
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambActually use dest_dir argument
2009-10-28 Chris Lambpkg is on self.
2009-10-28 Chris LambPass source_dir to ensure_all_source_exists
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris Lambbuild_file_list(changes, ..) can also be dsc informatio...
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambHaha, recursive import
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambReally fix import.
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambImport ensure_orig_files properly.
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambAw, [] can't take *args/**kwargs things.
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambAdd check_lintian logging.
2009-10-28 Joerg JaspertMerge commit 'lamby/master' into merge
2009-10-28 Chris LambDrop the SourceFormat-specific validate_format classmet...
2009-10-28 Chris LambDon't validate a .changes Format as a source package...
2009-10-28 Chris LambAdd validate_changes_format utility.
2009-10-28 Chris LambMove parse_format tests to test_formats.py
2009-10-28 Chris LambMove parse_format into daklib.formats
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 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
next