Changes between Version 7 and Version 8 of UpdateVersions


Ignore:
Timestamp:
Jan 10, 2008, 5:18:20 AM (16 years ago)
Author:
Nicolas
Comment:

Added examples of paths where applications should go (as if they came from find(1))

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v7 v8  
    1818 * PLATFORM is the name of a platform in the database (if needed, [XaddTool add the platform to the DB]).
    1919
     20The files on the example above would be on these paths:
     21{{{
     22apps/boinc/boinc_3.17_i686-pc-linux-gnu
     23apps/astropulse/astropulse_7.17_windows_intelx86.exe
     24}}}
    2025
    2126== Multiple-file application versions == #multifile
     
    2429
    2530If your application includes executable files other than the main file, make sure that their protection flags include the user execute (u+x) bit (`update_versions` will then set the `<executable/>` flag on its [XmlFormat#file_info <file_info>]).
     31
     32Example:
     33{{{
     34apps/astropulse/astropulse_7.17_windows_intelx86.exe/
     35apps/astropulse/astropulse_7.17_windows_intelx86.exe/astropulse_7.17_windows_intelx86.exe
     36apps/astropulse/astropulse_7.17_windows_intelx86.exe/some_required_file.dat
     37apps/astropulse/astropulse_7.17_windows_intelx86.exe/graphics_application.exe
     38}}}
    2639
    2740== Passing extra information about files == #extrainfo