https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 6367c2edc7ba1da1aef049fcbee35d8bda72995a authored by Antoine R. Dumont (@ardumont) on 17 July 2018, 10:31:53 UTC
deposit_check: Clarify docstring
Tip revision: 6367c2e
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