Newer
Older
openstack-caracal-ipv4 / tests / phase-06-bootstrap / fakebin / curl
@JesseA123 JesseA123 1 day ago 254 bytes Phase 6 updates
#!/usr/bin/env bash
# fake SHA256SUMS: emit a line for the noble image (or a different file if NO_PUBLISHED=1)
if [ "${NO_PUBLISHED:-0}" = 1 ]; then echo "deadbeef *some-other-file.img"; else echo "${FAKE_EXP:-aaaa} *noble-server-cloudimg-amd64.img"; fi