We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb0d3 commit 519fbffCopy full SHA for 519fbff
1 file changed
justfile
@@ -16,13 +16,13 @@ repo:
16
just eol ${id} ${rebase}
17
done
18
19
- # Generate update information and appstream data
20
gpg_args=()
21
if [ -n "${DEBEMAIL:-}" ]
22
then
23
gpg_args+=(--gpg-sign="${DEBEMAIL}")
24
fi
25
+ # Generate update information and appstream data
26
set -x
27
flatpak \
28
build-update-repo \
0 commit comments