[Development] Issue when setting up the network test server

Sébastien Fricker fricker at froglogic.com
Sat Oct 13 08:09:15 CEST 2012


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20121013/e4bc7f39/attachment.html>


More information about the Development mailing list