1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/11876] Move checksum generation from build PHP files to phing build.xml

This also removes paths from the checksum files.

PHPBB3-11876
This commit is contained in:
Andreas Fischer
2013-09-30 18:04:38 +02:00
parent ac4736db08
commit da9756ba25
3 changed files with 18 additions and 15 deletions

View File

@@ -83,9 +83,6 @@ if (!$echo_changes)
// Build Package
run_command("$compress_command ./../../new_version/release_files/{$code_changes_filename}.{$extension} *");
// Build MD5 Sum
run_command("md5sum ./../../new_version/release_files/{$code_changes_filename}.{$extension} > ./../../new_version/release_files/{$code_changes_filename}.{$extension}.md5");
flush();
}
}