This commit is contained in:
Laurent Destailleur 2026-05-11 01:25:10 +02:00
parent 6a3b9567be
commit ddfe11b1ac

View file

@ -567,6 +567,7 @@ if ($nboftargetok) {
echo "Create xml check file with hash checksum with command php ".$SOURCE."/dev/build/generate_filelist_xml.php release=$MAJOR.$MINOR.$BUILD\n";
$outputLines = [];
$retcode = 0;
exec("php $SOURCE/dev/build/generate_filelist_xml.php release=$MAJOR.$MINOR.$BUILD", $outputLines, $retcode);
$ret = implode("\n", $outputLines);
if ($retcode !== 0) {