Skip to content

Commit c6ce7c8

Browse files
authored
chore: add note for cp cmd in MacOS
1 parent ec70bcb commit c6ce7c8

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

0-bootstrap/README-Jenkins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ It is a best practice to have two separate projects here (`prj-b-seed` and `prj-
3030

3131
Please see the **[requirements](./modules/jenkins-agent/README.md#Requirements)** of Software, Infrastructure and Permissions before following the instructions below.
3232

33+
## Usage
34+
35+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
36+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
37+
3338
## Instructions
3439

3540
You arrived to these instructions because you are using the `jenkins_bootstrap` to run the 0-bootstrap step instead of `cloudbuild_bootstrap`. Please follow the indications below:

1-org/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ If those limitations do not apply to your workload/environment, you can choose t
8484

8585
**Note:** You need to set variable `enable_hub_and_spoke` to `true` to be able to used the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).
8686

87+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
88+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
89+
8790
**Note:** This module creates a Security Command Center Notification.
8891
The notification name must be unique in the organization.
8992
The suggested name in the `terraform.tfvars` file is **scc-notify**.

2-environments/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is
6464

6565
## Usage
6666

67+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
68+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
69+
6770
### Deploying with Cloud Build
6871

6972
1. Clone repo.

3-networks/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is
7575

7676
## Usage
7777

78+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
79+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
80+
7881
### Networking Architecture
7982

8083
You need to set variables `enable_hub_and_spoke` and `enable_hub_and_spoke_transitivity` to `true` to be able to use the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [Google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).

4-projects/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is
108108

109109
**Note:** You need to set variable `enable_hub_and_spoke` to `true` to be able to use the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).
110110

111+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
112+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
113+
111114
### Deploying with Cloud Build
112115

113116
1. Clone repo.

5-app-infra/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is
7373

7474
## Usage
7575

76+
**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
77+
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.
78+
7679
### Deploying with Cloud Build
7780

7881
1. Get the Infra Pipeline project ID from the previous step. Run the following in the

0 commit comments

Comments
 (0)