Hello all,
I'm encountering an issue with my build artifacts. I have a build which generates two .tar.gz archives. I'd like to use these in a Yocto build of a custom Linux image. However, every time I download the file from Bamboo and calculate its checksum, the value has changed.
Am I doing something wrong? Or is this just an innate function of Bamboo.
Thanks for your help.
*EDIT* So I've begun testing this on a couple different hosts. On windows, I can click to download the .tar.gz archive and the sha256 checksum remains the same.
Additionally, on the CentOS host with Yocto, if I perform the following
curl -s <path to archive>|sha256sum
I get the same checksum. The checksum only changes after I download the file using `wget`. I imagine this is why Yocto continues failing the build.
*EDIT 2* So I performed a diff on the two archives and discovered the following:
< <input type="hidden" name="atl_token" value="cd828970f1539040af6457b8398fa11de7d0a7aa" />
---
> <input type="hidden" name="atl_token" value="35a35ae887399c904829400f142485e59f623190" />
Thoughts on how this may be worked around?
*EDIT 3* Looks like this is an issue with performing an unauthenticated wget
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.