From 1e62814108a474d0074909746d0b5247aa62e4c9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 20:47:49 +0200 Subject: [PATCH] Add note and drop logging [ci skip] --- README.md | 6 ++++++ pubspace.sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a0cdfb..6fc86e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # pubspace +> **WARNING**: this was an experimental prototype to understand if an +> "always-on" intermediary service could facilitate digital publishing +> practices in the lumbung.space. We have since moved to the idea of a +> slow and not real-time mode of publishing which will happen in another +> repository. + [![Build Status](https://drone.autonomic.zone/api/badges/ruangrupa/pubspace/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/ruangrupa/pubspace) A service to facilitate collective digital publishing practices. diff --git a/pubspace.sh b/pubspace.sh index 53ff915..cf46d34 100644 --- a/pubspace.sh +++ b/pubspace.sh @@ -7,8 +7,6 @@ OWNER_USER_ID="$2" NEXTCLOUD_RELATIVE_PATH="$3" LOCALLY_AVAILABLE_FILE="$4" -echo "RUNNING: ${FILE}" >> pubspace.log - /usr/bin/curl \ -H "Content-Type: application/json" \ -X GET \