1. 04 4月, 2019 1 次提交
  2. 28 6月, 2018 1 次提交
  3. 27 6月, 2018 1 次提交
  4. 30 5月, 2018 1 次提交
  5. 21 5月, 2018 2 次提交
  6. 20 5月, 2018 3 次提交
  7. 19 5月, 2018 1 次提交
  8. 29 4月, 2018 2 次提交
  9. 08 4月, 2018 2 次提交
  10. 09 12月, 2017 1 次提交
  11. 06 7月, 2017 2 次提交
    • A
      disable suffix check for now · f9eb9037
      Ansgar Burchardt 提交于
      Too many uploads seem to include files that have no reasonable name.
      f9eb9037
    • A
      reject uploads that might cause conflicts with buildd uploads · 7d234eaa
      Ansgar Burchardt 提交于
      For policy queues dak keeps the .buildinfo and .changes around until
      the upload is processed.  As the uploads might already be sent to
      buildds while waiting in the policy queue, the buildd upload might use
      the same filename and end up getting rejected.  With this change, the
      upload getting rejected should be the maintainer's upload.
      7d234eaa
  12. 10 6月, 2017 1 次提交
  13. 23 2月, 2017 1 次提交
  14. 05 11月, 2016 1 次提交
  15. 01 5月, 2016 1 次提交
  16. 19 1月, 2016 1 次提交
    • A
      Reject arch:all binNMUs · 368b5f9e
      Ansgar Burchardt 提交于
      While arch:all binNMUs might work for some packages, they still tend
      to create problems due to versioned dependencies using
      
        arch-all-package (= ${source:Version})
      
      as these will be broken by the binNMU.  To avoid these, we reject
      arch:all binNMUs for now.
      368b5f9e
  17. 17 1月, 2016 1 次提交
  18. 16 1月, 2016 2 次提交
    • A
      Add option to forbid source and/or binary uploads to a suite · 6b054076
      Ansgar Burchardt 提交于
      This is intended to be used to forbid uploads to policy queues and build
      queues which would result in confusing results.  While we already have a
      "reject" option in the dak.conf's SuiteMappings, having the option in
      the database means we don't have to edit dak.conf when configuring new
      suites.
      
      Another usecase will be the "unstable" suite for Debian Ports: here we
      want to import the source packages (and arch:all) from the main archive
      and only accept binary uploads.  Additional source packages must go into
      the "unreleased-*" suites.  This was not possible via SuiteMappings.
      
      Bug: https://bugs.debian.org/783115
      6b054076
    • A
      Check for debug suite for upload suite, not override suite · 72ff0412
      Ansgar Burchardt 提交于
      Debug packages are exempt from NEW if the target suite has a seperate
      debug suite.  However the code checked if the target's override suite
      had a debug suite...  For the Debian archive this went unnoticed as
      experimental's override suite is unstable and both suites have a
      seperate debug suite.
      Reported-by: NMatthias Klumpp <mak@debian.org>
      72ff0412
  19. 20 12月, 2015 2 次提交
  20. 19 12月, 2015 1 次提交
  21. 03 12月, 2015 1 次提交
    • J
      Pass suite name to the autobyhand scripts · 878f326a
      Julien Cristau 提交于
      To: debian-dak@lists.debian.org
      Cc: Julien Cristau <jcristau@debian.org>
      Date: Wed,  2 Dec 2015 08:01:37 +0100 (14 hours, 9 minutes, 8 seconds ago)
      Resent-From: debian-dak@lists.debian.org
      
      We have it readily available, and most scripts try to get it back from
      the changes file anyway.
      
      This makes things consistent for the scripts, so they won't get confused
      by aliases (due to codenames or suite mappings) depending on whatever is
      in the .changes file.
      Signed-off-by: NJulien Cristau <jcristau@debian.org>
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      878f326a
  22. 21 8月, 2015 1 次提交
  23. 17 8月, 2015 1 次提交
  24. 16 8月, 2015 1 次提交
  25. 14 8月, 2015 2 次提交
  26. 13 8月, 2015 3 次提交
    • A
      Add install_source_to_archive method · e409fd8d
      Ansgar Burchardt 提交于
      This method install the source into an archive without adding it to
      any suite. It is intended to be used to import extra source packages
      (i.e. those referenced only by Built-Using).
      e409fd8d
    • A
      HashedFile: Allow to use a different filename for input · 64292a3e
      Ansgar Burchardt 提交于
      This allows retrieving files using a temporary name, but to install
      them into the archive using their proper name.
      64292a3e
    • A
      Do not require all attributes to match · 5b02ab77
      Ansgar Burchardt 提交于
      If the same source or binary package is uploaded again, the
      fingerprint and changed_by might be different if some other person
      signed the new .changes (or if there is no .changes). We still want to
      be able to import such packages without error, retaining the
      attributes already present.
      5b02ab77
  27. 11 8月, 2015 1 次提交
  28. 08 10月, 2014 1 次提交
  29. 12 9月, 2014 1 次提交