fdroidserver.destroy module¶
Destroy any existing per-build container/VM structures.
After this runs, there should be no trace of the given ApplicationID:versionCode left in the container/VM system.
Since this is an internal command, the strings are not localized.
- fdroidserver.destroy.destroy_wrapper(appid, vercode, virt_container_type)¶
- fdroidserver.destroy.main()¶
- fdroidserver.destroy.podman_rm(appid, vercode)¶
Remove a Podman pod and all its containers.