do not harccode schedbot login
Modified: puppet/modules/buildsystem/templates/upload.conf =================================================================== --- puppet/modules/buildsystem/templates/upload.conf 2011-01-08 23:02:24 UTC (rev 732) +++ puppet/modules/buildsystem/templates/upload.conf 2011-01-08 23:03:24 UTC (rev 733) @@ -67,5 +67,5 @@ }, admin => 'pterjan@gmail.com', http_queue => 'http://pkgsubmit.<%= domain %>/uploads', - upload_user => 'schedbot', + upload_user => '<%= sched_login %>', }