From ea2bb39526596703360ef13eb2ff4131bbe60d0d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 18 Dec 2020 13:28:50 -0800 Subject: [PATCH] more external cleanup old-commit-hash: d61b6647850278cadfba2f1bfbdf1c277bf96f0d --- external/azcopy/azcopy | 3 --- external/bin/azcopy | 1 - external/git-lfs/build.sh | 3 --- external/git-lfs/git-lfs | 3 --- selfdrive/test/update_ci_routes.py | 3 +-- 5 files changed, 1 insertion(+), 12 deletions(-) delete mode 100755 external/azcopy/azcopy delete mode 120000 external/bin/azcopy delete mode 100755 external/git-lfs/build.sh delete mode 100755 external/git-lfs/git-lfs diff --git a/external/azcopy/azcopy b/external/azcopy/azcopy deleted file mode 100755 index d78ea5e2fe..0000000000 --- a/external/azcopy/azcopy +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d08710ae4c0bbdc73184453b4d40da979fa3b0abbdb4e974980f9250730127 -size 18914367 diff --git a/external/bin/azcopy b/external/bin/azcopy deleted file mode 120000 index b0c92398bf..0000000000 --- a/external/bin/azcopy +++ /dev/null @@ -1 +0,0 @@ -../azcopy/azcopy \ No newline at end of file diff --git a/external/git-lfs/build.sh b/external/git-lfs/build.sh deleted file mode 100755 index de046e8919..0000000000 --- a/external/git-lfs/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb45874b36353c2a02c7c52c4c62817e7dc94300e6f5d52621ca8f6f8ea0a478 -size 241 diff --git a/external/git-lfs/git-lfs b/external/git-lfs/git-lfs deleted file mode 100755 index e468999987..0000000000 --- a/external/git-lfs/git-lfs +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd723cc6ad755eb9034310b2ad956d5335fd3cb344a689a109418824f9cbca9a -size 9730317 diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index ee9dde6ee5..83f14a0e1b 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import sys import subprocess -from common.basedir import BASEDIR from azure.storage.blob import BlockBlobService from selfdrive.test.test_car_models import routes as test_car_models_routes @@ -32,7 +31,7 @@ def sync_to_ci_public(route): for (source_account, source_bucket), source_key in zip(SOURCES, SOURCE_KEYS): print(f"Trying {source_account}/{source_bucket}") cmd = [ - f"{BASEDIR}/external/bin/azcopy", + "azcopy", "copy", "https://{}.blob.core.windows.net/{}/{}/?{}".format(source_account, source_bucket, key_prefix, source_key), "https://{}.blob.core.windows.net/{}/{}/?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY),