|
|
Line 117: |
Line 117: |
| # grab this commit rev | | # grab this commit rev |
|
| |
|
| ==Edit properties on mozilla.com==
| | # Mozilla.org updates the product details every 5 minutes |
| ### Now edit the mozilla.com repo
| |
| ### you will need to go up a directory and checkout mozilla.com | |
| ### svn co svn+ssh://'youremail'@svn.mozilla.org/projects/mozilla.com mozilla.com
| |
| ### you can make sure you have the current commit number that has your changes, by checking on http://svn.mozilla.org/libs/product-details/
| |
| | |
| % svn propedit svn:externals tags/stage/includes
| |
| # paste in the new commit rev from the libs/product-details push & save
| |
| Set new value for property 'svn:externals' on 'tags/stage/includes'
| |
| | |
| % svn propedit svn:externals tags/production/includes
| |
| # paste in the new commit rev from the libs/product-details push & save
| |
| Set new value for property 'svn:externals' on 'tags/production/includes'
| |
| | |
| # probably want to update before trying to commit these
| |
| % svn up
| |
| | |
| % svn diff
| |
| | |
| Property changes on: tags/stage/includes
| |
| ___________________________________________________________________
| |
| Modified: svn:externals
| |
| - product-details -r101880 http://svn.mozilla.org/libs/product-details
| |
| certs http://svn.mozilla.org/libs/certs
| |
| + product-details -r102190 http://svn.mozilla.org/libs/product-details
| |
| certs http://svn.mozilla.org/libs/certs
| |
| | |
| | |
| Property changes on: tags/production/includes
| |
| ___________________________________________________________________
| |
| Modified: svn:externals
| |
| - product-details -r101880 http://svn.mozilla.org/libs/product-details
| |
| certs http://svn.mozilla.org/libs/certs
| |
| + product-details -r102190 http://svn.mozilla.org/libs/product-details
| |
| certs http://svn.mozilla.org/libs/certs
| |
| | |
| | |
| | |
| % svn ci -m "11.0b4 released"
| |
| Sending tags/production/includes
| |
| Sending tags/stage/includes
| |
| Committed revision 102191.
| |
| | |
| </pre> | | </pre> |
|
| |
|