Skip to content
Snippets Groups Projects
  1. Dec 23, 2024
  2. Sep 16, 2024
  3. Sep 15, 2024
  4. Aug 18, 2024
  5. Aug 17, 2024
  6. Aug 16, 2024
  7. Aug 09, 2024
  8. Aug 03, 2024
  9. Aug 02, 2024
  10. Jul 13, 2024
  11. Jun 10, 2024
  12. Jun 02, 2024
  13. May 18, 2024
  14. Apr 11, 2024
  15. Nov 25, 2023
  16. Oct 21, 2023
  17. Oct 16, 2023
  18. Oct 15, 2023
  19. Aug 21, 2023
  20. Aug 13, 2023
  21. Aug 04, 2023
  22. Jul 10, 2023
  23. Jul 08, 2023
  24. 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
  25. Jun 22, 2023
  26. May 27, 2023
  27. May 10, 2023
  28. May 06, 2023
  29. Mar 15, 2023
  30. Feb 18, 2023
Loading