copr-backend: drop ancient resalloc hack
We moved the HOME to /var/lib/resalloc, and all the needed files.
This commit is contained in:
parent
2c97f53c4d
commit
3d68adea1e
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue