Log In
arrfab
/
centos
/
cbs-tools
Forked from
centos/cbs-tools
5 years ago
Clone
Source Code
GIT
Source
Stats
Blame scripts/regen_all_buildroots.sh
Branch:
2a062deb2e427c6760cf8a25dc3296440dd24feb
afte_pagure_57_migration
master
2a062deb2e427c6760cf8a25dc3296440dd24feb
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