1. 27 3月, 2019 1 次提交
  2. 14 3月, 2019 3 次提交
  3. 12 3月, 2019 5 次提交
  4. 11 3月, 2019 3 次提交
  5. 10 3月, 2019 1 次提交
  6. 09 3月, 2019 2 次提交
  7. 03 3月, 2019 1 次提交
  8. 16 2月, 2019 3 次提交
  9. 31 1月, 2019 2 次提交
  10. 28 1月, 2019 1 次提交
  11. 27 1月, 2019 2 次提交
  12. 26 1月, 2019 1 次提交
  13. 25 1月, 2019 3 次提交
  14. 24 1月, 2019 1 次提交
  15. 14 1月, 2019 4 次提交
  16. 11 1月, 2019 2 次提交
  17. 30 12月, 2018 1 次提交
  18. 25 12月, 2018 1 次提交
  19. 13 12月, 2018 1 次提交
    • G
      Stop requiring a Binary field in .changes files in the database · d48ebfac
      Guillem Jover 提交于
      The changes table requires a not NULL binaries column. But we should not
      be requiring a Binary field for source-only uploads. There have been
      other changes to accommodate that, but the schema still requires the
      values, and uploading such .changes files returns this misleading
      rejection message:
      
        source_version_arch.changes is already known.
      
      from daklib/archive.py:_install_changes() due to an exception when
      inserting the DBChange() into the database.
      d48ebfac
  20. 04 12月, 2018 1 次提交
  21. 03 12月, 2018 1 次提交