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