From e9a8c9f5953d7d8367f1b8bfec0a97b6a3c6b22d Mon Sep 17 00:00:00 2001 From: Mike Colagrosso Date: Fri, 26 Jul 2024 07:23:21 -0600 Subject: [PATCH] Don't call `rebuild-cache library` from deploy Should have put this change in #384 --- scripts/deploy-ebook-to-www | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index fc3f4b9a..378fc549 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -414,22 +414,6 @@ if tsp | grep --quiet --extended-regexp "^[0-9]+\s+queued"; then queuedTasks="true" fi -if [ "${queuedTasks}" = "false" ]; then - if [ "${verbose}" = "true" ]; then - printf "Rebuilding web library cache ... " - fi - - "${scriptsDir}"/rebuild-cache library - - if [ "${verbose}" = "true" ]; then - printf "Done.\n" - fi -else - if [ "${verbose}" = "true" ]; then - printf "Tasks queued after this one, not rebuilding web library cache.\n" - fi -fi - if [ "${feeds}" = "true" ]; then # Build the various feeds catalog, but only if we don't have more items in the tsp build queue. if [ "${queuedTasks}" = "false" ]; then