Skip to content

Commit

Permalink
build-failure yaml better reflects source of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 15, 2024
1 parent 56058dd commit b720899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/build_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def write(self):
with open(self.path, "w") as f:
yaml=YAML()
commented_map = CommentedMap()
commented_map.insert(0, "recipe_sha", self.recipe_sha, comment="The commit at which this recipe failed to build.")
commented_map.insert(0, "recipe_sha", self.recipe_sha, comment="The hash of the recipe's meta.yaml at which this recipe failed to build.")
commented_map.insert(1, "skiplist", self.skiplist, comment="Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.")
i = 2

Expand Down

0 comments on commit b720899

Please sign in to comment.