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 1
1
#! /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.
2
15
3
16
set -eo pipefail
4
17
Original file line number Diff line number Diff line change 1
1
#! /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.
2
15
3
16
set -eo pipefail
4
17
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2017 Google LLC
2
+ # Copyright 2017 Google Inc.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-09-12T22:40:28.148018Z",
3
2
"sources": [
4
3
{
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"
9
15
}
10
16
}
11
17
]
Original file line number Diff line number Diff line change 7
7
# Add templated files
8
8
# ----------------------------------------------------------------------------
9
9
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
You can’t perform that action at this time.
0 commit comments