https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 709c28a505d0b9143b57816a7c31b07f8c1429eb authored by Antoine R. Dumont (@ardumont) on 10 January 2018, 15:17:47 UTC
swh.deposit.templates.homepage: Improve cosmetic strong character
Tip revision: 709c28a
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