justfile: Remove checks for manifest command
This commit is contained in:
parent
f9184799de
commit
8a4fcf94ce
1 changed files with 0 additions and 8 deletions
8
justfile
8
justfile
|
@ -105,14 +105,6 @@ manifest variant=default_variant:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
declare -A pretty_names={{pretty_names}}
|
|
||||||
variant={{variant}}
|
|
||||||
variant_pretty=${pretty_names[$variant]-}
|
|
||||||
if [[ -z $variant_pretty ]]; then
|
|
||||||
echo "Unknown variant"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
rpm-ostree compose tree --print-only --repo=repo {{variant}}.yaml
|
rpm-ostree compose tree --print-only --repo=repo {{variant}}.yaml
|
||||||
|
|
||||||
# Perform dependency resolution for a given variant (defaults to Silverblue)
|
# Perform dependency resolution for a given variant (defaults to Silverblue)
|
||||||
|
|
Loading…
Reference in a new issue