Skip to content

Commit f9d6390

Browse files
changes without context (#444)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 506d925 commit f9d6390

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

packages/google-cloud-ndb/.kokoro/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
32
# Copyright 2018 Google LLC
43
#
54
# Licensed under the Apache License, Version 2.0 (the "License");

packages/google-cloud-ndb/.kokoro/publish-docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
1716
set -eo pipefail
1817

1918
# Disable buffering, so that the logs stream through.

packages/google-cloud-ndb/.kokoro/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
1716
set -eo pipefail
1817

1918
# Start the releasetool reporter

packages/google-cloud-ndb/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-12T12:09:50.199519Z",
32
"sources": [
43
{
5-
"template": {
6-
"name": "python_library",
7-
"origin": "synthtool.gcp",
8-
"version": "2019.5.2"
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/python-ndb.git",
7+
"sha": "7590be8233fe58f9c45076eb38c1995363f02362"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "65f8c647c0bc0c6b38211b969a2a003e271a5ef1"
915
}
1016
}
1117
]

0 commit comments

Comments
 (0)