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