https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 8582edf0a1458de017c7d17cd1b03457079fe5d9 authored by Antoine R. Dumont (@ardumont) on 06 July 2018, 14:26:08 UTC
New upstream version 0.0.53
Tip revision: 8582edf
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