Skip to content

Commit 128e186

Browse files
committed
Clean up and update old scripts
1 parent 12a9851 commit 128e186

12 files changed

+337
-1283
lines changed

cmake/sdks.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ foreach(custom_client ${ADD_CUSTOM_CLIENTS})
137137
file(REMOVE_RECURSE "${CMAKE_CURRENT_SOURCE_DIR}/aws-cpp-sdk-${C_SERVICE_NAME}")
138138
message(STATUS "generating client for ${C_SERVICE_NAME} version ${C_VERSION}")
139139
execute_process(
140-
COMMAND ${PYTHON_CMD} scripts/generate_sdks.py --serviceName ${C_SERVICE_NAME} --apiVersion ${C_VERSION} ${ENABLE_VIRTUAL_OPERATIONS_ARG} --outputLocation ./
140+
COMMAND ${PYTHON3_CMD} scripts/legacy/generate_sdks.py --serviceName ${C_SERVICE_NAME} --apiVersion ${C_VERSION} ${ENABLE_VIRTUAL_OPERATIONS_ARG} --outputLocation ./
141141
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
142142
)
143143
LIST(APPEND SDK_BUILD_LIST ${C_SERVICE_NAME})
@@ -198,7 +198,7 @@ function(add_sdks)
198198

199199
# Generates SDK client based on aws-cpp-sdk-core-tests/resources/api-descriptions/document-test-2021-06-28.normal.json for functional testing.
200200
execute_process(
201-
COMMAND ${PYTHON_CMD} scripts/generate_sdks.py --pathToApiDefinitions aws-cpp-sdk-core-tests/resources/api-descriptions --serviceName document-test --apiVersion 2021-06-28 --outputLocation ./ --prepareTool
201+
COMMAND ${PYTHON3_CMD} scripts/legacy/generate_sdks.py --pathToApiDefinitions aws-cpp-sdk-core-tests/resources/api-descriptions --serviceName document-test --apiVersion 2021-06-28 --outputLocation ./ --prepareTool
202202
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
203203
)
204204
message(STATUS "Generated service: document-test, version: 2021-06-28")

scripts/build_3rdparty.py

Lines changed: 0 additions & 376 deletions
This file was deleted.

scripts/build_example.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

scripts/dummy_web_server.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)