Log In
remi
/
centos
/
cbs-tools
Forked from
centos/cbs-tools
5 years ago
Clone
Source Code
GIT
Source
Stats
Blame scripts/regen_all_buildroots.sh
Branch:
77bd08af6e9058d804dd9cc1053455220de15fb2
issue-16651
master
77bd08af6e9058d804dd9cc1053455220de15fb2
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