copr-backend: drop ancient resalloc hack

We moved the HOME to /var/lib/resalloc, and all the needed files.
This commit is contained in:
Pavel Raiskup 2022-01-05 18:41:38 +01:00
parent 2c97f53c4d
commit 3d68adea1e

View file

@ -65,10 +65,6 @@ def _detect_instance():
def _main():
# resalloc account have nonstandard HOME variable
os.environ["HOME"] = "/home/resalloc"
tracked = _get_tracked_instances()
copr_instance = _detect_instance()