Skip to content
Snippets Groups Projects
  1. Sep 14, 2022
  2. Sep 12, 2022
  3. Sep 11, 2022
  4. Sep 06, 2022
  5. Sep 04, 2022
  6. Aug 31, 2022
  7. Aug 29, 2022
  8. Aug 23, 2022
  9. Aug 21, 2022
  10. Aug 20, 2022
  11. Aug 19, 2022
  12. Aug 18, 2022
  13. Aug 16, 2022
  14. Aug 14, 2022
  15. Aug 12, 2022
  16. Aug 11, 2022
  17. Aug 10, 2022
  18. Aug 08, 2022
    • nl6720's avatar
      archwiki: upgrade to 1.38.2-1 · 22b36bda
      nl6720 authored
      22b36bda
    • Evangelos Foutras's avatar
      borg_client: use absolute path to borg in borg_cmd · 8a9cd335
      Evangelos Foutras authored
      Using plain "borg" resolves to /usr/local/bin/borg which is the wrapper
      for our main backup host. This causes the offsite backup to be executed
      with BORG_REPO set to the main backup destination.
      
      While the above doesn't cause any issues with the backup script/service,
      because borg invocations specify the backup destination as an argument,
      it's not ideal and/or correct. Adjust borg_cmd to include the full path
      of /usr/bin/borg, thus removing any ambiguity.
      8a9cd335
  19. Aug 07, 2022
  20. Aug 06, 2022
  21. Aug 05, 2022
  22. Aug 02, 2022
    • Evangelos Foutras's avatar
      aurweb: increase burst size for smartgit endpoint · 2a9cceec
      Evangelos Foutras authored
      The burst size of 300 reportedly allows ~150 git operations. This might
      not always be sufficient when installing a lot of packages from the AUR.
      
      Specify a higher burst size to cover most legit use cases, even if this
      makes us more susceptible to abuse.
      2a9cceec
Loading