1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Git fusion moved to perforce.ravenbrook.com; update procedure accordingly.

Copied from Perforce
 Change: 194802
This commit is contained in:
Gareth Rees 2018-07-30 15:18:21 +01:00
parent eba417983a
commit 80b967d9cf

View file

@ -223,11 +223,12 @@ On a Unix (including macOS) machine:
#. Make a git tag for the release::
git clone git-fusion@raven.ravenbrook.com:mps-version-$VERSION
cd mps-version-$VERSION
git clone ssh://git@perforce.ravenbrook.com:1622/mps-public
cd mps-public
git checkout -b version/$VERSION origin/version/$VERSION
git tag -a release-$RELEASE -F - <<END
Memory Pool System Kit release $RELEASE.
See <http://www.ravenbrook.com/project/mps/release/>.
See <https://www.ravenbrook.com/project/mps/release/>.
END
git push --tags git@github.com:Ravenbrook/mps.git
@ -271,6 +272,7 @@ B. Document History
2013-03-20 GDR_ Ensure that manual HTML is up to date before making a release.
2014-01-13 GDR_ Make procedure less error-prone by giving exact sequence of commands (where possible) based on experience of release 1.112.0.
2016-01-28 RB_ Git repository renamed from mps-temporary to mps.
2018-07-30 GDR_ Git Fusion moved to perforce.ravenbrook.com.
========== ===== ==========================================================
.. _RB: mailto:rb@ravenbrook.com