dev-contributing: Remove stale section on codemirror upgrade

Change-Id: I1a609d5e92074b7f08b2e9ad9a86c2c63a1e0f3b
This commit is contained in:
David Ostrovsky 2016-12-12 09:05:36 +01:00
parent 24669bb247
commit 0034e8079e

View File

@ -342,33 +342,6 @@ link:dev-plugins.html[dev-plugins].
* Update to the same GWT version in the `gwtjsonrpc` project, and release a
new version.
=== Updating to new version of CodeMirror
* Clone the git from https://github.com/codemirror/CodeMirror
* Checkout the version needed
* If the needed version is not a tagged version, use `git describe` to determine
the version number:
+
----
git describe --tags
----
* Create the release zip file:
+
----
git archive --format=zip --prefix=codemirror-4.10.0-6-gd0a2dda/ d0a2dda > codemirror-4.10.0-6-gd0a2dda.zip
----
* Determine the sha1 hash of the zip file:
+
----
openssl sha1 codemirror-4.10.0-6-gd0a2dda.zip
----
* Upload the zip file to the
link:https://console.developers.google.com/project/164060093628/storage/gerrit-maven/[
gerrit-maven] storage bucket
GERRIT
------
Part of link:index.html[Gerrit Code Review]