When we created the dist-f10 build targets I forgot to create a
corresponding static-repo for it. This diff will create one, and allow
people who are working on F10 actually be able to populate buildroots
from the f10 content and match koji.
RCS file: /cvs/puppet/configs/build/update-static-repos.py,v
retrieving revision 1.4
diff -u -r1.4 update-static-repos.py
--- build/update-static-repos.py 14 Mar 2008 03:17:42 -0000 1.4
+++ build/update-static-repos.py 12 May 2008 14:20:38 -0000
@@ -4,7 +4,7 @@
import sys
import koji
-TAGS = ('dist-olpc2-build', 'dist-fc7-build', 'dist-f8-build',
'dist-f9-build', 'dist-rawhide', 'olpc2-trial3', 'olpc2-update1',
'olpc2-ship2')
+TAGS = ('dist-olpc2-build', 'dist-fc7-build', 'dist-f8-build',
'dist-f9-build', 'dist-f10-build', 'dist-rawhide', 'olpc2-trial3',
'olpc2-update1', 'olpc2-ship2')
STATICPATH = '/mnt/koji/static-repos'
SUFFIX = '-current'
--
Jesse Keating
Fedora -- FreedomĀ² is a feature!