summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-25 14:48:25 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-09-25 14:48:25 -0400
commitd29195c992a614e5d20d0ed84c4f38873d81326c (patch)
treef43c274e38b0ae97f293385d6b24b8264934d45c
parent73fd5071307c8159e2422897d3d76dcca5df2b17 (diff)
Revert "make_repo_torrents: Look directly in /pool/, rather than searching all repos"
This reverts commit fa2fbd5d0fd120ec6774f6b28bea4dfaf456ab00.
-rwxr-xr-xcron-jobs/make_repo_torrents2
1 files changed, 1 insertions, 1 deletions
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