Skip to content

Commit 41bfe22

Browse files
chore: regenerate common templates (#1614)
* build(java): enable snippet-bot Source-Author: Jeff Ching <[email protected]> Source-Date: Mon Oct 19 16:13:57 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5a506ec8765cc04f7e29f888b8e9b257d9a7ae11 Source-Link: googleapis/synthtool@5a506ec * Update publish_javadoc.sh We don't want quite as much and need to be in `target/devsite/reference`. Source-Author: Les Vogel <[email protected]> Source-Date: Thu Oct 22 14:10:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9593c3b5b714cc9b17c445aee8834ac2b4b9348b Source-Link: googleapis/synthtool@9593c3b * chore(docs): update code of conduct of synthtool and templates Source-Author: Christopher Wilcox <[email protected]> Source-Date: Thu Oct 22 14:22:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76 Source-Link: googleapis/synthtool@5f6ef0e * chore(ci): fix typo in restrict presubmit samples ITs to only snapshot Fixes below error in Java repos when googleapis/synthtool#804 was merged: ``` github/java-bigquerystorage/.kokoro/build.sh: line 81: pushd: {SAMPLES_DIR}: No such file or directory ``` Thanks @kolea2 for spotting this in Fusion build logs. cc @chingor13 Source-Author: Stephanie Wang <[email protected]> Source-Date: Mon Oct 26 13:44:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f68649c5f26bcff6817c6d21e90dac0fc71fef8e Source-Link: googleapis/synthtool@f68649c
1 parent 60f33b9 commit 41bfe22

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/snippet-bot.yml

Whitespace-only changes.

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ samples)
7878

7979
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
8080
then
81-
pushd {SAMPLES_DIR}
81+
pushd ${SAMPLES_DIR}
8282
mvn -B \
8383
-Penable-samples \
8484
-DtrimStackTrace=false \

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ popd
6262
# V2
6363
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
6464

65-
pushd target/devsite
65+
pushd target/devsite/reference
6666

6767
# create metadata
6868
python3 -m docuploader create-metadata \

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- # Generated by synthtool. DO NOT EDIT! !-->
12
# Code of Conduct
23

34
## Our Pledge
@@ -69,12 +70,12 @@ dispute. If you are unable to resolve the matter for any reason, or if the
6970
behavior is threatening or harassing, report it. We are dedicated to providing
7071
an environment where participants feel welcome and safe.
7172

72-
Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
73-
Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
73+
Reports should be directed to *[email protected]*, the
74+
Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
7475
receive and address reported violations of the code of conduct. They will then
7576
work with a committee consisting of representatives from the Open Source
7677
Programs Office and the Google Open Source Strategy team. If for any reason you
77-
are uncomfortable reaching out the Project Steward, please email
78+
are uncomfortable reaching out to the Project Steward, please email
7879
7980

8081
We will investigate every complaint, but you may not receive a direct response.

synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-api-java-client.git",
7-
"sha": "326370e0ec4351aaea21da271692b2fb9585a28c"
7+
"sha": "60f33b98cc072dff876c8b19a0b3dc17485b643c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "7c5370937dd9ba9dcf9cd7d2af880a58b389b4f1"
14+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
1515
}
1616
}
1717
],
@@ -23,6 +23,7 @@
2323
".github/PULL_REQUEST_TEMPLATE.md",
2424
".github/readme/synth.py",
2525
".github/release-please.yml",
26+
".github/snippet-bot.yml",
2627
".github/trusted-contribution.yml",
2728
".github/workflows/approve-readme.yaml",
2829
".github/workflows/auto-release.yaml",

0 commit comments

Comments
 (0)