Skip to content
  1. Dec 03, 2021
  2. Nov 25, 2021
    • nimrod's avatar
      Add at. · 6626e929
      nimrod authored
      I have a plan to run a remote atd and add some aliases for remote
      wrappers to at, atq and atrm. This image will be the image for atd
      (along with the regular workbench) so running commands remotely will
      have all of the tools ready.
      6626e929
  3. Nov 20, 2021
  4. Nov 17, 2021
    • nimrod's avatar
      Fix Pipenv completion generation. · 622ee8ee
      nimrod authored
      622ee8ee
    • nimrod's avatar
      Tweaking the Golang binaries build. · b0431d0b
      nimrod authored
      - Replace go get with go install since that's the new blessed way of
        doing things (IIUC go get is going to be deprecated eventually). Don't
      change for reg since that fails to build with go install.
      - Ignore failure to build keybase and kbfs. It's some Golang dependency
        issue and right now it seems like we're moving away from Keybase
      altogether in work so I'm not going to invest time trying to fix this.
      b0431d0b
  5. Nov 15, 2021
  6. Oct 31, 2021
  7. Oct 01, 2021
  8. Sep 25, 2021
  9. Sep 22, 2021
    • nimrod's avatar
      AWS RDS certificate authority. · 516300b7
      nimrod authored
      Add the AWS RDS instances certificate authority so that secure access is
      verified with all of the tools.
      516300b7
  10. Sep 19, 2021
  11. Sep 14, 2021
  12. Aug 31, 2021
  13. Aug 30, 2021
    • nimrod's avatar
      Replace Homebrew with Debian where avaiable. · 7b782a2e
      nimrod authored
      - Replace a bunch of tools installed via Homebrew with Debian packages
        from Cloudposse's repository (I find it cleaner, faster and overall
      better).
      - Add tfenv, remove various Terraform versions.
      - Install Helm2 package instead of downloading the binaries.
      - Remove the helm2 symlink from Homebrew (should have been removed
        before).
      7b782a2e
    • nimrod's avatar
      Add the Cloudposse package repository. · ff2653a8
      nimrod authored
      ff2653a8
  14. Aug 28, 2021
  15. Aug 23, 2021
  16. Aug 22, 2021
  17. Aug 21, 2021
  18. Aug 16, 2021
    • nimrod's avatar
      Get aws-vault from Homebrew. · d2821073
      nimrod authored
      The version built from source has an issue and I really don't have the
      inclination to find the cause. The binary from the GitHub release works
      so hopefully the Homebrew version will also work.
      d2821073
  19. Aug 15, 2021
  20. Aug 14, 2021
    • nimrod's avatar
      Built terragrunt with go. · 53b4eafc
      nimrod authored
      Sometime during the last couple of weeks homebrew stopped providing
      binaries and instead built from source (along with a bunch of
      dependencies including binutils and gcc, about 40 minutes of build
      time). Building using go takes about a minute and a half.
      53b4eafc
    • nimrod's avatar
      Set PATH in /etc/profile. · 466dc171
      nimrod authored
      For whatever reason, setting the PATH environment variable in the
      Dockerfile doesn't work (I'm pretty certain it's Bash, but I haven't
      checked). Anyway, add it to /etc/profile to handle it another way.
      466dc171