Skip to content

Commit

Permalink
Check for .spec.json.sig on the buildcache mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Oct 27, 2023
1 parent 0de1fb6 commit b06403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/binary_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ def needs_rebuild(spec, mirror_url):
# format of the name, in order to determine if the package
# needs to be rebuilt.
cache_prefix = build_cache_prefix(mirror_url)
specfile_name = tarball_name(spec, ".spec.json")
specfile_name = tarball_name(spec, ".spec.json.sig")
specfile_path = os.path.join(cache_prefix, specfile_name)

# Only check for the presence of the json version of the spec. If the
Expand Down

0 comments on commit b06403b

Please sign in to comment.