sipb / homeworld

Cluster management system for the SIPB Hyades project
MIT License
21 stars 19 forks source link

Find a way to get rid of clean_fakechroot.py #471

Open celskeggs opened 4 years ago

celskeggs commented 4 years ago

clean_fakechroot.py is an artifact of our debian container build process's messiness; there may be a way to avoid needing this special clean-up, and if so, we should take advantage of it.

One possibility: could we run our tar executable inside of fakechroot, so that the links are resolved correctly?

This is not very high-priority, but would be a nice simplification.

cryslith commented 4 years ago

We might consider trying to use debos for this.