- update_versions: flag main program as executable,

otherwise client will reject it


svn path=/trunk/boinc/; revision=23594
This commit is contained in:
David Anderson 2011-05-24 19:16:54 +00:00
parent 5e1b7abf61
commit 31faa14c43
2 changed files with 8 additions and 1 deletions

View File

@ -3123,3 +3123,10 @@ Charlie 22 May 2011
clientscr/ clientscr/
mac_saver_module.cpp mac_saver_module.cpp
David 24 May 2011
- update_versions: flag main program as executable,
otherwise client will reject it
tools/
update_versions

View File

@ -64,7 +64,7 @@ function file_info_xml($fd) {
} else { } else {
$xml .= " <url>$fd->url</url>\n"; $xml .= " <url>$fd->url</url>\n";
} }
if ($fd->executable) { if ($fd->executable || $fd->main_program) {
$xml .= " <executable/>\n"; $xml .= " <executable/>\n";
} }
$xml .= " <file_signature>\n"; $xml .= " <file_signature>\n";