Skip to content
Snippets Groups Projects
  1. Aug 21, 2023
    • Mario Oenning's avatar
      aurweb: Fixes for playbook · 0f8c5ac5
      Mario Oenning authored
      
      * Move modules installation:
      We need some modules to be installed when doing the DB init. (alembic)
      * Remove double entry for starting "aurweb-git-archive.timer"
      * Link update wrapper after creating git repo
      * Fix permissions cgit deploy
      
      Signed-off-by: default avatarmoson <moson@archlinux.org>
      0f8c5ac5
  2. Aug 13, 2023
  3. Aug 04, 2023
  4. Jul 10, 2023
  5. Jul 08, 2023
  6. Jun 24, 2023
    • Mario Oenning's avatar
      fix: run aurweb ssh commands and git scripts in virtualenv · 21ceb093
      Mario Oenning authored
      
      Adjust bash wrapper scripts to activate our python virtualenv:
      Script execution is triggered from ssh / git.
      These wrapper scripts then call python scripts created by poetry.
      
      We should make sure that this happens within our venv.
      
      Previously this was done by using "poetry run...".
      However, using poetry is costly and adds some delay.
      Instead of using poetry, we can just activate our venv
      and then execute our scripts.
      
      Fixes: b15ac838 ("aurweb: Make SSH faster by avoiding slow Poetry (~2,5 sec faster)")
      
      Signed-off-by: default avatarmoson-mo <mo-son@mailbox.org>
      21ceb093
  7. Jun 22, 2023
  8. May 27, 2023
  9. May 10, 2023
  10. May 06, 2023
  11. Mar 15, 2023
  12. Feb 18, 2023
  13. Feb 13, 2023
  14. Feb 06, 2023
  15. Jan 27, 2023
  16. Jan 26, 2023
  17. Nov 27, 2022
  18. Nov 02, 2022
  19. Oct 21, 2022
  20. Oct 15, 2022
  21. Oct 12, 2022
  22. Sep 18, 2022
  23. Sep 17, 2022
  24. Sep 15, 2022
  25. Sep 14, 2022
  26. Sep 04, 2022
  27. Aug 29, 2022
  28. Aug 23, 2022
  29. Aug 14, 2022
  30. Aug 05, 2022
  31. 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