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