Skip to content
  1. May 31, 2022
  2. May 23, 2022
    • nimrod's avatar
      Percona XtraBackup. · dd093187
      nimrod authored
      Add Percona's Debian repository and XtraBackup. Remove
      libcurl4-gnutls-dev as it conflicts with the libcurl4-openssl-dev
      requirement (I think that it would work just as well).
      dd093187
  3. May 18, 2022
  4. May 16, 2022
  5. May 13, 2022
  6. May 07, 2022
    • nimrod's avatar
      Add some DBCLI tools. · 84876798
      nimrod authored
      Already using pgcli and mycli, now adding iredis and litecli (for Redis
      and SQLite).
      84876798
  7. May 03, 2022
  8. May 02, 2022
  9. May 01, 2022
  10. Apr 21, 2022
  11. Apr 09, 2022
    • nimrod's avatar
      Use Flatpak XDG utilities. · 8d7f225f
      nimrod authored
      Use the replacement XDG utilities for Flatpak containers to replace
      standard xdg-open and xdg-email so they work as expected inside the
      container.
      8d7f225f
  12. Apr 03, 2022
  13. Apr 01, 2022
    • nimrod's avatar
      No more go get. · c4bdaeb3
      nimrod authored
      It's been deprecated and removed. The alternative is go install but it's
      not a direct replacement. Specifically, replace directives can't appear
      in the go.mod file. Kustomize can be installed using go install, so
      that's fine. RKE and reg can't, so use the GitHub CLI to download the
      binaries from the latest release.
      c4bdaeb3
    • nimrod's avatar
      Remove the Keybase CLI. · a57138b9
      nimrod authored
      It's not building anymore. Keybase seems unmaintained (since they were
      bought by Slack). I don't use it anymore.
      a57138b9
    • nimrod's avatar
      Update MongoDB. · 13149ab6
      nimrod authored
      And the repo key URL.
      13149ab6
    • nimrod's avatar
      Stricter permissions for the temporary GnuPG home dir. · 4ef65b95
      nimrod authored
      Silence a warning.
      4ef65b95
    • nimrod's avatar
      Remove the MariaDB Python package limitation. · 8e8f0223
      nimrod authored
      The limitation was added in 3c6e6607 because Debian at the time didn't
      had the required minimum version of the Connector/C. Now it has.
      8e8f0223
    • nimrod's avatar
      Add transmission-rpc. · dcf14ed1
      nimrod authored
      For programmatically managing Transmissions using Python. Exciting.
      dcf14ed1
  14. Mar 23, 2022
  15. Mar 01, 2022
  16. Feb 27, 2022
  17. Feb 26, 2022
    • nimrod's avatar
      Fix missing CA certificates for apt update. · c606077c
      nimrod authored
      The fix is installing the ca-certificates package before adding the
      source files. Doing that would make the 2 build stages close enough that
      it doesn't make sense anymore to have 2 build stages.
      c606077c
  18. Feb 24, 2022
    • nimrod's avatar
      Debug build failures. · 497da1e1
      nimrod authored
      Try to disable GitLab runner's umask fiddling and see if that works (it
      might, you don't know).
      497da1e1
  19. Feb 23, 2022
  20. Dec 21, 2021
    • nimrod's avatar
      Really disable BuildKit this time, I think. · d37240c8
      nimrod authored
      d37240c8
    • nimrod's avatar
      A bunch of things. · 0f8bb850
      nimrod authored
      - Don't use the builddeps image since it no longer tracks Debian
        testing. Use the same image in all stages of the build (save some
      space).
      - Install gnupg and curl in the stage that fetches the repos keys.
      - Merge the APT installs in the final build stage. There's no need to
        install anything before running apt-get update (once the files are in
      place).
      - A little nicer handling of GPG keyrings (stole from the Datadog agent
        installation instructions).
      0f8bb850