2009-10-29 |
Chris Lamb | Test that we have Dinstall::LintianTags before we symlink... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Cleanup any symlinks that we created. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Use the same session when getting pool entries, otherwise... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Hide SystemError, otherwise logging gets ugly. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Don't reject orig tarballs - we want them Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Don't ignore KeyboardInterrupt either in process_unchecked Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Don't log "dak top-level starting" every time we run... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Catch and log all exceptions from top-level dak command. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Look in the pool and queues for missing orig files. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Tidy check_lintian's 'log' closure Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-29 |
Chris Lamb | Inline ensure_all_source_exists. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Revert "While we're at it, split out another version...
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Actually use dest_dir argument Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | pkg is on self. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Pass source_dir to ensure_all_source_exists Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | build_file_list(changes, ..) can also be dsc information \o/ Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Haha, recursive import Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Really fix import. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Import ensure_orig_files properly. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Aw, [] can't take *args/**kwargs things. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Add check_lintian logging. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Drop the SourceFormat-specific validate_format classmethods. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Don't validate a .changes Format as a source package... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Add validate_changes_format utility. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Move parse_format tests to test_formats.py Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Move parse_format into daklib.formats Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Fix changes[...] call. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Fix return type. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Don't call check_* due when we are running with No... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | While we're at it, split out another version of ensure_orig_... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | check_lintian needs all the source, otherwise we can... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Factor out symlink stuff from get_changelog_versions... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Port check_dsc_files to use get_format_from_string. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Make build_file_list to use get_format_from_string... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Add get_format_from_string utility method Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Attach validate_format(...) to each SourceFormat that... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Split out parse_format to module-level and test it... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Split parsing of "Format:" string and validation of it. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Compare None with object identity, not equality Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | "Format: 0.0" is now invalid Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Add regression tests for parse_format. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Move "Format:" field parsing into srcformats.py Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Improve logging in clean_empty_directories. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Clean empty directories from the pool. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | If lintian returns 2 warn FTPMasters but try and continue... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Use new Config api. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Fix lintian regex. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Re-enable check_lintian Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-28 |
Chris Lamb | Add doc why we are monkeypatching commands.getstatusoutput Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | "Fully" ported to SQLAlchemy-based daklib.dbconn; remove... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Port new_security_install to DBConn and friends. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Move get_queue => get_or_set_queue Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Fix log messages
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Add fixes for broken prefix_multi_line_string calls. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Merge branch 'master' of ries.debian.org:/srv/ftp.debian...
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Disable check_lintian for now. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Merge branch 'master' of ries.debian.org:/srv/ftp.debian...
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Only lintian reject uploads to unstable or experimental Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Fix use of "wayout" name. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | dict[k] raises IndexError if does not exist - check... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Actually add a seperator to our --tags-from-file input. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | lintian YAML has a "lintian" root element. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Close sourcefile. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Dedent again by returning if lintian doesn't return... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Return all the lintian-related rejections, not just... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | It's called 'next', not 'continue'. =) Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Dedent again by using continue. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Remove one level of indentation by using continue Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Simple check for lintian regex
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use set() instead of Perlesque hash[key] = 1 Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Remove unused imports from daklib. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use more Pythonic "".join over str.join
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Monkeypatch commands.getstatusoutput to work around... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | drop unused imports Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | If positional argument is None, modify it.s
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | If None is passed in. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Add missing for loop. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | This is SQL, not Python. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use the format id. not its name. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Interpolate values properly. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Actually select some rows. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Drop lzma support. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Only enable not-"1.0" formats on t-p-u and unstable... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Merge branch 'master' into deb-src-3.0-sqla
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use session.commit_or_flush in some more functions. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Attach commit_or_flush to session object to call either... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Add doc for session_wrapper. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Reject uploads that contain a native tarball and a... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | dak heresy Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Fix reference to cls.requires. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Add unittest.main() to test_regexes. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Add shebang to regex tests. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Simplify rejecting logic Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Avoid if/elif/elif.. with lookup table. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use loop to check for illegal duplication of file types... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Use a collections.defaultdict to avoid boilerplate... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Correct grammar when rejecting a package with insufficient... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Require source formats to have a name and interpolate... Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Compare with None using "is", not "==" Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
2009-10-27 |
Chris Lamb | Remove has_ prefix inside srcformats. Signed-off-by: Chris Lamb <lamby@debian.org>
|
commit | commitdiff | tree |
next |