Log In
hhorak
/
centos
/
cbs-tools
Forked from
centos/cbs-tools
4 years ago
Clone
Source Code
GIT
Source
Stats
Blame scripts/regen_all_buildroots.sh
Branch:
751a54fc8d66e4c9958707cad0b16d4e5aa9cdf8
add-dts9-python
el8
master
751a54fc8d66e4c9958707cad0b16d4e5aa9cdf8
scripts
regen_all_buildroots.sh
Blob
History
Raw
Thomas Oulevey
b665a5
#!/bin/bash
Thomas Oulevey
b665a5
Thomas Oulevey
b665a5
for i in `koji list-tags \*-build`; do koji regen-repo --nowait $i; done