https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 6520c50e8f58b344a09b9192a876fe43e0c63c9b authored by Antoine R. Dumont (@ardumont) on 29 January 2018, 16:40:05 UTC
swh.deposit.client.cli: Strip error message if any
Tip revision: 6520c50
status.sh
#!/usr/bin/env bash

. ./default-setup

DEPOSIT_ID=${1-1}

curl -i -u "${CREDS}" ${SERVER}/1/${COLLECTION}/${DEPOSIT_ID}/status/
back to top