Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:kubic
flux2-cli
download_yaml.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File download_yaml.sh of Package flux2-cli
#!/bin/bash for kustomization_file in flux2/manifests/bases/*/kustomization.yaml do echo "$kustomization_file" target_dir="$(dirname "$kustomization_file")/" echo "target_dir is ${target_dir}" while read -r resource do echo "${resource}" rm -f "$(basename "${resource}")" wget "${resource}" -O "$(basename "${resource}")" done < <(awk '/^- https:\/\/github/ {print $2}' "${kustomization_file}") echo "++++++++++++++++" done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor