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