Skip to content
Snippets Groups Projects
  1. Dec 18, 2007
  2. Nov 19, 2007
  3. Nov 15, 2007
  4. Oct 04, 2007
  5. Sep 28, 2007
  6. Sep 14, 2007
  7. Aug 21, 2007
  8. Aug 09, 2007
  9. Aug 01, 2007
  10. Jul 25, 2007
  11. Jul 24, 2007
  12. Jul 18, 2007
  13. Jul 16, 2007
  14. Jul 11, 2007
  15. Jul 02, 2007
  16. Jun 21, 2007
  17. Jun 04, 2007
  18. May 30, 2007
  19. May 25, 2007
  20. Apr 18, 2007
  21. Mar 30, 2007
  22. Mar 14, 2007
  23. Mar 07, 2007
  24. Mar 02, 2007
  25. Feb 28, 2007
  26. Feb 27, 2007
    • Ryan Williams's avatar
      Mac .dmgs generated by the manifest have upper-case grid names again. · 109cd684
      Ryan Williams authored
      Refactored a lot of the command-line options so that it's more self-documenting.  Now we have a --help option.
      
      Created a separate action for creating unpackeds, which is not part of the default actions (yet).  This should speed up the packaging process.  In the process of doing this, I also made sure to enforce the constraint that no actions are performed on the files in the destination directory after the construct method ends.  To accomplish this I simply moved some strip method calls up into the construct method.
      
      Lastly, I added our copyright notice to installer_template.nsi, and fixed a reference to a non-existant variable.  Hopefully this last won't cause spurious conflicts with Callum's work.
      
      Reviewed by Richard.
      
      Also, the tabs were a little screwed up in the python files, so I untabified and all is good.
      109cd684
  27. Feb 21, 2007
    • Ryan Williams's avatar
      SL-33966: Viewer installed files are not described in a centralized source · b7b4135e
      Ryan Williams authored
      This introduces the viewer_manifest.py and associated libraries.  Check out https://osiris.lindenlab.com/mediawiki/index.php/Installer_Manifest for some more information.
      
      The gist of it is that all files to be included in the viewer installations are described in viewer_manifest.py.  viewer_manifest.py also acts as a packager, if you give it the right options.  All of the old methods of packaging (Makefile_Mac, scons, and the various .bat files) still work, but they are mostly just shells for calls to viewer_manifest.py.
      
      You're now required to have python 2.3 or later on your machine to be able to package up an installer, but thankfully most people already have this.
      b7b4135e
Loading