Hi,
I had a try to follow 
http://qt.gitorious.org/qtqa/sysadmin/blobs/master/README.network_test_server.txt
to setup the network test server for the code coverage statistic computation 
(http://download.froglogic.com/public/qt5-squishcoco-report/)
 
I'm facing on an issue:
To reconfigure, run: /var/qtqa/sysadmin/puppet/nodecfg.pl -interactive
+ echo Running puppet...
Running puppet...
+ /var/qtqa/sysadmin/puppet/sync_and_run.pl
Use of uninitialized value in numeric ge (>=) at 
/var/qtqa/sysadmin/puppet/sync_and_run.pl line 374.
Use of uninitialized value in numeric ge (>=) at 
/var/qtqa/sysadmin/puppet/sync_and_run.pl line 374.
Could not parse for environment production: Syntax error at '{'; expected '}' 
at /var/qtqa/sysadmin/puppet/manifests/nodes.pp:13


Here the contains of the file:
root@qt-test-server:~# head -n +15 /var/qtqa/sysadmin/puppet/manifests/nodes.pp
node default {
    include puppet
}
#====================== Mac ===================================================
node 'snowleopard-parallels-server.test.qt-project.org' inherits default {
    include puppet
    include distccd
}
node 'snowleopard-packager.test.qt-project.org' inherits default {
    class { 'baselayout': testuser => 'pulseagent' }                
<------------------------- That's the error 
    include qt_prereqs
    include hosts

Are you aware of this issue?

Regards,
Sébastien
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to