From d29195c992a614e5d20d0ed84c4f38873d81326c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 25 Sep 2018 14:48:25 -0400 Subject: Revert "make_repo_torrents: Look directly in /pool/, rather than searching all repos" This reverts commit fa2fbd5d0fd120ec6774f6b28bea4dfaf456ab00. --- cron-jobs/make_repo_torrents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents index a059ee8..bcf78b2 100755 --- a/cron-jobs/make_repo_torrents +++ b/cron-jobs/make_repo_torrents @@ -32,7 +32,7 @@ cd "${FTP_BASE}/${TORRENTPOOL}" IFS=, # for ${TRACKERS[*]} and ${WEBSEEDS[*]} # Find any packages -for pkgfile in "$FTP_BASE"/pool/*/*${PKGEXTS}; do +for pkgfile in "$FTP_BASE"/*/os/*/*${PKGEXTS}; do if ! [[ -f ${pkgfile##*/}.torrent ]]; then msg2 'Creating %s' "${pkgfile##*/}.torrent" # Resolve any symlinks -- cgit v1.2.2