You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/26 01:08:51 UTC

[james-project] 13/23: JAMES-3603 README: Remove checking the 'merge of a commit' section

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit af29132737642ee178880a98265e225f02c0ea93
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Jun 23 11:24:17 2021 +0700

    JAMES-3603 README: Remove checking the 'merge of a commit' section
---
 README.adoc | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/README.adoc b/README.adoc
index 06d6482..3a6cf02 100644
--- a/README.adoc
+++ b/README.adoc
@@ -194,21 +194,6 @@ Where :
 * JAMES_PORT: Port allocated to James' IMAP port (should be 143).
 * SHA1(optional): Branch to use in order to build integration tests or master if none.
 
-=== How to check the merge of a commit
-
-First step, you have to build the Docker image
-
-    $ docker build -t james/merge dockerfiles/merge
-
-In order to run the build, you have to launch the following command:
-
-    $ docker run -v $PWD:/origin -t james/merge SHA1 RESULTING_BRANCH
-
-Where :
-
-- SHA1: is the given git SHA1 of the james-project repository to merge.
-- RESULTING_BRANCH: is the branch created when merging.
-
 == Know more about James design
 
 James comes with a https://james.apache.org/documentation.html[Documentation] and https://github.com/linagora/james-project/tree/master/src/adr[Architectural Decision Records].

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org