Skip to content

Commit

Permalink
Fix bosh-agent checksums
Browse files Browse the repository at this point in the history
Broken by 8def8a6

[#140456537](https://www.pivotaltracker.com/story/show/140456537)

Signed-off-by: Luan Santos <lsantos@pivotal.io>
  • Loading branch information
dpb587-pivotal authored and luan committed May 22, 2017
1 parent 7174084 commit 679ef1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stemcell_builder/stages/bosh_go_agent/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ cp -a $assets_dir/alerts.monitrc $chroot/var/vcap/monit/alerts.monitrc
cd $assets_dir
if is_ppc64le; then
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-0.0.35-linux-ppc64le?versionId=fIi1ZsA_Y6aZwOfnBuVpwtbi6QYvJLOU"
echo "18526758d2e47a262a2f6bb88e3891221b0fe2d5a2257f39f725c304b50cc369 bosh-agent" | shasum -a 256 -c -
echo "e1177c15c00b89ef761c00705a7b041a25515b863052765b455e60f0ca504940 bosh-agent" | shasum -a 256 -c -
else
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-0.0.35-linux-amd64?versionId=ssS2voH_rdv75ySrYBJt8dc3J2MTqtWd"
echo "e1177c15c00b89ef761c00705a7b041a25515b863052765b455e60f0ca504940 bosh-agent" | shasum -a 256 -c -
echo "18526758d2e47a262a2f6bb88e3891221b0fe2d5a2257f39f725c304b50cc369 bosh-agent" | shasum -a 256 -c -
fi
mv bosh-agent $chroot/var/vcap/bosh/bin/

Expand Down

0 comments on commit 679ef1f

Please sign in to comment.