summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-25 03:04:28 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-09-25 03:04:28 -0400
commitf9f79fb867a605051dea4348f5698d0af1d2d52a (patch)
tree9142d319ce97f566b6f23c2be61bdd9251bb45b1
parentcd3be3e8a7e55cfb004c96c11d880d19d4c68e38 (diff)
make_repo_torrents: Be a little verbose
-rwxr-xr-xcron-jobs/make_repo_torrents1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index a59cc46..8ef7933 100755
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -34,6 +34,7 @@ IFS=, # for ${TRACKERS[*]} and ${WEBSEEDS[*]}
# Find any packages
for pkgfile in "$FTP_BASE"/pool/*/*${PKGEXTS}; do
if ! [[ -f ${pkgfile##*/}.torrent ]]; then
+ msg2 'Creating %s' "${pkgfile##*/}.torrent"
# Resolve any symlinks
pkgfile=$(readlink -f -- "$pkgfile")
# Create the .torrent