SeattleTestbed / softwareupdater

Software updater daemon
MIT License
1 stars 6 forks source link

software updater has no way to do OS-specific updates #25

Open choksi81 opened 10 years ago

choksi81 commented 10 years ago

The software updater provides the same updates to all OSs. This means, for example, that in order to push out a new version of the python interpreter for Windows, we'd have to push the various Windows python interpreter files to installations on every OS.

choksi81 commented 10 years ago

Author: justinc This is an interesting bug, but isn't super important (at least not yet). I imagine if this really were necessary, it wouldn't be hard to add.