1. 09 4月, 2018 3 次提交
  2. 10 6月, 2015 1 次提交
  3. 18 6月, 2013 1 次提交
  4. 04 5月, 2013 1 次提交
  5. 05 11月, 2012 2 次提交
  6. 04 11月, 2012 1 次提交
  7. 08 6月, 2012 1 次提交
  8. 10 5月, 2012 2 次提交
    • A
      stop using deprecated python-apt functions · 9a4fb568
      Ansgar Burchardt 提交于
      Renamed functions and methods:
      
        Find              -> find
        FindB             -> find_b
        newConfiguration  -> Configuration
        ParseCommandLine  -> parse_commandline
        ParseSrcDepends   -> parse_src_depends
        ReadConfigFileISC -> read_config_file_isc
        SubTree           -> subtree
        ValueList         -> value_list
        VersionCompare    -> version_compare
      
      Removed functions:
      
        debExtractControl: replaced with utils.deb_extract_control
      
      Other changes:
      
        x.has_key(y) -> y in x
        x.Find(y)    -> x[y]
      
      The last change was only done in places where `y' is sure to exists (`x.Find'
      would return None otherwise, `x[y]' would raise an exception).
      9a4fb568
    • J
      ask before installing security updates · 600cebae
      Joerg Jaspert 提交于
      helps avoiding accidental *changes commandline arguments
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      600cebae
  9. 28 2月, 2012 1 次提交
  10. 04 12月, 2011 2 次提交
  11. 15 5月, 2011 1 次提交
  12. 18 2月, 2011 1 次提交
  13. 11 1月, 2011 1 次提交
    • J
      bugfixes · eb52dcfa
      Joerg Jaspert 提交于
      merge bugfixes from Torsten and Mark:
      - built uncompressed and bz2 packages/sources too for buildd
      - set a codename in the release file
      - strip epoch from version
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      eb52dcfa
  14. 14 12月, 2010 5 次提交
  15. 22 11月, 2010 1 次提交
  16. 04 11月, 2009 1 次提交
  17. 01 11月, 2009 1 次提交
  18. 30 10月, 2009 1 次提交
  19. 28 10月, 2009 1 次提交
  20. 15 8月, 2009 1 次提交
  21. 09 8月, 2009 1 次提交
  22. 10 5月, 2009 1 次提交
    • J
      process-new · ac248cc4
      Joerg Jaspert 提交于
      no longer check the daily lock when we start looking at a package, but
      when we try to do modifying actions.
      No reason to not allow people to do Check/Reject/Note, those are actions
      we can do whenever. Its just modifying overrides which *have* to be
      avoided at certain times.
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      ac248cc4
  23. 20 2月, 2009 2 次提交
  24. 13 2月, 2009 2 次提交
  25. 25 1月, 2009 2 次提交
  26. 24 1月, 2009 1 次提交
  27. 30 11月, 2008 1 次提交
  28. 27 11月, 2008 1 次提交