mirror of https://github.com/BOINC/boinc.git
- update_versions: flag main program as executable,
otherwise client will reject it svn path=/trunk/boinc/; revision=23594
This commit is contained in:
parent
5e1b7abf61
commit
31faa14c43
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue