Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
feat: New Crowdin translations (auto-merging ๐Ÿค–) (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
glotbot authored May 18, 2020
1 parent bf64683 commit 7f22ca3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/current/ko-KR/docs/development/goma.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Goma

> Goma is a distributed compiler service for open-source projects such as Chromium and Android.
> Goma๋Š” ํฌ๋กฌ๊ณผ ์•ˆ๋“œ๋กœ์ด๋“œ ๊ฐ™์€ ์˜คํ”ˆ ์†Œ์Šค ํ”„๋กœ์ ํŠธ๋ฅผ ์œ„ํ•œ ๋ถ„์‚ฐ ์ปดํŒŒ์ผ๋Ÿฌ ์„œ๋น„์Šค์ž…๋‹ˆ๋‹ค.
Electron has a deployment of a custom Goma Backend that we make available to all Electron Maintainers. See the [Access](#access) section below for details on authentication. There is also a `cache-only` Goma endpoint that will be used by default if you do not have credentials. Requests to the cache-only Goma will not hit our cluster, but will read from our cache and should result in significantly faster build times.
Electron์€ ๋ชจ๋“  Electron ๋ฉ”์ธํ…Œ์ด๋„ˆ๋“ค์ด ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก ์ปค์Šคํ…€ Goma ๋ฐฑ์—”๋“œ ๋ฐฐํฌ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ์ž์„ธํ•œ ์ธ์ฆ ์‚ฌํ•ญ์€ [Access](#access) ์„น์…˜์„ ์ฐธ์กฐํ•˜์‹ญ์‹œ์˜ค. ์ž๊ฒฉ ์ฆ๋ช…์ด ์—†๋Š” ๊ฒฝ์šฐ ๊ธฐ๋ณธ์ ์œผ๋กœ ์‚ฌ์šฉ๋˜๋Š” `์บ์‹œ ์ „์šฉ` Goma endpoint๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ์บ์‹œ ์ „์šฉ Goma ๋ฆฌํ€˜์ŠคํŠธ๊ฐ€ ํด๋Ÿฌ์Šคํ„ฐ์— ์ถฉ๋Œํ•˜์ง€ ์•Š์ง€๋งŒ ์บ์‹œ์—์„œ ์ฝํžˆ๋ฏ€๋กœ ํ›จ์”ฌ ๋” ๋น ๋ฅธ ๋นŒ๋“œ ์‹œ๊ฐ„์ด ๊ฒฐ๊ณผ๋กœ ๋‚˜ํƒ€๋‚  ๊ฒƒ์ด๋‹ค.

## Enabling Goma
## Goma ํ™œ์„ฑํ™”

Currently the only supported way to use Goma is to use our [Build Tools](https://github.com/electron/build-tools). Goma configuration is automatically included when you set up `build-tools`.
ํ˜„์žฌ Goma๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ์œ ์ผํ•œ ๋ฐฉ๋ฒ•์€ [๋นŒ๋“œ ๋„๊ตฌ๋ฅผ](https://github.com/electron/build-tools)์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ์ž…๋‹ˆ๋‹ค. `๋นŒ๋“œ ๋„๊ตฌ๋ฅผ`์„ค์ •ํ•  ๋•Œ Goma ๊ตฌ์„ฑ์ด ์ž๋™์œผ๋กœ ํฌํ•จ๋ฉ๋‹ˆ๋‹ค.

If you are a maintainer and have access to our cluster, please ensure that you run `e init` with `--goma=cluster` in order to configure `build-tools` to use the Goma cluster. If you have an existing config, you can just set `"goma": "cluster"` in your config file.
๋งŒ์•ฝ์— app ๋ฉ”์ธํ…Œ์ด๋„ˆ์ด๊ณ  ํด๋Ÿฌ์Šคํ„ฐ์— ์•ก์„ธ์Šค ํ•  ์ˆ˜ ์žˆ๋‹ค๋ฉด, ๋ฐ˜๋“œ์‹œGoma ํด๋Ÿฌ์Šคํ„ฐ๋ฅผ ์‚ฌ์šฉ ํ•  `build-tools`๋ฅผ ๊ตฌ์„ฑํ•˜๊ธฐ ์œ„ํ•ด `e init`์„ `--goma=cluster`์™€ ํ•จ๊ป˜ ์‹คํ–‰ํ•˜์„ธ์š”. ๊ธฐ์กด ๊ตฌ์„ฑ์ด ์žˆ๋Š” ๊ฒฝ์šฐ, `"goma": "cluster"`๋ฅผ ๊ตฌ์„ฑ ํŒŒ์ผ์—์„œ ์„ค์ •ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

## Building with Goma

Expand All @@ -26,12 +26,12 @@ If you're using `build-tools`, appropriate `-j` values will automatically be use

If you access [http://localhost:8088](http://localhost:8088) on your local machine you can monitor compile jobs as they flow through the goma system.

## Access
## ์•ก์„ธ์Šค

For security and cost reasons, access to Electron's Goma cluster is currently restricted to Electron Maintainers. If you want access please head to `#access-requests` in Slack and ping `@goma-squad` to ask for access. Please be aware that being a maintainer does not *automatically* grant access and access is determined on a case by case basis.
๋ณด์•ˆ ๋ฐ ๋น„์šฉ ์ƒ์˜ ์ด์œ ๋กœ Electron์˜ Goma ํด๋Ÿฌ์Šคํ„ฐ์— ๋Œ€ํ•œ ์•ก์„ธ์Šค๋Š” ํ˜„์žฌ Electron ๊ด€๋ฆฌ์ž์—๊ฒŒ ์ œํ•œ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค. ์•ก์„ธ์Šคํ•˜๋ ค๋ฉด Slack์˜ #access-requests๋กœ ๊ฐ€์„œ ping @ goma-squad๋กœ ์ด๋™ํ•˜์—ฌ ์•ก์„ธ์Šค๋ฅผ ์š”์ฒญํ•ฉ๋‹ˆ๋‹ค. ๊ด€๋ฆฌ์ž๊ป˜์„œ ์•ก์„ธ์Šค ๊ถŒํ•œ์„ ์ž๋™์œผ๋กœ ๋ถ€์—ฌํ•˜์ง€ ์•Š๋Š” ๊ฒฝ์šฐ์— ๋”ฐ๋ผ์„œ ์•ก์„ธ์Šค ๊ถŒํ•œ์ด ๊ฒฐ์ •๋ฉ๋‹ˆ๋‹ค.

## Uptime / Support
## ๊ฐ€๋™ ์‹œ๊ฐ„ / ์ง€์›

We have automated monitoring of our Goma cluster and cache at https://status.notgoma.com
https://status.notgoma.com์—์„œ Goma ํด๋Ÿฌ์Šคํ„ฐ ๋ฐ ์บ์‹œ๋ฅผ ์ž๋™์œผ๋กœ ๋ชจ๋‹ˆํ„ฐ๋ง ํ•ฉ๋‹ˆ๋‹ค.

We do not provide support for usage of Goma and any issues raised asking for help / having issues will _probably_ be closed without much reason, we do not have the capacity to handle that kind of support.
์šฐ๋ฆฌ๋Š” Goma ์‚ฌ์šฉ ๋ฐ ๋„์›€ / ์š”์ฒญ์„ ํ•˜๋Š” ๋ฌธ์ œ์— ๋Œ€ํ•ด์„œ๋Š” ์ง€์›ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๋งŽ์€ ์ด์œ ์—†์ด ๋ฌธ์ œ๊ฐ€ ํ•ด๊ฒฐ๋  ๊ฒƒ์ด๋ฏ€๋กœ ์ด๋Ÿฌํ•œ ์ง€์›์„ ์ฒ˜๋ฆฌํ•  ์ˆ˜ ์ˆ˜ ์žˆ๋Š” ๋Šฅ๋ ฅ์ด ์—†์Šต๋‹ˆ๋‹ค.

0 comments on commit 7f22ca3

Please sign in to comment.