Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | MAINT-3489: Make Mac updater script detect prematurely deleted .dmg. | Nat Goodspeed | |
Also, delete it when done. | |||
2013-10-22 | MAINT-3331: On update, remove com.secondlife.indra.viewer.savedState. | Nat Goodspeed | |
2013-02-25 | MAINT-2155, DRTVWR-278: Make Mac updater honor app bundle name in .dmg. | Nat Goodspeed | |
If you run "/Applications/Second Life Beta Materials.app", and the version manager directs you to update to a .dmg containing a release candidate whose app bundle name is "Second Life Viewer.app", update_install.py used to copy the contents of "Second Life Viewer.app" into "/Applications/Second Life Beta Materials.app". Changed it so that if the application bundle name differs, we leave the running app bundle alone, installing instead to the app bundle name from the .dmg. | |||
2013-02-22 | MAINT-2328: Mac updater should not clear (part of) viewer cache. | Nat Goodspeed | |
Remove the offending code. | |||
2013-01-08 | MAINT-2155: Match window title of mac-updater.app's message window | Nat Goodspeed | |
2013-01-08 | MAINT-2155: when permitting missing old logfile, check for ENOENT | Nat Goodspeed | |
instead of errno.EEXIST. Sigh. | |||
2013-01-05 | MAINT-2155: replace embedded mac-updater.app with a Python script. | Nat Goodspeed | |
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here). | |||
2011-11-15 | merge | Dave Parks | |
2011-09-30 | SH-2515 WIP - changed app name in mac-updater | Brad Payne (Vir Linden) | |
2010-12-16 | Vary install failed message depending on whether it was required or not. | Andrew A. de Laix | |
2010-12-14 | Merge | brad kittenbrink | |
2010-12-10 | fix quoting in script to work with spaces in directory names. | Andrew A. de Laix | |
2010-12-10 | fix working directory in install script and remove dependency on open option ↵ | Andrew A. de Laix | |
--args which is 10.6 only. Also fix erroneous check in process launcher which was mistakenly reporting a failed execution of the new updater script. | |||
2010-11-29 | Attempted fix for CHOP-223: fixed executable permissions on update_install ↵ | brad kittenbrink | |
script for mac and linux. | |||
2010-11-19 | Merged latest lindenlab/viewer-development with ↵ | brad kittenbrink | |
mani_linden/viewer-development for bacground updater work. | |||
2010-11-15 | added mechanism for install scripts to indicate a failed install and for ↵ | Andrew A. de Laix | |
update service to note the failure; modified mac installer to write marker on error. | |||
2010-11-11 | Merge | Mark Palange (Mani) | |
2010-11-11 | hacking mac updater to install from local dmg | Andrew A. de Laix | |
2010-11-10 | Merge | Mark Palange (Mani) | |
2010-11-09 | beginnings of the update installer (with simple install script for darwin). | Andrew A. de Laix | |