Skip to content
Snippets Groups Projects
  1. Jan 11, 2013
  2. Jan 10, 2013
    • Nat Goodspeed's avatar
      MAINT-1481: minor bug fix plus incomplete UI tweaks. · 6e9782f7
      Nat Goodspeed authored
      Test for existence of target name using -e rather than -f. (-d would work too,
      but in this case we must respond to any name collision, whether file or
      directory.)
      Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv
      command to its caller. If the attempt to move new install to actual viewer
      directory fails, restore previous viewer before failing.
      When redirecting the script's stderr to updater.log, first save existing
      stderr to another file descriptor, and restore it when we launch viewer.
      Otherwise updater.log ends up collecting the viewer's duplicate stderr log
      output!
      The construct 'exec ... | program' doesn't work. In fact it causes any other
      redirections on that command to fail too. Remove it -- real fix pending.
      6e9782f7
  3. Jan 09, 2013
    • Nat Goodspeed's avatar
      MAINT-1481: remove linux-updater; move logic to Linux update_install · 34f231cc
      Nat Goodspeed authored
      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.
      34f231cc
  4. Jan 08, 2013
  5. Jan 07, 2013
  6. Jan 04, 2013
  7. Jan 03, 2013
  8. Jan 02, 2013
  9. Dec 28, 2012
  10. Dec 27, 2012
  11. Dec 25, 2012
  12. Dec 21, 2012
  13. Dec 20, 2012
  14. Dec 19, 2012
Loading