mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
copr-backend: drop ancient resalloc hack
We moved the HOME to /var/lib/resalloc, and all the needed files.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user