Log In
centos
/
cbs-tools
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
4f1e2a5e0bea41a413b8f70ccc2429275a6e93a8
4f1e2a5e0bea41a413b8f70ccc2429275a6e93a8
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