fbcc99b05d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ignition#2c158893d7617700b1fad728ab55ec26c086597d
4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
set -xeuo pipefail
|
|
rpmspec -P ignition.spec | grep 'Source0:' | tr -s ' ' | cut -d ' ' -f 2 | xargs curl -LO
|