From 5b39a708c88356c4a81d08ca392003a3de54d47b Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 7 Feb 2025 10:59:30 +0100 Subject: [PATCH 1/2] Drop the generic_lockfile.yaml file 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 --- generic_lockfile.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 generic_lockfile.yaml diff --git a/generic_lockfile.yaml b/generic_lockfile.yaml deleted file mode 100644 index 3882462..0000000 --- a/generic_lockfile.yaml +++ /dev/null @@ -1,7 +0,0 @@ -metadata: - version: "1.0" -artifacts: - # this url will return 404 - - download_url: https://github.com/cachito-testing/cachi2-generic/archive/refs/tags/does-not-exist - checksums: - sha256: 4fbcaa2a8d17c1f8042578627c122361ab18b7973311e7e9c598696732902f87 From 63fee01f15a2f08e5c16ab1e2a7806956e967e7e Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 7 Feb 2025 11:09:23 +0100 Subject: [PATCH 2/2] Replace the download URLs in the lockfile to point to our own tarballs 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 --- artifacts.lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts.lock.yaml b/artifacts.lock.yaml index 574e003..8ea7907 100644 --- a/artifacts.lock.yaml +++ b/artifacts.lock.yaml @@ -2,5 +2,5 @@ metadata: version: "1.0" artifacts: # this url will return 404 - - download_url: https://github.com/cachito-testing/cachi2-generic/archive/refs/tags/does-not-exist + - download_url: https://github.com/hermetoproject/cachi2/archive/refs/tags/does-not-exist checksum: "sha256:4fbcaa2a8d17c1f8042578627c122361ab18b7973311e7e9c598696732902f87"