Skip to content
Snippets Groups Projects
  1. Aug 18, 2024
    • Kristian Klausen's avatar
      Use job token instead of project access token for deleting old packages · afa85791
      Kristian Klausen authored
      The project access token expired ~3 months ago and apparently the job
      token has the scopes needed for deleting old packages, so let's just use
      that instead of creating a new project access token. I assume it was not
      possible to delete packages with the job token, when this was initially
      implemented[1].
      
      [1] d04c8274 ("Use GitLab's package registry for releases instead of tags")
      afa85791
  2. May 06, 2024
  3. Jan 03, 2024
  4. Nov 07, 2023
  5. Aug 25, 2023
  6. Aug 19, 2023
  7. Jul 30, 2023
  8. Jul 18, 2023
  9. Jul 12, 2023
  10. Jul 01, 2023
  11. Jun 28, 2023
  12. Jun 27, 2023
  13. Jun 26, 2023
  14. Jun 25, 2023
  15. Jun 10, 2023
  16. May 26, 2023
  17. May 05, 2023
  18. Apr 06, 2023
  19. Apr 04, 2023
    • Kristian Klausen's avatar
      Merge branch 'dvzrv/vagrant_dhcp_all_devices' into 'master' · 4c5792af
      Kristian Klausen authored
      Use DHCP for all ethernet interfaces
      
      See merge request !186
      4c5792af
    • David Runge's avatar
      Use DHCP for all ethernet interfaces · 51bdcb28
      David Runge authored
      Change the interface match of systemd-networkd from `eth0` to `eth*` to
      match all local ethernet interfaces.
      This is particularly useful for Vagrant, as it requires two interfaces
      (one solely used for managing the machine, another e.g. for outbound
      connections) and for machines in general, as depending on their context
      (e.g. plain libvirt) the user may attach more interfaces and having DHCP
      available for them out-of-the-box is a quality of life improvement (as
      we do not know what the user intends to do with eth0 by default).
      51bdcb28
  20. Mar 26, 2023
Loading