Skip to content

Commit 0a57550

Browse files
author
Rajath Agasthya
committed
Remove windows-bsdtar
BSD tar is included by default in newer Windows versions.
1 parent 13dcaa2 commit 0a57550

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,6 @@ resources:
314314
source:
315315
bucket: bosh-gcscli-artifacts
316316
regexp: bosh-gcscli-(.*)-windows-amd64.exe
317-
- name: windows-bsdtar
318-
type: s3
319-
source:
320-
bucket: bosh-windows-dependencies
321-
regexp: tar-(.*).exe
322-
access_key_id: ((bosh_windows_ci_assume_aws_access_key.username))
323-
secret_access_key: ((bosh_windows_ci_assume_aws_access_key.password))
324-
aws_role_arn: ((bosh_windows_ci_assume_aws_access_key.role_arn))
325317
- name: windows-winsw
326318
type: s3
327319
source:
@@ -649,7 +641,6 @@ jobs:
649641
- get: blobstore-dav-cli
650642
- get: blobstore-s3-cli
651643
- get: blobstore-gcs-cli
652-
- get: windows-bsdtar
653644
- get: windows-winsw
654645
- task: test-stemcell-builder
655646
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-stemcell-builder/task.yml
@@ -803,7 +794,6 @@ jobs:
803794
- get: blobstore-dav-cli
804795
- get: blobstore-s3-cli
805796
- get: blobstore-gcs-cli
806-
- get: windows-bsdtar
807797
- get: windows-winsw
808798
- put: version
809799
inputs: detect
@@ -931,7 +921,6 @@ jobs:
931921
- get: blobstore-dav-cli
932922
- get: blobstore-s3-cli
933923
- get: blobstore-gcs-cli
934-
- get: windows-bsdtar
935924
- get: windows-winsw
936925
- put: version
937926
inputs: detect
@@ -1390,7 +1379,6 @@ jobs:
13901379
- get: blobstore-dav-cli
13911380
- get: blobstore-s3-cli
13921381
- get: blobstore-gcs-cli
1393-
- get: windows-bsdtar
13941382
- get: windows-winsw
13951383
- put: version
13961384
inputs: detect
@@ -1571,7 +1559,6 @@ jobs:
15711559
- get: blobstore-dav-cli
15721560
- get: blobstore-s3-cli
15731561
- get: blobstore-gcs-cli
1574-
- get: windows-bsdtar
15751562
- get: windows-winsw
15761563
- task: create-aws-govcloud-stemcell
15771564
timeout: 1h30m
@@ -1732,7 +1719,6 @@ jobs:
17321719
- get: blobstore-dav-cli
17331720
- get: blobstore-s3-cli
17341721
- get: blobstore-gcs-cli
1735-
- get: windows-bsdtar
17361722
- get: windows-winsw
17371723
- put: version
17381724
inputs: detect
@@ -1929,7 +1915,6 @@ jobs:
19291915
- get: blobstore-dav-cli
19301916
- get: blobstore-s3-cli
19311917
- get: blobstore-gcs-cli
1932-
- get: windows-bsdtar
19331918
- get: windows-winsw
19341919
- put: version
19351920
inputs: detect

ci/tasks/build-agent-zip/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cp "${bosh_agent_resource_dir}/bosh-agent-pipe-${bosh_agent_resource_version}-wi
2929
cp "${CONCOURSE_ROOT}"/blobstore-gcs-cli/bosh-gcscli-*.exe "${zip_deps_dir}/bosh-blobstore-gcs.exe"
3030
cp "${CONCOURSE_ROOT}"/blobstore-dav-cli/davcli-*.exe "${zip_deps_dir}/bosh-blobstore-dav.exe"
3131
cp "${CONCOURSE_ROOT}"/blobstore-s3-cli/s3cli-*.exe "${zip_deps_dir}/bosh-blobstore-s3.exe"
32-
cp "${CONCOURSE_ROOT}"/windows-bsdtar/tar-*.exe "${zip_deps_dir}/tar.exe"
3332
cp "${CONCOURSE_ROOT}"/windows-winsw/WinSW.NET461.exe "${zip_deps_dir}/job-service-wrapper.exe"
3433

3534
pushd "${zip_dir}"

ci/tasks/build-agent-zip/task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ inputs:
88
- name: blobstore-dav-cli
99
- name: blobstore-s3-cli
1010
- name: blobstore-gcs-cli
11-
- name: windows-bsdtar
1211
- name: windows-winsw
1312

1413
outputs:

ci/tasks/create-aws-stemcell/task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ inputs:
1212
- name: blobstore-dav-cli
1313
- name: blobstore-s3-cli
1414
- name: blobstore-gcs-cli
15-
- name: windows-bsdtar
1615
- name: windows-winsw
1716

1817
outputs:

ci/tasks/create-azure-stemcell/task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inputs:
1111
- name: blobstore-dav-cli
1212
- name: blobstore-s3-cli
1313
- name: blobstore-gcs-cli
14-
- name: windows-bsdtar
1514
- name: windows-winsw
1615

1716

ci/tasks/create-gcp-stemcell/task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ inputs:
1212
- name: blobstore-dav-cli
1313
- name: blobstore-s3-cli
1414
- name: blobstore-gcs-cli
15-
- name: windows-bsdtar
1615
- name: windows-winsw
1716

1817
outputs:

ci/tasks/test-stemcell-builder/task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inputs:
1111
- name: blobstore-dav-cli
1212
- name: blobstore-s3-cli
1313
- name: blobstore-gcs-cli
14-
- name: windows-bsdtar
1514
- name: windows-winsw
1615

1716
run:

0 commit comments

Comments
 (0)