1. 01 Mar, 2021 1 commit
  2. 16 Feb, 2021 4 commits
  3. 25 Jan, 2021 2 commits
  4. 22 Jan, 2021 2 commits
  5. 21 Jan, 2021 1 commit
  6. 20 Jan, 2021 2 commits
  7. 18 Jan, 2021 9 commits
  8. 15 Jan, 2021 1 commit
  9. 10 Jan, 2021 1 commit
  10. 02 Jan, 2021 2 commits
  11. 28 Dec, 2020 1 commit
  12. 24 Dec, 2020 1 commit
    • Johannes Schauer Marin Rodrigues's avatar
      debbisect: fix critical problems · 4f26b17e
      Johannes Schauer Marin Rodrigues authored
       - install run_bisect and run_bisect_qemu into the script subdirectory
       - use os.path.lexist instead of os.path.exist when checking symlinks
       - set the PATH environment variable to a sensible default if it's not
         set
       - automatically retry a download aborted by snapshot.d.o after 10
         seconds
       - instead of appending, seek to the correct position in the output file
      4f26b17e
  13. 23 Dec, 2020 1 commit
    • Johannes Schauer Marin Rodrigues's avatar
      debrebuild: perform the actual build using sbuild or mmdebstrap as backends · 7cc3738c
      Johannes Schauer Marin Rodrigues authored
       - Add the --builder option to select the rebuilder backend. The default is
         "none" which just prints instructions. Possible values are sbuild, dpkg,
         mmdebstrap, sbuild+unshare and pbuilder.
       - Add the --output option where the build results will be stored.
       - Compare the checksums from the input buildinfo with the build artifacts.
       - Unconditionally set Acquire::http::Dl-Limit "1000" and Acquire::Retries
         "5" to hopefully not get blocked by snapshot.d.o.
       - The sbuild+unshare as well as the mmdebstrap builders allow debrebuild
         to operate without any setup.  Closes: #958750
       - All builders (except the "none" builder) do download the source package
         automatically.  Closes: #961861
       - The "none" builder retains the former behavior of debrebuild. By using
         the other builders, debrebuild will actually perform the build itself
         and check if the produced build artifacts match.  Closes: #955123
       - All builders now support binNMUs.  Closes: #961862
       - Downgrades are avoided by using the last stable release.  Closes: #955307
       - There is now proper --help output and a man page.  Closes: #955049
       - Using the --timestamp option one can either manually provide the necessary
         timestamps separated by commas or use metasnap.d.n by supplying the value
         "metasnap"
      7cc3738c
  14. 22 Dec, 2020 1 commit
  15. 19 Dec, 2020 2 commits
  16. 04 Dec, 2020 1 commit
  17. 03 Dec, 2020 3 commits
  18. 01 Dec, 2020 1 commit
  19. 30 Nov, 2020 4 commits