Slashdot Mirror


OS Upgrades Powered By Git

JamieKitson writes "The latest Webconverger 15 release is the first Linux distribution to be automagically updatable from a Github repository. The chroot of the OS is kept natively in git's format and fuse mounted with git-fs. Webconverger fulfills the Web kiosk use case, using Firefox and competes indirectly with Google Chrome OS. Chrome OS also has an autoupdate feature, however not as powerful, unified & transparent as when simply using git."

1 of 92 comments (clear)

  1. Re:arg by bWareiWare.co.uk · · Score: 3, Interesting

    Except that you are managing highly interdependent binary files (executable and libraries) which you can't merge in any useful way. With a large percentage of changes being security related so the goal is never to simply role back to previous versions.

    Yes managing the dependencies that result form allowing people to choose different programs and libraries and even the versions they prefer is an incredibly difficult task. Lucky the are several brilliant systems already available.