Skip to content

Commit 1520ddc

Browse files
authored
Update distribution build instructions to reflect file names with OS/architecture classifiers. (#39762) (#39812)
1 parent 797d6b8 commit 1520ddc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ Run all build commands from within the root directory:
202202
cd 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

211211
You will find the distribution under:
212-
`./distribution/archives/tar/build/distributions/`
212+
`./distribution/archives/darwin-tar/build/distributions/`
213213

214214
To create all build artifacts (e.g., plugins and Javadocs) as well as
215215
distributions in all formats, run this command:
@@ -219,10 +219,10 @@ distributions in all formats, run this command:
219219
```
220220

221221
The 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

224224
The 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

0 commit comments

Comments
 (0)