https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 030a3428f494049d05b01e3c9e5bccb47a3ec9ad authored by David Douard on 09 January 2020, 10:08:50 UTC
Remove dependency on swh.loader.tar
Tip revision: 030a342
status.sh
#!/usr/bin/env bash

. ./default-setup

DEPOSIT_ID=${1-1}

./swh-deposit \
        --username ${USER} \
        --password ${PASSWORD} \
        --collection ${COLLECTION} \
        --status \
        --deposit-id ${DEPOSIT_ID} \
        --url ${SERVER}/1
back to top