Update Fleet and use Fleetctl for pack imports.

This commit is contained in:
Chris Long
2018-12-20 14:48:59 -08:00
parent 0f7e4602e9
commit 91012842b1
4 changed files with 24 additions and 71 deletions

View File

@@ -215,10 +215,12 @@ function download_boxes {
Write-Host '[download_boxes] Checking Filehashes..'
if ($win10hash -ne $win10Filehash) {
Write-Error 'Hash mismatch on windows_10_virtualbox.box'
Write-Error 'The boxes may have been updated since you last ran the build script. Try updating the git repository to retrieve the latest hashes.'
break
}
if ($win2016hash -ne $win2016Filehash) {
Write-Error 'Hash mismatch on windows_2016_virtualbox.box'
Write-Error 'The boxes may have been updated since you last ran the build script. Try updating the git repository to retrieve the latest hashes.'
break
}
Write-Host '[download_boxes] Finished.'