1. 16 8月, 2008 8 次提交
  2. 07 8月, 2008 2 次提交
  3. 02 6月, 2008 1 次提交
  4. 05 5月, 2008 6 次提交
  5. 02 5月, 2008 1 次提交
  6. 26 4月, 2008 1 次提交
  7. 25 4月, 2008 3 次提交
  8. 23 4月, 2008 2 次提交
  9. 19 4月, 2008 1 次提交
  10. 11 4月, 2008 1 次提交
    • A
      * dak/utils.py: build_file_list() extra parameters so it can · 195caf3a
      Anthony Towns 提交于
      build a file list for checksums-foo fields. Don't use float() to
      compare formats, because Format: 1.10 should compare greater than
      Format: 1.9 (use "1.9".split(".",1) and tuple comparison instead)
      
      * dak/process_unchecked.py: check_md5sum becomes check_hashes
      and check_hash. If changes format is 1.8 or later, also check
      checksums-sha1 and checksums-sha256 for both .changes and .dsc.
      195caf3a
  11. 08 4月, 2008 1 次提交
  12. 27 3月, 2008 1 次提交
  13. 21 3月, 2008 1 次提交
  14. 12 3月, 2008 1 次提交
    • J
      * dak/process_unchecked.py: Import syck module directly, not "from · d146f5ce
      Joerg Jaspert 提交于
        syck import *"
        (check_transition): Do the check for sourceful upload in here
        Also adjust the syck loading commands, rename new_vers to
        expected, curvers to current, to make it more clear what they mean.
      * daklib/database.py (get_suite_version): Renamed from
        get_testing_version. Also changed the cache variables name
      * The above changes are based on modifications from Anthony.
      d146f5ce
  15. 03 3月, 2008 2 次提交
  16. 02 3月, 2008 2 次提交
    • J
      Actually revert the move to daklib.queue, keep it in proces_unchecked. · c03b3aa8
      Joerg Jaspert 提交于
      Will only move the sql to daklib.database, and the wrapper for the
      release team will have the rest on its own.
      c03b3aa8
    • J
      * daklib/queue.py (check_transition): Added in here · b2163762
      Joerg Jaspert 提交于
        Modified so it only cleans up when called with cleanup
        parameter. Which will be called from a seperate script for the
        release managers.
      
      * dak/process_unchecked.py
        (check_transition): Warn on broken transitions file and return,
        not doing anything.
        (check_transition): Moved out of here, into daklib/queue
        (process_it): Call it in daklib.queue, but only if
        changes[architecture] has source included.
      b2163762
  17. 10 2月, 2008 1 次提交
  18. 07 2月, 2008 1 次提交
  19. 31 12月, 2007 3 次提交
  20. 29 12月, 2007 1 次提交