Skip to content

Commit aa333a3

Browse files
FAB-4033 remove tag checkout guidance
remove the guidance to checkout v1.0.0-alpha2 from the end-to-end.rst Change-Id: Ia3593da90b92cd7d56475fd291d0a2a22ea1983b Signed-off-by: Christopher Ferris <[email protected]>
1 parent 7023d29 commit aa333a3

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

examples/e2e_cli/end-to-end.rst

+2-18
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,8 @@ or though a mirrored repository in github:
6565
brew install gnu-tar --with-default-names
6666
brew install libtool
6767
68-
Pick a commit level
69-
^^^^^^^^^^^^^^^^^^^
70-
71-
It's recommended to run the end-to-end tests against images and binaries from
72-
the stable "alpha2" release.
73-
74-
From your fabric directory:
75-
76-
.. code:: bash
77-
78-
git tag -l
79-
git checkout v1.0.0-alpha2
80-
81-
This reverts us back to the "alpha2" commit. **NOTE**: You do have the option of
82-
compiling images and binaries from the current master branch
83-
(this might be desired for chaincode testing or fabric development), however
84-
debugging and troubleshooting responsibilities will fall upon the user. As a
85-
result we recommend "alpha2".
68+
Build the binaries
69+
^^^^^^^^^^^^^^^^^^
8670

8771
- Now make the platform-specific binaries for ``cryptogen`` and ``configtxgen``.
8872

0 commit comments

Comments
 (0)