Update ADRs 0004 and 0005 following review.

This commit is contained in:
Tom Page
2019-04-24 16:00:12 +01:00
parent 212dbea68b
commit dd2504c895
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ Date: 09/04/2019
## Status
Proposed
Approved
## Context
@@ -32,12 +32,12 @@ git checkout $branch
A ticket has been raised to track this [[1]]. A script has been written to do the initial codebase merge and
mirroring [[2]].
We will rewrite the whole history of the SearchServices repository using the mirroring command (the only change will be
the commit ids).
We will rewrite the whole history of the SearchServices repository using the mirroring command. This will result in the
new repository containing a new root pom file and the search services code beneath that.
All changes except those within the module called alfresco-insight-engine-parent will be mirrored.
All changes except those within the module called insight-engine will be mirrored.
The root pom file in the community project will point to the alfresco-insight-engine-parent pom file, so community users
The root pom file in the community project will include a reference to the insight-engine pom file, so community users
will have to build from within the alfresco-search-parent directory.
[1]: https://issues.alfresco.com/jira/browse/SEARCH-1397

View File

@@ -4,13 +4,13 @@ Date: 09/04/2019
## Status
Proposed
Approved
## Context
In [ADR 3: "Combined Codebase"](0003-combined-codebase.md) we decided to merge the production and end-to-end test
repositories. In [ADR 4: "Community Mirror"](0004-community-mirror.md) we discuss setting up a mirror for code within a
particular submodule.
repositories. In [ADR 4: "Community Mirror"](0004-community-mirror.md) we discuss setting up a mirror for the community
code.
## Decision