From f9f79fb867a605051dea4348f5698d0af1d2d52a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 25 Sep 2018 03:04:28 -0400 Subject: make_repo_torrents: Be a little verbose --- cron-jobs/make_repo_torrents | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.2