]> git.ipfire.org Git - people/ms/pakfire.git/commit
transaction: Only create one jail to execute the scriptlets
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 15:17:27 +0000 (15:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 15:17:27 +0000 (15:17 +0000)
commit41f87db8a03d5045addda92934d8b497b9fccedb
tree02c9bcc8dacafa7e8fdbe5eb0faac5df3b047f18
parentf6b181b87afbc31a671295078c46be4e8a724400
transaction: Only create one jail to execute the scriptlets

This should save us some time because we don't need to set up lots and
lots of jails that are getting destroyed again very quickly.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/jail.h
src/pakfire/scriptlet.c
src/pakfire/scriptlet.h
src/pakfire/transaction.c