Log In
ykarel
/
centos
/
cbs-tools
Forked from
centos/cbs-tools
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
6f2d9928020e37fca4582c8b1ca7cf6c6cab964a
6f2d9928020e37fca4582c8b1ca7cf6c6cab964a
scripts
regen_all_buildroots.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/bash for i in `koji list-tags \*-build`; do koji regen-repo --nowait $i; done