Skip to content

Commit 6a8092e

Browse files
authored
[no ci] Update projections to exclude versions as build-cd injects them (#23)
1 parent 1a98e1d commit 6a8092e

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

gh/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ spack:
3434
include:
3535
- gh
3636
projections:
37-
gh: 'system-tools/{name}/2.49.2-1'
37+
# build-cd will inject the _version into this projection
38+
gh: 'system-tools/{name}'

ncdu/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ spack:
3434
include:
3535
- ncdu
3636
projections:
37-
ncdu: 'system-tools/{name}/1.19-1'
37+
# build-cd will inject the _version into this projection
38+
ncdu: 'system-tools/{name}'

openssh/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ spack:
3434
include:
3535
- openssh
3636
projections:
37-
openssh: 'system-tools/{name}/9.9p1-1'
37+
# build-cd will inject the _version into this projection
38+
openssh: 'system-tools/{name}'

pinentry/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ spack:
3434
include:
3535
- pinentry
3636
projections:
37-
pinentry: 'system-tools/{name}/1.3.0-1'
37+
# build-cd will inject the _version into this projection
38+
pinentry: 'system-tools/{name}'

0 commit comments

Comments
 (0)