Skip to content

Commit aca1249

Browse files
author
Rajath Agasthya
committed
Remove more tar.exe references
1 parent 0a57550 commit aca1249

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

acceptance_test/assets/bwats-release/jobs/check-system/templates/run.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function Verify-Dependencies {
9090
[void] $files.AddRange((
9191
"bosh-blobstore-s3.exe",
9292
"bosh-blobstore-dav.exe",
93-
"tar.exe",
9493
"job-service-wrapper.exe"
9594
))
9695

modules/BOSH.Agent/BOSH.Agent.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Describe "BOSH.Account" {
6161
$depsDir = (Join-Path $vcapDir "bin")
6262
Test-Path (Join-Path $depsDir "job-service-wrapper.exe") | Should -Be $True
6363
Test-Path (Join-Path $depsDir "pipe.exe") | Should -Be $True
64-
Test-Path (Join-Path $depsDir "tar.exe") | Should -Be $True
6564
Test-Path (Join-Path $depsDir "bosh-blobstore-dav.exe") | Should -Be $True
6665
Test-Path (Join-Path $depsDir "bosh-blobstore-s3.exe") | Should -Be $True
6766
Test-Path (Join-Path $depsDir "bosh-blobstore-gcs.exe") | Should -Be $True

stembuild/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ You will need to construct `assets/StemcellAutomation.zip`. This file represents
254254
| deps/bosh-blobstore-gcs.exe | https://github.com/cloudfoundry/bosh-gcscli |
255255
| deps/bosh-blobstore-dav.exe | https://github.com/cloudfoundry/bosh-davcli |
256256
| deps/bosh-blobstore-s3.exe | https://github.com/cloudfoundry/bosh-s3cli |
257-
| deps/tar.exe | https://github.com/cloudfoundry/bsdtar/ |
258257
| deps/job-service-wrapper.exe | https://github.com/bosh-dep-forks/winsw |
259258
| service_wrapper.exe | https://github.com/bosh-dep-forks/winsw |
260259
| service_wrapper.xml | https://github.com/cloudfoundry/bosh-agent/blob/main/integration/windows/fixtures/service_wrapper.xml |

0 commit comments

Comments
 (0)