Merge branch 'delete-triple-redundant-img' into 'master'

makebuildserver: delete unused libvirt image after process is complete

See merge request fdroid/fdroidserver!1253
This commit is contained in:
Jochen Sprickerhof 2022-11-09 21:42:07 +00:00
commit c30340947a

View file

@ -409,6 +409,9 @@ def main():
boxfile) boxfile)
os.remove(boxfile) os.remove(boxfile)
# This was needed just to create the box, after that, it is unused.
vm.destroy()
if __name__ == '__main__': if __name__ == '__main__':