8000 chore: update file headers (#515) · akx/google-auth-library-python@218a159 · GitHub
[go: up one dir, main page]

Skip to content

Commit 218a159

Browse files
chore: update file headers (googleapis#515)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: modify synth excludes Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 038ae1b commit 218a159

File tree

5 files changed

+46
-7
lines changed

5 files changed

+46
-7
lines changed

.kokoro/publish-docs.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
#!/bin/bash
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# https://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
215

316
set -eo pipefail
417

.kokoro/release.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
#!/bin/bash
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# https://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
215

316
set -eo pipefail
417

.kokoro/trampoline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2017 Google LLC
2+
# Copyright 2017 Google Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

synth.metadata

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"updateTime": "2019-09-12T22:40:28.148018Z",
32
"sources": [
43
{
5-
"template": {
6-
"name": "python_library",
7-
"origin": "synthtool.gcp",
8-
"version": "2019.5.2"
4+
"git": {
5+
"name": ".",
6+
"remote": "git@github.com:googleapis/google-auth-library-python",
7+
"sha": "aab4f2fdb2cfa598397026865ccb270a05c38cc4"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "71b8a272549c06b5768d00fa48d3ae990e871bec"
915
}
1016
}
1117
]

synth.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@
77
# Add templated files
88
# ----------------------------------------------------------------------------
99
templated_files = common.py_library(unit_cov_level=100, cov_level=100)
10-
s.move(templated_files / '.kokoro') # just move kokoro configs
10+
s.move(
11+
templated_files / ".kokoro",
12+
excludes=[
13+
".kokoro/continuous/common.cfg",
14+
".kokoro/presubmit/common.cfg",
15+
".kokoro/build.sh",
16+
],
17+
) # just move kokoro configs

0 commit comments

Comments
 (0)
0