Commit:    9350f45aca48a1ad95da5dbaca0ee8a06e46a8d6
Author:    Ferenc Kovacs <tyr...@gmail.com>         Fri, 15 Mar 2013 09:40:28 
+0100
Parents:   e43c5a83957c6a9953a74b5403a5f1d5ae341770
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9350f45aca48a1ad95da5dbaca0ee8a06e46a8d6

Log:
explain the step updating the git submodule reference in web/php.git

Changed paths:
  M  README.RELEASE_PROCESS


Diff:
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS
index b620968..6cc9c4e 100644
--- a/README.RELEASE_PROCESS
+++ b/README.RELEASE_PROCESS
@@ -162,7 +162,15 @@ origin <branch>``".
 11. run: ``./makedist php 5.4.1``, this will export the tree, create configure
 and build two tarballs (one gz and one bz2).
 
-12. Commit those two tarballs to Git (php-distributions.git)
+12. Commit those two tarballs to web/php-distributions.git, then update the git
+    submodule reference in web/php.git: 
+    git submodule init;
+    git submodule update;
+    cd distributions;
+    git pull origin master;
+    cd ..;
+    git commit distributions;
+    git push;
 
 13. Once the release has been tagged, contact the PHP Windows development team
 (internals-...@lists.php.net) so that Windows binaries can be created. Once


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to