Log In
amoralej
/
centos
/
cbs-tools
Forked from
centos/cbs-tools
4 years ago
Clone
Source Code
GIT
Source
Stats
Blame scripts/regen_all_buildroots.sh
Branch:
7d60d20ce0ad4a1ead152792a9f667d96c329a92
el8
master
7d60d20ce0ad4a1ead152792a9f667d96c329a92
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