diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-09-30 18:04:38 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-09-30 18:08:42 +0200 |
commit | da9756ba2553abdcc87130ec892e589ded1c1256 (patch) | |
tree | ad9004035e415b2cb41b1cef4fb357fc97865e74 /build/build_diff.php | |
parent | ac4736db0887e986a322f7f92429430333525a24 (diff) | |
download | forums-da9756ba2553abdcc87130ec892e589ded1c1256.tar forums-da9756ba2553abdcc87130ec892e589ded1c1256.tar.gz forums-da9756ba2553abdcc87130ec892e589ded1c1256.tar.bz2 forums-da9756ba2553abdcc87130ec892e589ded1c1256.tar.xz forums-da9756ba2553abdcc87130ec892e589ded1c1256.zip |
[ticket/11876] Move checksum generation from build PHP files to phing build.xml
This also removes paths from the checksum files.
PHPBB3-11876
Diffstat (limited to 'build/build_diff.php')
-rwxr-xr-x | build/build_diff.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/build_diff.php b/build/build_diff.php index 0824b53caa..d264ecf493 100755 --- a/build/build_diff.php +++ b/build/build_diff.php @@ -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(); } } |