cloudfoundry-attic / bosh-softlayer-cpi-release-DEPRECATED-TO_BE_DELETED

A BOSH release for the bosh-softlayer-cpi written in Golang and using the new BOSH external CPI release fashion.
Apache License 2.0
3 stars 8 forks source link

`blobs.yml`'s SHA1 stored as string, not as binary #32

Closed cunnie closed 2 years ago

cunnie commented 8 years ago

new blobs.yml generated by typing the following command:

ruby -e 'require "yaml"; puts YAML.dump(YAML.load(File.read("config/blobs.yml")))'

fixes

SHA1 mismatch. Expected YjgzMThiMDlkZTA2MDc2ZDUzOTdlNmVjMThlYmVmM2I0NWNkMzE1ZA==, got b8318b09de06076d5397e6ec18ebef3b45cd315d

[fixes #31]

cfdreddbot commented 8 years ago

Hey cunnie!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

maximilien commented 8 years ago

Hey @gu-bin,

Can you please verify @cunnie's fix and let me know. It's relatively simple (see changes in diff)

Let me know when you do and I will merge it. Also, if you can fly execute this for our pipeline and verify that works too.

Thx,

Max

/cc @mattcui @jianqiu

cunnie commented 2 years ago

Closing. This has been lingering for four years, and the repo is deprecated.