File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -202,14 +202,14 @@ Run all build commands from within the root directory:
202202cd elasticsearch/
203203```
204204
205- To build a tar distribution, run this command:
205+ To build a darwin- tar distribution, run this command:
206206
207207``` sh
208- ./gradlew -p distribution/archives/tar assemble --parallel
208+ ./gradlew -p distribution/archives/darwin- tar assemble --parallel
209209```
210210
211211You will find the distribution under:
212- ` ./distribution/archives/tar/build/distributions/ `
212+ ` ./distribution/archives/darwin- tar/build/distributions/ `
213213
214214To create all build artifacts (e.g., plugins and Javadocs) as well as
215215distributions in all formats, run this command:
@@ -219,10 +219,10 @@ distributions in all formats, run this command:
219219```
220220
221221The package distributions (Debian and RPM) can be found under:
222- ` ./distribution/packages/(deb|rpm)/build/distributions/ `
222+ ` ./distribution/packages/(deb|rpm|oss-deb|oss-rpm )/build/distributions/ `
223223
224224The archive distributions (tar and zip) can be found under:
225- ` ./distribution/archives/(tar|zip)/build/distributions/ `
225+ ` ./distribution/archives/(darwin- tar|linux-tar|windows-zip|oss-darwin-tar|oss-linux-tar|oss-windows- zip)/build/distributions/ `
226226
227227### Running The Full Test Suite
228228
You can’t perform that action at this time.
0 commit comments