From 4f649f313eff8b3f13907d8f4ffbb5dd2264a2ed Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sat, 26 Jan 2019 09:46:29 -0500 Subject: [PATCH] Don't upload because we can't --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index eaed55ab7..63d9db980 100644 --- a/Makefile +++ b/Makefile @@ -33,12 +33,14 @@ test-osx-pkg: $(PYTHON) misc/build_helpers/test-osx-pkg.py upload-osx-pkg: - @echo "uploading to ~tahoe-tarballs/OS-X-packages/ via flappserver" - @if [ "X${BB_BRANCH}" = "Xmaster" ] || [ "X${BB_BRANCH}" = "X" ]; then \ - flappclient --furlfile ~/.tahoe-osx-pkg-upload.furl upload-file tahoe-lafs-*-osx.pkg; \ - else \ - echo not uploading tahoe-lafs-osx-pkg because this is not trunk but is branch \"${BB_BRANCH}\" ; \ - fi + # [Failure instance: Traceback: : [('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert unknown ca'), ('SSL routines', 'ssl3_write_bytes', 'ssl handshake failure')] + # + # @echo "uploading to ~tahoe-tarballs/OS-X-packages/ via flappserver" + # @if [ "X${BB_BRANCH}" = "Xmaster" ] || [ "X${BB_BRANCH}" = "X" ]; then \ + # flappclient --furlfile ~/.tahoe-osx-pkg-upload.furl upload-file tahoe-lafs-*-osx.pkg; \ + # else \ + # echo not uploading tahoe-lafs-osx-pkg because this is not trunk but is branch \"${BB_BRANCH}\" ; \ + # fi .PHONY: smoketest smoketest: