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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
