From 8f18af84122c9c55a6f52cf7d4f0a00224b4b05b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 10 Sep 2022 12:04:54 -0600 Subject: [PATCH] Revert "add code to linux packaging to download bundled content" We're not going to bundle content in the download package. This reverts commit 7b855f0cc58707089757581216508907d1a70d12. --- tools/linux_packaging/build | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index dcb5b8fbbc..504fa53a4a 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -741,18 +741,6 @@ if test -n "$MIXBUS"; then rm -f "${MediaClips}/"*.* unzip -q -d "${MediaClips}" "${CACHEDIR}/MixbusBundledMedia.zip" fi -else - # Ardour Bundled Media Content - curl -s -S --fail -# \ - -z "${CACHEDIR}/ArdourBundledMedia.zip" \ - -o "${CACHEDIR}/ArdourBundledMedia.zip" \ - "https://ardour.org/files/ArdourBundledMedia.zip" - - if test -f "${CACHEDIR}/ArdourBundledMedia.zip"; then - echo "Adding Ardour Bundled Content" - rm -f "${MediaClips}/"*.* - unzip -q -d "${MediaClips}" "${CACHEDIR}/ArdourBundledMedia.zip" - fi fi echo "Setting Bundled Media dir/file permissions"