From 29bff939c7bb2385b3ec2c6e610bc921360a8a4b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 26 Apr 2019 02:38:53 +0200 Subject: Enhance makedist script This enhances the makidst script: - integrate both snapshot and makedist scripts together - add help and options - generated files are created in the php-src repository directly - other minor enhancemenets such as CS fixes - functionality moved from the Makefile to only shell script - Add missed patching of the Zend Parsers to the main build step - Add all *.tmp files to gitignore --- docs/release-process.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/release-process.md b/docs/release-process.md index 97fe16649c..12df937b4a 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -117,7 +117,7 @@ git push origin {release branch} ``` -12. Run: `PHPROOT=. ./scripts/dev/makedist 5.4.2RC2`, this will export the tree, +12. Run: `./scripts/dev/makedist php-7.4.0RC2`, this will export the tree, create `configure` and build three tarballs (gz, bz2 and xz). 13. Run `scripts/dev/gen_verify_stub [identity]`, this will sign the @@ -213,11 +213,11 @@ 6. Check `./sapi/cli/php -v` output for version matching. - 7. Tag the repository with the version f.e. `git tag -u YOURKEYID php-5.4.1` + 7. Tag the repository with the version f.e. `git tag -u YOURKEYID php-7.4.1` - 8. Push the tag f.e. `git push origin php-5.4.1`. + 8. Push the tag f.e. `git push origin php-7.4.1`. - 9. Run: `PHPROOT=. ./scripts/dev/makedist 5.4.1`, this will export the tag, + 9. Run: `./scripts/dev/makedist php-7.4.1`, this will export the tag, create configure and build three tarballs (gz, bz2 and xz). Check if the pear files are updated (phar). On some systems the behavior of GNU tar can default to produce POSIX compliant archives with PAX headers. As not every -- cgit v1.2.1