1. 09 8月, 2009 4 次提交
  2. 06 8月, 2009 1 次提交
  3. 26 4月, 2009 1 次提交
    • J
      NEW · 87bf163d
      Joerg Jaspert 提交于
      modified process-new and all related stuff so NEW can now also be processed
      during (most of) dinstall. The lock where NEW is forbidden is then down to
      some 15 til 20 minutes, instead of 2 hours.
      
      For that process-new moves files into a "staging" directory, from which
      cron.unchecked will move them into the accepted queue. As c.u only runs when
      it is safe to do so this is fine.
      
      The small part where we still are forbidden to do NEW is between the point where
      we run process-accepted and right before we start generating Packages files. As
      that is exactly the area daily.lock exists for, process-new now locks on that and
      simply refuses to do work then.
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      87bf163d
  4. 16 4月, 2009 1 次提交
    • J
      process-new · 48e5e5ee
      Joerg Jaspert 提交于
      notes now have a timestamp column.
      do not allow to edit old notes, only add new ones
      hand over existing notes (if any) to the reject message (unless we get called with -m)
      hand over existing notes (if any) to the prod message
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      48e5e5ee
  5. 21 2月, 2009 1 次提交
  6. 26 1月, 2009 1 次提交
  7. 25 1月, 2009 3 次提交
  8. 24 1月, 2009 5 次提交
  9. 09 12月, 2008 1 次提交
    • P
      do not reject binary-only uploads that fail the "must be newer than" criterion · f5af4e78
      Philipp Kern 提交于
      2008-12-09  Philipp Kern  <pkern@debian.org>
      
              * daklib/queue.py (cross_suite_version_check): add an additional
              parameter to specify if an upload is sourceful or not; do not reject
              uploads that do not satisfy the "must be newer than" criteria and
              are binary-only
              * daklib/queue.py (check_source_against_db, check_binary_against_db):
              invoke cross_suite_version_check as above
      f5af4e78
  10. 30 11月, 2008 1 次提交
  11. 24 10月, 2008 1 次提交
  12. 13 9月, 2008 2 次提交
  13. 03 9月, 2008 1 次提交
  14. 16 8月, 2008 2 次提交
  15. 07 8月, 2008 1 次提交
  16. 02 6月, 2008 1 次提交
  17. 05 5月, 2008 3 次提交
  18. 02 5月, 2008 1 次提交
  19. 26 4月, 2008 1 次提交
  20. 25 4月, 2008 2 次提交
  21. 23 4月, 2008 1 次提交
  22. 27 3月, 2008 1 次提交
  23. 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
  24. 10 2月, 2008 1 次提交
  25. 31 12月, 2007 1 次提交