Revision
226
Author
boklm
Date
2011-01-06 15:35:16 +0100 (Thu, 06 Jan 2011)

Log Message

add patch from blino to enable binrepo in create-srpm

Modified Paths

Modified: build_system/repsys/trunk/create-srpm
===================================================================
--- build_system/repsys/trunk/create-srpm	2011-01-06 09:56:59 UTC (rev 225)
+++ build_system/repsys/trunk/create-srpm	2011-01-06 14:35:16 UTC (rev 226)
@@ -56,6 +56,8 @@
                          svnlog=1,
                          revname=1,
                          scripts=target.scripts, 
+                         use_binrepo = True,
+                         binrepo_check = False,
                          macros=target.macros)
                 uploadsrpms.extend(targetsrpms)
             uploadcmd = get_helper("upload-srpm")