File tree Expand file tree Collapse file tree 5 files changed +46
-7
lines changed
Expand file tree Collapse file tree 5 files changed +46
-7
lines changed Original file line number Diff line number Diff line change 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
316set -eo pipefail
417
Original file line number Diff line number Diff line change 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
316set -eo pipefail
417
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 77# Add templated files
88# ----------------------------------------------------------------------------
99templated_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
You can’t perform that action at this time.
0 commit comments