Skip to content
Snippets Groups Projects
  • Mario Oenning's avatar
    21ceb093
    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
    History
    fix: run aurweb ssh commands and git scripts in virtualenv
    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>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.