Skip to content

Commit

Permalink
FAB-4033 remove tag checkout guidance
Browse files Browse the repository at this point in the history
remove the guidance to checkout v1.0.0-alpha2
from the end-to-end.rst

Change-Id: Ia3593da90b92cd7d56475fd291d0a2a22ea1983b
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed May 25, 2017
1 parent 7023d29 commit aa333a3
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions examples/e2e_cli/end-to-end.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,8 @@ or though a mirrored repository in github:
brew install gnu-tar --with-default-names
brew install libtool
Pick a commit level
^^^^^^^^^^^^^^^^^^^

It's recommended to run the end-to-end tests against images and binaries from
the stable "alpha2" release.

From your fabric directory:

.. code:: bash
git tag -l
git checkout v1.0.0-alpha2
This reverts us back to the "alpha2" commit. **NOTE**: You do have the option of
compiling images and binaries from the current master branch
(this might be desired for chaincode testing or fabric development), however
debugging and troubleshooting responsibilities will fall upon the user. As a
result we recommend "alpha2".
Build the binaries
^^^^^^^^^^^^^^^^^^

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

Expand Down

0 comments on commit aa333a3

Please sign in to comment.