Id like to enable creating static repos for dist-olpc4-build the patch bellow
is the change to the cronjob needed. Can I get a +1
diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-
repos.py
index a6cd334..16ee6ac 100755
--- a/configs/build/update-static-repos.py
+++ b/configs/build/update-static-repos.py
@@ -4,7 +4,7 @@ import os
import sys
import koji
-TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-f8-build', 'dist-f9-
build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide', 'olpc2-update1',
'olpc2-ship2')
+TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-olpc4-build', 'dist-f8-
build', 'dist-f9-build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide',
'olpc2-update1', 'olpc2-ship2')
STATICPATH = '/mnt/koji/static-repos'
SUFFIX = '-current'