From f8e00b6e1b90366bbf56a15c2a206f8b29a6df11 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 7 Mar 2017 08:30:14 -0600 Subject: [PATCH] Removed "add to download list" api call, it is being unreliable --- package/deploy-bintray.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/deploy-bintray.sh b/package/deploy-bintray.sh index db582f7aea..834fbbdadf 100755 --- a/package/deploy-bintray.sh +++ b/package/deploy-bintray.sh @@ -56,5 +56,5 @@ echo "Publishing ${file} to ${version}..." curl -H "X-Bintray-Package: $SLIC3R_PKG" -H "X-Bintray-Version: $version" -H 'X-Bintray-Publish: 1' -H 'X-Bintray-Override: 1' -T $file -u${USER}:${API} https://api.bintray.com/content/lordofhyphens/Slic3r/$(basename $1) #curl -X POST -u${USER}:${API} https://api.bintray.com/content/lordofhyphens/Slic3r/${SLIC3R_PKG}/$version/publish # Wait 5s for the server to catch up -sleep 5 -curl -H 'Content-Type: application/json' -X PUT -d "{ \"list_in_downloads\":true }" -u${USER}:${API} https://api.bintray.com/file_metadata/lordofhyphens/Slic3r/$(basename $1) +#sleep 5 +#curl -H 'Content-Type: application/json' -X PUT -d "{ \"list_in_downloads\":true }" -u${USER}:${API} https://api.bintray.com/file_metadata/lordofhyphens/Slic3r/$(basename $1)