ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Make IndalekoMachineConfig.py "do the right thing" by invoking the platform specific script #32

Open fsgeek opened 7 months ago

fsgeek commented 7 months ago

Right now IndalekoMachineConfig.py just has test code. To make it easier to use this, we should add a single operator here that invokes the correct script for the given platform.

What this means is:

This is a pretty small task, but it would simplify the UI for folks.

fsgeek commented 7 months ago

README.md description of the issue (and current approach) added in commit 4a01347.

fsgeek commented 7 months ago

There is an initial change for this that I introduced in commit d350acd. There's more to do here.