projects
/
dak.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dak.git
2009-10-29
Chris Lamb
Split out symlink creation into Upload.ensure_orig
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Check that we can parse the YAML file before we symlink...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Test that we have Dinstall::LintianTags before we symli...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Cleanup any symlinks that we created.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Use the same session when getting pool entries, otherwi...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Hide SystemError, otherwise logging gets ugly.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Don't reject orig tarballs - we want them
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Don't ignore KeyboardInterrupt either in process_unchecked
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Don't log "dak top-level starting" every time we run...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Catch and log all exceptions from top-level dak command.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Look in the pool and queues for missing orig files.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Tidy check_lintian's 'log' closure
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Chris Lamb
Inline ensure_all_source_exists.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Revert "While we're at it, split out another version...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Actually use dest_dir argument
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
pkg is on self.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Pass source_dir to ensure_all_source_exists
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
build_file_list(changes, ..) can also be dsc informatio...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Haha, recursive import
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Really fix import.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Import ensure_orig_files properly.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Aw, [] can't take *args/**kwargs things.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Add check_lintian logging.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Drop the SourceFormat-specific validate_format classmet...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Don't validate a .changes Format as a source package...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Add validate_changes_format utility.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Move parse_format tests to test_formats.py
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Move parse_format into daklib.formats
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge branch 'merge'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Fix changes[...] call.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge branch 'merge'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Fix return type.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Don't call check_* due when we are running with No...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
While we're at it, split out another version of ensure_...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
check_lintian needs all the source, otherwise we can...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Factor out symlink stuff from get_changelog_versions...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge branch 'merge'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Port check_dsc_files to use get_format_from_string.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Make build_file_list to use get_format_from_string...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Add get_format_from_string utility method
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Attach validate_format(...) to each SourceFormat that...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Split out parse_format to module-level and test it...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Split parsing of "Format:" string and validation of it.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Compare None with object identity, not equality
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
"Format: 0.0" is now invalid
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Add regression tests for parse_format.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Move "Format:" field parsing into srcformats.py
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Remove X-Katie: headers
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Updated
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge branch 'merge'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Improve logging in clean_empty_directories.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Clean empty directories from the pool.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
dinstall
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Background half of dinstall
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Dont do work without a tagfile
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
If lintian returns 2 warn FTPMasters but try and contin...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Mark Hymers
cmd -> command
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Use new Config api.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Fix lintian regex.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Mark Hymers
Merge commit 'lamby/master'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Re-enable check_lintian
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Chris Lamb
Add doc why we are monkeypatching commands.getstatusoutput
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Mark Hymers
I really think this'l just cause arguments and I can...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
Mark Hymers
remove alpha from testing
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Frank Lichtenheld
clean-suites: Log totals as well
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
"Fully" ported to SQLAlchemy-based daklib.dbconn; remov...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Port new_security_install to DBConn and friends.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Move get_queue => get_or_set_queue
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Fix log messages
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge branch 'master' of ssh://ftp-master.debian.org...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge commit 'lamby/master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Add fixes for broken prefix_multi_line_string calls.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark Hymers
PASS
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Merge branch 'master' of ries.debian.org:/srv/ftp.debia...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge branch 'master' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge commit 'djpig/djpig' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge branch 'master' of ssh://ftp-master.debian.org...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge branch 'merge'
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
Merge commit 'lamby/lintian_autoreject' into merge
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Disable check_lintian for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Frank Lichtenheld
clean-queues: Add proper logging
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Merge branch 'master' of ries.debian.org:/srv/ftp.debia...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark Hymers
let's not reset last_used every time...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Only lintian reject uploads to unstable or experimental
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Fix use of "wayout" name.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
dict[k] raises IndexError if does not exist - check...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Actually add a seperator to our --tags-from-file input.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
lintian YAML has a "lintian" root element.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Joerg Jaspert
old
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Close sourcefile.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Chris Lamb
Dedent again by returning if lintian doesn't return...
commit
|
commitdiff
|
tree
|
snapshot
next