fix: add space after each group of packages to prevent unwanted merging of package names, tidy: rename GH action to delete all old workflow runs, add: TODO to build.sh to add rpm building with FPM
This commit is contained in:
parent
cd4560a590
commit
704ce3dee8
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: build-bazzite-gnome
|
name: bazzite-build-gnome
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -70,6 +70,7 @@ jobs:
|
||||||
#dnf4
|
#dnf4
|
||||||
echo -n $(dnf group info "$GROUP_E" 2>&1 | grep -v : | tr -d '\n' | tr -s ' ' | cut -c2-) >> "$GITHUB_OUTPUT"
|
echo -n $(dnf group info "$GROUP_E" 2>&1 | grep -v : | tr -d '\n' | tr -s ' ' | cut -c2-) >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
echo -n " " >> "$GITHUB_OUTPUT"
|
||||||
done
|
done
|
||||||
|
|
||||||
#run: |
|
#run: |
|
||||||
2
build.sh
2
build.sh
|
|
@ -45,6 +45,8 @@ rpm-ostree groupinstall "C Development Tools and Libraries" "Development Tools"
|
||||||
# from rpmfusion
|
# from rpmfusion
|
||||||
rpm-ostree install vlc
|
rpm-ostree install vlc
|
||||||
|
|
||||||
|
# TODO: Add rpm building with FPM
|
||||||
|
|
||||||
# from RPMs on Github
|
# from RPMs on Github
|
||||||
# Space-separated list of repo/package strings
|
# Space-separated list of repo/package strings
|
||||||
repos="quexten/goldwarden"
|
repos="quexten/goldwarden"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue