summaryrefslogtreecommitdiffstats
path: root/mga-createrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mga-createrepo')
-rwxr-xr-xmga-createrepo5
1 files changed, 5 insertions, 0 deletions
diff --git a/mga-createrepo b/mga-createrepo
new file mode 100755
index 0000000..43ac911
--- /dev/null
+++ b/mga-createrepo
@@ -0,0 +1,5 @@
+#!/bin/bash
+for d in /distrib/bootstrap/distrib/cauldron/SRPMS/*/*/ /distrib/bootstrap/distrib/cauldron/*/media/{core,nonfree,tainted}/*/ /distrib/bootstrap/distrib/cauldron/*/media/debug/{core,nonfree,tainted}/*/
+do
+ time createrepo_c --no-database --update --workers=10 $d
+done