Changes between Version 1 and Version 4 of Ticket #7616


Ignore:
Timestamp:
Jun 27, 2011, 12:09:59 AM (13 years ago)
Author:
mmadia
Comment:

One concern, for the .vmdk images the original name of the file somehow gets embedded into the image. Simply renaming the file, after a build cycle will not work.

So, should the filenames of the uncompressed images remain as-is and simply have the compressed archives renamed to use 'walter', instead of 'haiku'?

Or should the build system be adjusted to automatically switch between haiku.vmdk, haiku.image and walter.vmdk, walter.image ?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7616

    • Property Version R1/alpha3
    • Property Milestone R1/alpha3Unscheduled
  • Ticket #7616 – Description

    v1 v4  
    1010 * Adapt the text on the main page in nightly images paragraph :
    1111
    12 {{{
    13  These are regularly built images always using the latest code. While we do try to keep our code in a working state at all times, these are not considered to be stable and may be broken in various ways at any given point in time. They are strictly meant for testing only. Applications made for Haiku should be carefully tested on the latest available stable release.
     12''
     13These are regularly built images always using the latest code. While we do try to keep our code in a working state at all times, these are not considered to be stable and may be broken in various ways at any given point in time. They are strictly meant for testing only. Applications made for Haiku should be carefully tested on the latest available stable release.
    1414
    1515Official releases leading up to and including R1 Final are distributed only as a GCC 2 Hybrid for the x86 architecture. Other combinations (GCC 2 Only, GCC 4 Only, GCC 4 Hybrid) are available below, for development and testing purposes only. It is recommended to use a GCC 2 Hybrid.
    16 }}}
     16''
    1717
    1818 * Add a section linking to the gcc4/4h/2 stuff below with such wording :
    1919
    20 {{{
     20''
    2121These images are for testing purposes only. They are not compatible with Haiku and shouldn't be used for software development. Unless you are testing for a compiler-dependant bug, please consider downloading a gcc2-hybrid image instead. gcc2-hybrid installations allow to run gcc4-compiled software as well, and they are more tested than these. There is no drawback for using them.
    22 }}}
     22''
    2323
    2424Feel free to improve the texts, but you get the idea.