This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1414
1515docker :
1616 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
17+ deep-remove-regex :
18+ - /owl-bot-staging
19+
20+ deep-copy-regex :
21+ - source : /gapic/metadata/(metadata-py)/(gapic_metadata.*)
22+ dest : /owl-bot-staging/$1/google/gapic/metadata/$2
23+ - source : /google/api/(api-py)/(.*)
24+ dest : /owl-bot-staging/$1/google/api/$2
25+ - source : /google/cloud/(extended-operations-py)/(extended_operations.*)
26+ dest : /owl-bot-staging/$1/google/cloud/$2
27+ - source : /google/cloud/location/(location-py)/(locations.*)
28+ dest : /owl-bot-staging/$1/google/cloud/location/$2
29+ - source : /google/logging/type/(logging-type-py)/(http_request.*)
30+ dest : /owl-bot-staging/$1/google/logging/type/$2
31+ - source : /google/logging/type/(logging-type-py)/(log_severity.*)
32+ dest : /owl-bot-staging/$1/google/logging/type/$2
33+ - source : /google/longrunning/(operations-py)/(operations)(.*pb2.*)
34+ dest : /owl-bot-staging/$1/google/longrunning/$2_proto$3
35+ - source : /google/rpc/(rpc-py)/(.*)
36+ dest : /owl-bot-staging/$1/google/rpc/$2
37+ - source : /google/rpc/context/(rpc-context-py)/(.*)
38+ dest : /owl-bot-staging/$1/google/rpc/context/$2
39+ - source : /google/type/(type-py)/(.*)
40+ dest : /owl-bot-staging/$1/google/type/$2
1741
1842begin-after-commit-hash : 6acf4a0a797f1082027985c55c4b14b60f673dd7
Original file line number Diff line number Diff line change 1515import synthtool .gcp as gcp
1616from synthtool .languages import python
1717
18+
19+ for library in s .get_staging_dirs ():
20+ s .move ([library / "**/*.py*" ])
21+ s .remove_staging_dirs ()
22+
1823# ----------------------------------------------------------------------------
1924# Add templated files
2025# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments