update_versions script releases new application versions. It creates database entries and copies files to the download directory.
To use:
update_versions
scans these directories for new application versions.
NAME_VERSION_PLATFORM[.ext]
, e.g.:
boinc_3.17_i686-pc-linux-gnu astropulse_7.17_windows_intelx86.exe
Platform strings must match the names of platforms in the database. If needed, add the platform to the DB.
If your application includes executable files other than the main file, make sure that their protection flags include the user execute (u+x) bit.
If a file of the form
FILENAME.sigis found, its contents will be used as a digital signature for the corresponding file. Recommended code-signing practices are described here.
If a file of the form
FILENAME.file_ref_infois found, its contents will be added to the <file_ref> element describing the file (you can use this for attributes like <copy_file>).
If a file of the form
LOGICAL_NAME=PHYSICAL_NAMEis found, the given logical and physical names will be used (i.e., the application will be able to access the file by passing the logical name to boinc_resolve_filename()). "; page_tail(); ?>