Open obeyler opened 4 years ago
Do you think that we need to add the missing file at the end of utils/update-from-upstream ? of make another file for that? there is utils/getrpm for nfs-c7-rpms/ but it doesn't do add blob and nothing for .deb nor
socat/socat-1.7.3.3.tar.bz2
ipvsadm/ipvsadm-1.30.tar.gz
ipvsadm/libnl-3.2.25.tar.gz
ipvsadm/popt-1.16.tar.gz
jq/jq
lb/haproxy-1.8.22.tar.gz
lb/keepalived-2.0.16.tar.gz
What are you trying to accomplish?
On my bosh release, I have a addblob.sh to downlod and add the blob. I think it's a good thing when a bosh release is done to know from where each file is coming. I want to be able to rebuild every thing to test for example a new version or if a CVE is found anywhere. You've also done for some file this but not for all. Is there any reason about that ?
If you're just trying to get the blobs, bosh sync-blobs
should download them and populate the local working directory with the tarballs.
I already do that but with this I'm not able to know from where the blob came. by example the socat file came from I don't know and so on I'm not able to check if a new version exist or not. You think it's a bad practice to do that ?
Okay, so the answer to
What are you trying to accomplish?
is "check for new versions of blobs"
The reason those blobs are not in the update-blobs
script is that they change so infrequently, and I only built that script because I got tired of manually chasing down new versions of things. I have been working on another project that unifies all the messy logic of "what is the latest version of X available", a surprisingly intractable problem that stymies a whole host of release engineering activities. When I finish that up, I plan to rework the packaging in this BOSH release (if BOSH is still a thing by then) to take advantage of that.
Hi, I found the way to upload K8S component and add them to the blobs with
this will create entries for K8S compoenent inside the ./config/blobs.yml but some others component are missing and I don't find any script who downdload and add blod for them such as :