index
:
ansible
debian
progress-linux
upstream
debian 12 backports: ansible
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ansible_collections
/
sensu
/
sensu_go
/
docker
/
build-all.sh
blob: dae03194cf906eea5f9382439a0f03290697ff83 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/bash -eu
set
-o
pipefail
for
f
in
*.docker
do
./build.sh
"
$f
"
done