Skip to content

Commit

Permalink
Add descriptions to strong inheritance vars
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
rydrman committed Mar 1, 2024
1 parent c28bb5c commit 7f0a91b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/bootstrap/autoconf.spk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ build:
- pkg: stdfs
- var: bootstrapped/yes
inheritance: Strong
description: >
this package or a dependency was generated by bootstrapping a
system package and may not work on other hosts
script: |
if ! rpm -q autoconf; then
echo "autoconf is not installed on this system"
Expand Down
3 changes: 3 additions & 0 deletions packages/bootstrap/spk.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ build:
- pkg: stdfs
- var: bootstrapped/yes
inheritance: Strong
description: >
this package or a dependency was generated by bootstrapping a
system package and may not work on other hosts
script: |
if ! rpm -q NAME; then
echo "NAME is not installed on this system"
Expand Down
1 change: 1 addition & 0 deletions packages/python/python2.spk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build:
default: "{{cpXX}}mu"
choices: ["{{cpXX}}dm", "{{cpXX}}dmu", "{{cpXX}}m", "{{cpXX}}mu"]
inheritance: Strong
description: the python abi used at build time
- var: debug
default: off
choices: [on, off]
Expand Down
1 change: 1 addition & 0 deletions packages/python/python3.spk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ build:
default: "{{cpXX}}m"
choices: ["{{cpXX}}m", "{{cpXX}}dm"]
inheritance: Strong
description: the python abi used at build time
- var: debug
default: off
choices: [on, off]
Expand Down

0 comments on commit 7f0a91b

Please sign in to comment.