https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: ca03956fce4f3a4a4936c29709c5955dd92df874 authored by Antoine R. Dumont (@ardumont) on 29 November 2017, 14:21:33 UTC
Be consistent in the term used: ingestion -> injection
Tip revision: ca03956
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