amoralej / centos / cbs-tools

Forked from centos/cbs-tools 4 years ago
Clone

Blame scripts/regen_all_buildroots.sh

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