From 1ed5e3aff0311990be75b299452e6d2fd2dd1d57 Mon Sep 17 00:00:00 2001 From: Robert Rosca <32569096+RobertRosca@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:29:03 +0100 Subject: [PATCH] feat: add branch to context, set version to include branch --- custom-recipes/recipes/damnit/recipe.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom-recipes/recipes/damnit/recipe.yaml b/custom-recipes/recipes/damnit/recipe.yaml index 20942597..8ae013c9 100644 --- a/custom-recipes/recipes/damnit/recipe.yaml +++ b/custom-recipes/recipes/damnit/recipe.yaml @@ -1,13 +1,15 @@ context: name: damnit version: '0.1' + branch: 'master' package: name: '{{ name|lower }}' - version: '{{ version }}' + version: '{{ version }}+{{ branch }}' source: git_url: https://github.com/European-XFEL/damnit + git_branch: '{{ branch }}' patches: - qscintilla-version.patch