Log In
centos
/
cbs-tools
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
1
Stats
Blame scripts/regen_all_buildroots.sh
Branch:
83c2829ed00736a64dfdac17dfc618b834284773
el8
master
83c2829ed00736a64dfdac17dfc618b834284773
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