Skip to content

Commit dffe75d

Browse files
committed
Updated the instructions to include gettext on MacOS
1 parent 9919a8d commit dffe75d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

scripts/prow/README.adoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The script uses the `./openshift-openshift-docs-BRANCH.yaml` template file to cr
55
After you create the job config, you run the CI make jobs to create the Prow jobs.
66
Then, open a pull request against the https://github.com/openshift/release repository to make the Prow job live for that branch.
77

8-
To add a new job to Prow CI, do the following:
8+
.Prerequisites
99

1010
. Install link:https://podman.io/docs/installation[Podman].
1111

12-
. Fork and clone the https://github.com/openshift/release repository to `$HOME/release`.
12+
. Fork and clone the https://github.com/openshift/release repository to `$HOME/release` and create a new branch.
1313
+
1414
[NOTE]
1515
====
@@ -27,9 +27,21 @@ git checkout <your_new_branch> <1>
2727
----
2828
<1> Replace `<your_new_branch>` with an appropriate branch name.
2929
====
30+
. On MacOS, you must install the `gettext` package.
31+
+
32+
[source,terminal]
33+
----
34+
brew install gettext
35+
brew link --force gettext
36+
----
37+
38+
.Procedure
39+
40+
To add a new job to Prow CI, run the following commands:
41+
42+
. Switch to you `openshift-docs` directory.
3043

31-
. Create the new branch config by running the `add-new-prow-config.sh` script passing the `$VERSION`, `$BRANCH` and `$DISTROS` variables.
32-
Open a shell prompt in the `openshift-docs/` directory, and run the script passing in the required variables, for example:
44+
. Create the new branch config by running the `add-new-prow-config.sh` script passing the `$VERSION`, `$BRANCH` and `$DISTROS` variables, for example:
3345
+
3446
[source,terminal]
3547
----

0 commit comments

Comments
 (0)