[generic] Replace references to cachito-testing with hermetoproject & some more#1
Open
eskultety wants to merge 3 commits into
Open
[generic] Replace references to cachito-testing with hermetoproject & some more#1eskultety wants to merge 3 commits into
eskultety wants to merge 3 commits into
Conversation
It's pretty much just a copy of artifacts.lock.yaml. The presence of this file is just historical and goes back to development time of the feature before it was decided that the default name is NOT to be 'generic_lockfile.yaml'. Signed-off-by: Erik Skultety <eskultet@redhat.com>
When this test was created, an artificial release was created in the dedicated (back then) repository for the test only to reference it in the lockfile for test purposes. We consolidated all integration test cases to a single repository with the origin potentially removed in the future, so to make tests stable, we should point them to our own regular release tarballs. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This is not the actual Containerfile that is used during integration test runs, these are still hosted in the main cachi2 repo. Drop this one to avoid confusion. Note that a Containerfile will be added in the future as part of a larger Containerfile migration to the respective test branches. Signed-off-by: Erik Skultety <eskultet@redhat.com>
slimreaper35
approved these changes
Feb 7, 2025
Member
|
Since rebranding is done, we should also drop |
Member
Author
|
To be honest I completely forgot about this PR. I'll refresh with rebranding changes. |
derasdf
reviewed
Mar 11, 2026
| filename: archive.zip | ||
| checksum: "sha256:386428a82f37345fa24b74068e0e79f4c1f2ff38d4f5c106ea14de4a2926e584" | ||
| - download_url: https://github.com/hermetoproject/cachi2/archive/refs/tags/0.1.0.tar.gz | ||
| checksum: "sha256:2cdd9271f5bde6eeee56dda7f0fbb73b9a28b74bb0784d9e3170422b234ebd82" |
There was a problem hiding this comment.
I checked all these and old checksums are correct and both new ones generate different sums from the ones that are here, either these need updating or i am doing it wrong
curl -L https://github.com/cachito-testing/cachi2-generic/archive/refs/tags/v1.0.0.zip | sha256sum
4fbcaa2a8d17c1f8042578627c122361ab18b7973311e7e9c598696732902f87
curl -L https://github.com/hermetoproject/cachi2/archive/refs/tags/0.1.0.tar.gz | sha256sum
2fa643a7603469b2d881738cc6aa69cb9c8ac3af59414c3b7d5e5ddf32cdb3c4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This one will require corresponding changes in the main repo.