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