1. 10 Aug, 2021 1 commit
  2. 05 Aug, 2021 2 commits
  3. 07 Jul, 2021 8 commits
  4. 05 Jul, 2021 2 commits
  5. 02 Jul, 2021 1 commit
  6. 01 Jul, 2021 1 commit
    • Andrea Pappacoda's avatar
      Add support for multiple archs in autopkgtest CI · 86024bae
      Andrea Pappacoda authored
      This took **a lot** of time, as autopkgtest-build-qemu has been able to
      build non-x86 for less than a release (version 5.17, unreleased),
      and it isn't meant to be (easly) used on Ubuntu (and unfortunately GH
      Actions only support Ubuntu).
      
      This is extremely fragile; adding a CPU core breaks something, adding a
      MB of RAM breaks something, installing recommended packages breaks
      something... you get it. But it works. Beautiful, isn't it?
      
      This currently tests amd64, arm64. armhf, i386 and ppc64el. s390x seems
      unsupported by autopkgtest-build-qemu.
      
      If you're curious to see how many trials it took, have a look at this
      test branch:
      github.com/Tachi107/pistache/tree/actions-autopkgtest-multiarch-test
      86024bae
  7. 28 Jun, 2021 6 commits
  8. 27 Jun, 2021 3 commits
  9. 26 Jun, 2021 3 commits
    • Kip's avatar
      Merge pull request #943 from Tachi107/reuse.software · eb2aa7f2
      Kip authored
      Make Pistache REUSE compliant
      eb2aa7f2
    • Andrea Pappacoda's avatar
      1f0e920e
    • Andrea Pappacoda's avatar
      Make Pistache REUSE compliant · 4f62cd7a
      Andrea Pappacoda authored
      Reuse is a specification that aims at making licensing of open source
      software easier. You basically have to include an SPDX header in all
      files, and when this isn't possible you create a file named
      filename.license containing the header. While I find this a bit too much
      this is also the only way of reliably determining the license and the
      copyright holder of a certain file.
      
      The use of SPDX tags has been adopted by projects like the Linux Kernel
      (torvalds/linux/commit/a61127c2130236168321cc76c5a58e15c00ad154),
      systemd, etc, and I find it way better that including a long copyright
      notice on top of every file.
      
      I didn't add any email address, but if you'd like to it is completely
      possible to add them in the SPDX-FileCopyrightText tag, between angle
      brackets.
      
      The specification is available on https://reuse.software
      4f62cd7a
  10. 21 Jun, 2021 7 commits
  11. 19 Jun, 2021 1 commit
  12. 18 Jun, 2021 1 commit
  13. 17 Jun, 2021 1 commit
  14. 14 Jun, 2021 1 commit
  15. 12 Jun, 2021 2 commits