Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-04 10:12:56 +0100
committerErich Eckner <git@eckner.net>2020-01-04 10:12:56 +0100
commit47053937cbbb8c49842e90c80a457b1f3f4dccd5 (patch)
treef3de9fc3b7264404987a49cee8b346df8472bd8f /bin/build-packages
parent4b69ecd475490a3633de5af9521a758225082b0f (diff)
bin/build-packages: print list of built packages to stderr iff there could be no packages found for sending to the build master
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index f9348a7..00f5270 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -941,7 +941,10 @@ while [ "${count}" -ne 0 ] && \
\) \
-printf '%f\n'
) || \
- tar -cf 'package.tar' -T /dev/null
+ {
+ find "${tar_content_dir}/" -maxdepth 1 >&2
+ tar -cf 'package.tar' -T /dev/null
+ }
if ${upload_to_build_master}; then
# shellcheck disable=SC2046
rsync $(