MAINT-1481: remove linux-updater; move logic to Linux update_install
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work.
Showing
- indra/CMakeLists.txt 1 addition, 2 deletionsindra/CMakeLists.txt
- indra/linux_updater/CMakeLists.txt 0 additions, 51 deletionsindra/linux_updater/CMakeLists.txt
- indra/linux_updater/linux_updater.cpp 0 additions, 926 deletionsindra/linux_updater/linux_updater.cpp
- indra/newview/CMakeLists.txt 0 additions, 1 deletionindra/newview/CMakeLists.txt
- indra/newview/viewer_manifest.py 9 additions, 8 deletionsindra/newview/viewer_manifest.py
- indra/viewer_components/updater/scripts/linux/update_install 145 additions, 6 deletionsindra/viewer_components/updater/scripts/linux/update_install
- indra/viewer_components/updater/scripts/linux/xmenity 55 additions, 0 deletionsindra/viewer_components/updater/scripts/linux/xmenity
Loading
Please register or sign in to comment